Hi there
Quick question. Ive imported multiple feeds however have been unable to prefix £ character in front of the price field
Ive tried going to Extra and ticking the box next to PRICE and entering £ and then re-importing data . No change
Ive tried going to filters and then selecting Text Before - Selecting Price. Entering £ character. And then re-import. This actually wipes all the price data out completely :-(
Any ideas guys?
Hi,
The currency is set in config.php. Look for the $config_currencyHTML variable, and edit it as shown below. For the pound sign, it's best to use:
$config_currencyHTML = "£";
That should do the trick!
Cheers,
David.