Nosto/nosto-magento2

Configurable product price fetching fails when taxes are included

Closed this issue · 0 comments

Magento 2 version(s) used: 2.3.3
Extension version(s) affected: 4.0.9 and 5.0.0

Description
Configurable product price fetching fails when taxes are included in https://github.com/Nosto/nosto-magento2/blob/4.0.9/Helper/Price.php#L396

How to reproduce
Configure the store to include taxes in product prices and reindex a configurable product.

Magento 2 mode

  • Developer
  • Production

Full page cache

  • Enabled
  • Disabled

Nosto indexer mode

  • Update On Save
  • Update By Schedule

Possible Solution
The key in the array is entity_id rather than product_id https://github.com/Nosto/nosto-magento2/blob/4.0.9/Helper/Price.php#L396