Closed
Description
Encountered an issue when selecting product options using the swatches in product details page wherein the price of the item in a previously selected currency gets displayed instead of the corresponding price in the currently selected currency. Disabling Block HTML cache type seems to prevent this issue from happening.
Preconditions
- Magento 2.1.x
- Store supports multiple currencies
- All cache types are enabled
Steps to reproduce
- Select a currency (e.g., GBP) then view a product's details:
- Select product options in the current product details page :
- Switch to a different currency (e.g., JPY):
- Select a product variant; the price reverts back to the previous currency's value but with the current currency's symbol:
Expected result
Correct equivalent price in the current currency should be displayed
Actual result
The price in the previously selected currency gets displayed