Can anyone advise how to include a "£" sign before the price as the price is currently only showing numbers.
Hi,
In your config.php file, you need to set $config_currencyHTML as follows:
$config_currencyHTML = "£";
This will make Price Tapestry display the £ symbol before all prices.
Ah...voila! Thanks very much. I thought that I might of needed to reimport all the files again. Saved!
©2006-2025 IAAI Software | Contact Us | Privacy Policy
Hi,
In your config.php file, you need to set $config_currencyHTML as follows:
$config_currencyHTML = "£";
This will make Price Tapestry display the £ symbol before all prices.