You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the cart page when the product is deleted, the Javascript triggers the AddtoCart event, but removeFromCart
is expected to be triggered with the corresponding removed products.
Module version squeezely/magento2-plugin: 2.11.2
Steps to reproduce:
Add multiple products to the cart
Go to the cart page
Click on the remove from cart product link to remove product from the cart
Actual result:
The page is reloaded and the event AddtoCart is triggered.
Expected Result
The page is related and the event removeFromCart is triggered with the corresponding removed product data
Tech hint:
The root cause is in that JS: vendor/squeezely/magento2-plugin/view/frontend/web/js/cart-event-extend.js
In the cart page when the product is deleted, the Javascript triggers the
AddtoCartevent, butremoveFromCartis expected to be triggered with the corresponding removed products.
Module version
squeezely/magento2-plugin: 2.11.2Steps to reproduce:
Actual result:

The page is reloaded and the event
AddtoCartis triggered.Expected Result
The page is related and the event
removeFromCartis triggered with the corresponding removed product dataTech hint:

The root cause is in that JS: vendor/squeezely/magento2-plugin/view/frontend/web/js/cart-event-extend.js