Hello,
In our website I have multiple stores with different currencies. While testing this module I noticed that prices don't get converted from the original base currency (EUR). For our USA store the currency symbol is correct (USD) but the actual value is incorrect.
Looking at the Attribute/Price class I believe that it's missing a call to $store->convertPrice in order to obtain the price in the store's base currency. I also had a look at the default price.phtml that is used in the frontend and they are doing the conversion however I see no conversion taking place in the GoogleShoppingApi module.
Am I missing something (e.g. an issue with configuration)?
Thank you,
Ricardo Velhote
Hello,
In our website I have multiple stores with different currencies. While testing this module I noticed that prices don't get converted from the original base currency (EUR). For our USA store the currency symbol is correct (USD) but the actual value is incorrect.
Looking at the
Attribute/Priceclass I believe that it's missing a call to$store->convertPricein order to obtain the price in the store's base currency. I also had a look at the defaultprice.phtmlthat is used in the frontend and they are doing the conversion however I see no conversion taking place in the GoogleShoppingApi module.Am I missing something (e.g. an issue with configuration)?
Thank you,
Ricardo Velhote