Magento / PHP / Programmings

Remove .html from category or product URL in Magento

Magento’s all category and products URL come with .html by default. You can change this .html extension. And also can remove it. Follow this steps to remove .html Log in to Admin Panel. Go to System->Configuration->Catalog. Select the tab Search Engine Optimizations. Then remove Product URL Suffix and Category URL Suffix. You need to re-index data,for … Continue reading

Magento / PHP / Programmings

Magento add a facebook like box to left sidebar

Originally posted on Magento Tips and Fundamental Solutions:
This is not a big thing in magento whoever knows the file structure of magento, what we have to do here is just add a static CMS block called magento facebook like box then enter the code you got from the facebook for like button here https://developers.facebook.com/docs/reference/plugins/like-box/ and…