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...
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