Browsed by
Month: September 2017

Tips for overwriting the magento core files

Tips for overwriting the magento core files

In this tutorial i will go through the process of overwriting the magneto core and community files to your local folder. As we all know it is the first thing that we all learn while working in magento is “Don’t Ever Modify The Core Files“. This statement is very true because it creates problem if we need to upgrade to another version and also to find out the modified files. That’s why we override the core modules to our local…

Read More Read More

Get default placeholder image url in template file in magento 2

Get default placeholder image url in template file in magento 2

Hi guys, Today we are going to see how we can get the default placeholder image url in magento 2. There comes many situation where we need to get the default placeholder image of the product. So below is how we can achieve that. If you check your store settings you will find option of Product Image place holders, you can change your default placeholder from there. Stores > Configuration > Catalog > Catalog > Product Image Placeholders The better…

Read More Read More