On 1/28/2016 at 8:16 PM, wissammessad said:Hi, I found the solution for this on a forum.
to fix it:
1: open "themes/xxx(name of them)/product.tpl"
2/ find "{$group_reduction}" in file and replace it with "{1-$group_reduction}"
Thanks for the tip. I took my cue from that and found my own solution, as follows:
I checked out the themes/classic/templates/catalog ---> product.tpl file via my server (l'm using the default theme for Presta), and l noticed this:
<meta property="product:pretax_price:amount" content="{$product.price_tax_exc}">
<meta property="product:pretax_price:currency" content="{$currency.iso_code}">
<meta property="product:price:amount" content="{$product.price_amount}">
<meta property="product:price:currency" content="{$currency.iso_code}">
It occurred to me: I was feeding the currency symbol into Presta during product spreadsheet upload.
TL;DR: I removed the currency symbol from my upload spreadsheet, and the upload worked, the prices are correct.