Incorrect product prices when different base currencies are used across websites
Closed this issue · 0 comments
fairlane commented
Magento 2 version(s) used: 2.3, 2.4.
Extension version(s) affected: 5.0.3
Description
When using different base currencies across multiple websites and product prices are configured to be displayed including taxes prices are always pulled from the default website. This issue applies only to configurable products and product data indexing.
How to reproduce
- Configure at least two websites and different base currencies for both stores
- Define different price for a configurable product
- Run full reindex
Magento 2 mode
- Developer
- Production
Full page cache
- Enabled
- Disabled
Nosto indexer mode
- Update On Save
- Update By Schedule
Possible Solution
The store inside a product is wrong when product is reloaded without store (https://github.com/Nosto/nosto-magento2/blob/develop/Helper/Price.php#L416)