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...
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