You are here:  » Currency symbol

Support Forum



Currency symbol

Submitted by Bakalinge on Mon, 2011-11-14 21:43 in

Hi,

Sorry to ask but is there a way to place the currency symbol (euro in my case) after the price and not before like it is now ?

Thank you

Submitted by support on Tue, 2011-11-15 10:28

Hi,

Sure, it would just be case of swapping it over where the price is output in each of the html/ files. To use html/prices.php as an example; search for $config_currencyHTML and you'll find this section of code:

$config_currencyHTML.$product["price"]

Simply switch that around so that you have:

$product["price"].$config_currencyHTML

...and that will do the trick! To complete the switch, make similar changes in html/searchresults.php, html/featured.php and html/product.php; if you're not sure of course let me know...

Cheers,
David.
--
PriceTapestry.com