techlab / jquery-smartcart

The smart interactive jQuery Shopping Cart plugin with PayPal payment support
http://techlaboratory.net/smartcart
Other
95 stars 40 forks source link

Uncaught TypeError: this._triggerEvent is not a function #11

Open ahkmunna opened 6 years ago

ahkmunna commented 6 years ago

Got this error when updating the quantity or remove an item from the cart. Any idea how to solve this?

hafizubikm commented 6 years ago

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