Nosto / nosto-magento

Magento extension for Nosto
https://marketplace.magento.com/nosto-nosto-tagging.html
Open Software License 3.0
27 stars 24 forks source link

Hotfix/3.8.5 #491

Closed olsi-qose closed 5 years ago

olsi-qose commented 5 years ago

Description

Stop using magento product object in buildProductPrice() method in Product/Trait.php, but instead clone it to a new object and set group prices to this new object.

Related Issue

closes #490

Motivation and Context

Merchant encountered a bug while enabling customGroup pricing. When nosto module was enabled, the price being displayed was the default one, not the group one. This was caused due to overriding Magento's object price grouping.

Checklist: