Hello,
as already described here I'd like to use german notation with the wordpress login. What do I need to modify?
Thanks,
Daniel
It works fine expect when using the min price tag [pto minPrice="xyz"]
Here I get the standard format again.
Hello danba,
What is the full shortcode you are using? e.g.
[pto minPrice="xyz" search="Keywords"]
If you can also post an example URL where you are still seeing standard format numbers that will help (I'll remove the link before publishing your reply)
Thanks!
David.
--
PriceTapestry.com
Hello David,
I use
[pto minPrice="product name"]
Unfortunately I can't provide an example URL as I work on a local server.
Best, Daniel
Hello Daniel,
Sure, - as in the standalone version the price is displayed in a number of places, so you could search and replace in your text editor as follows;
In the following files:
pto_featured.php
pto_searchresults.php
Search:
$pto_config_currencyHTML.$row->minPrice
Replace:
number_format($pto_config_currencyHTML.$row->minPrice,2,",",".")
And in
pto_product.php
$pto_config_currencyHTML.$product->price
Replace:
number_format($pto_config_currencyHTML.$pto_config_currencyHTML.$product->price,2,",",".")
Hope this helps!
Cheers,
David.
--
PriceTapestry.com