You are here:  » Showing pound sign not dollar

Support Forum



Showing pound sign not dollar

Submitted by roymartian on Mon, 2010-11-01 07:25 in

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.

Submitted by support on Mon, 2010-11-01 09:22

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

Submitted by roymartian on Mon, 2010-11-01 12:02

Hi David,
Thanks, great advice sorted.
Roger.

Submitted by jim on Mon, 2010-11-01 17:08

rather than $ you should probably use either

& d o l l a r ;

or

& # 3 6 ;

Submitted by support on Mon, 2010-11-01 18:31

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