php-cuong / magento2-qty

How to create the buttons increase and decrease quantity on the product detail page in Magento 2, How to add the buttons increase and decrease quantity in Magento 2 mini cart
22 stars 10 forks source link

Qty Issue #1

Open rohitkrjaiswal opened 5 years ago

rohitkrjaiswal commented 5 years ago

for + - click i had added in minicart.js 'item': { 67 'item': { 84 'qty': ':input.cart-item-qty', 68 'qty': ':input.cart-item-qty', 85 'button': ':button.update-cart-item', 69 'button': ':button.update-cart-item' 86 'qtyDecreasing': '.decreasing-qty',
87 'qtyIncreasing': '.increasing-qty'
88 },

rohitkrjaiswal commented 5 years ago

plus minus not working on above code