How to create a catalog based non saleable website in magento

Magento is one of the best ecommerce open source software which is getting used by great brands like ebay.
If you want to use this same platform for non saleable products for whole website then definitely you want following modification
in your magento site

1. Hide Add to cart button from magento website
2.Hide price from magent website
Here is one simple trick i would like to share with you. Just make slite modification in your code
and this will get refelected to your whole website

Go to
appcodecoreMageCatalogModelProduct.php,
Find the function isSalable or function isSaleable there,
comment the return line,
and replace with return false;

Again save this file. Now see the magic. You will fine that you have got your result.

Here one thing is notable
>> This code will get reflect on all products throughout the site.
>> This is the short cut way to achieve your goal.

The following two tabs change content below.

Chandra Shekhar

GCP Architect
Chandra Shekhar Pandey is Google certified Cloud engineer, I am Magento2 Trained developer. Having huge experience in designing cloud solution. I have around 12 years of experience with world enterprise IT companies and fortune 500 clients. During my architecture design I am always caring about high availability, fast performance and resilient system. From the programmer background I have huge experience in LAMP stack as well. Throughout my carrier I have worked on Retail, E-Learning, Video Conferencing and social media domain. The motive of creating cutehits was just to share the knowledge/solutions I get to know during my day to day life so that if possible I can help someone for same problems/solutions. CuteHits.com is a really a very effort for sharing knowledge to rest of the world. For any query/suggestion about same you can contact me on below details:- Email: shekharmca2005 at gmail.com Phone: +91-9560201363

Latest posts by Chandra Shekhar (see all)

You may also like...