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.
Chandra Shekhar
Latest posts by Chandra Shekhar (see all)
- Best practices for micro service design - January 23, 2022
- Spring Boot - January 23, 2022
- Java - January 23, 2022
Recent Comments