cancel
Showing results for 
Search instead for 
Did you mean: 

Add-Remove product from cart on product list page.

Add-Remove product from cart on product list page.

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.

If my answer is helpful, please Accept as Solution & give Kudos
3 REPLIES 3

Re: Add-Remove product from cart on product list page.

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

If my answer is useful, please Accept as Solution & give Kudos

Re: Add-Remove product from cart on product list page.

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.

If my answer is helpful, please Accept as Solution & give Kudos

Re: Add-Remove product from cart on product list page.

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