Hi All,
I want to add plus-minus buttons on product list page. When customer clicks on plus icon product will be added into cart and when customer clicks on minus button product will be removed from cart. It must be done with ajax without loading page. Need to update minicart also.
Please suggest module if there is or provide custom solution.
Hello Ravikant,
As per your requirement, i am not 100% sure this extension will be supporting (e.g ajax without loading page), but "plus-minus buttons on product list page" will be work.
https://ecommerce.makarovsoft.com/plus-minus-magento-2.html
OR
This is custom script for plus-minus buttons, you can pass the Product_id from listing page.
https://magenticians.com/quantity-increment-decrement-magento-2/
Thanks!!
Binod
Hi @Binod Yadav
Thanks for your attention but above solutions do not fulfil my requirements. It is simple to add plus-minus buttons for qty box but product should be added and removed directly on clicking buttons and there is no need of qty box.
Hi @Ravikant soni ,
Try to use this custom script. It may be helpful to make add to cart and remove item from product.
https://stackoverflow.com/questions/21597230/ajax-delete-product-from-cart-in-magento
Thanks,
Siddiqui