- Issue created by @AlfTheCat
- 🇮🇱Israel jsacksick
I've been using pricelist for years and it's working as expected... It could be simply that you're showing the product price field? That ofc isn't going to be updated.
On add to card the right price should be used though... Not sure why this wouldn't be the case on your site. - 🇹🇭Thailand AlfTheCat
After tinkering some more, I learned I must add a price for each available currency. I use Commerce Currency Resolver. and, apparently, currency conversion is not working together with this module yet. Even though the variation has a single currency price field with conversion happening automatically, inside price lists a price needs to be defined for every possible currency.
I found a few issues regarding multi-currency setups, but they don't seem to touch this use case. I'm not sure if this issue is perhaps related to ✨ Add a currency resolver API (with a CurrentCurrency object). Needs work , as it states in the issue description:
This would be useful for example in Commerce Pricelist, cause it would allow defining prices per-currency and having them automatically selected. Relevant contrib module: http://drupal.org/project/commerce_currency_resolver
however, in my case I want to enter only 1 price in 1 currency, like is done when creating variations, and then have their prices converted according to the defined exchange rates.
- 🇹🇭Thailand AlfTheCat
Hi @jsacksick, thanks for the reply. I was just updating the issue when your comment came in. Thanks for the reply, I traced it back to an incompatibility with Commerce Currency Resolver.