Smile-SA / magento2-module-retailer-offer

Retailer Offer Module for Retailer Suite
6 stars 24 forks source link

Price not updated in cart #2

Closed AymericJoubert closed 8 years ago

AymericJoubert commented 8 years ago

The price of the items added in cart is not updated after backoffice offer change.

Steps to reproduce :

Also, we need to know when a price is updated in cart, to advise the customer about it (like deleted products).

Regards, Aymeric

romainruaud commented 8 years ago

Fixed by https://github.com/Smile-SA/magento2-module-retailer-offer/commit/c1ef80062ef6482f935e2e2bc95e16a23e68ed91

I added an event which is triggered for each product (meaning you have to collect it via a singleton if you want to display a unique message for all affected products).

The event is smile_retailer_suite_quote_item_price_change