Hi David,
UK Direct is going well using PT, just noticed an issue would like your advice on.
My ASOS feed is showing pound sign rather than dollar, the price is correct and my feed strangely actually says euro? is there something that might be over riding this, not sure where to start...
Thank you,
Roger.
rather than $ you should probably use either
& d o l l a r ;
or
& # 3 6 ;
Thanks for adding that, Jim
I added spaces to make sure the entities showed up correctly; no spaces of course when using the above values within $config_currencyHTML.
Cheers,
David.
--
PriceTapestry.com
Hi Roger,
It looks like your config.php contains the following at line 18:
$config_currencyHTML = "£";
...for a dollar site you can change that to simply:
$config_currencyHTML = "$";
Cheers,
David.
--
PriceTapestry.com