You are here:  » price above $1000 not showing right ...

Support Forum



price above $1000 not showing right ...

Submitted by karakartal on Sun, 2011-05-22 03:14 in

Hi Dave,

I could not find out why prices above $1000 show like $1.xx. See this example for example.

{link saved}

Submitted by support on Sun, 2011-05-22 07:34

Hi karakartal,

That's to do with support for the way some countries format their currencies using comma as the decimal indicator. To correct this, look for the following code at line 36 of includes/tapestry.php:

    $price = str_replace(",",".",$price);

...and either comment out or delete that line, and then re-import any affected feeds...

Cheers,
David.
--
PriceTapestry.com