cancel
Showing results for 
Search instead for 
Did you mean: 

How To Remove (Add to Cart) buttons from product listings and individual pages

How To Remove (Add to Cart) buttons from product listings and individual pages

Hi,

 

How to disable or remove the add cart button for product listings.

 

i want to remove via extension or coding PHP if you know plz inform me.

 

i used magento 1.9.0

 

Th.

2 REPLIES 2

Re: How To Remove (Add to Cart) buttons from product listings and individual pages

Hi @kamran12,

 

 

I recommend you to read this guide from Magento:

https://magento.com/sites/default/files/MagentoDesignGuide.pdf

 

It will give you an overview on customizing the Magento front-end.



Best regards.
Gabriel

Welcome to the Magento Forums. Remember to introduce yourself and read the Magento Forums Guidelines.

Re: How To Remove (Add to Cart) buttons from product listings and individual pages

You need to create a custom module to override addtocart.phtml file in order to disable add to cart button. Here's a complete guide which I have produced: https://magenticians.com/magento-2-disable-add-to-cart-button/

 

 

I hope that it will help you, Thanks!