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
Issue has been resolved. I have changed this code
From this._triggerEvent("itemRemoved", [itemRemove]); To mi._triggerEvent("itemRemoved", [itemRemove]); at line 291
AND this._triggerEvent("quantityUpdated", [mi.cart[i], qty]); To mi._triggerEvent("quantityUpdated", [mi.cart[i], qty]); at line 318
Deejay-Ste
pushed a commit
to tete-chercheuse/smart-cart
that referenced
this issue
Oct 10, 2018
Got this error when updating the quantity or remove an item from the cart. Any idea how to solve this?
The text was updated successfully, but these errors were encountered: