Adding shipping costs to cart automatically in Magento

In my case, I need to adding shipping cost of Webshopapps Matrix Rates to cart automatically. If you meet the same requirement , you can follow these steps to make it done: 1/Create a xml file to declare new module: app/etc/modules/Inbusiness_Cart.xml     2/Create app/code/local/Inbusiness/Cart/etc/config.xml     3/ Create app/code/local/Inbusiness/Cart/Model/Observer.php…

Automatically create and assign customer group in magento

This tutorial will help you to answer the question “How we can Automatically create and assign customer group in magento ?”. For creating and assigning customer group, we have to create : 1/ Create app/code/local/Inbusiness/Group/etc/config.xml     2/Create app/code/local/Inbusiness/Group/Model/Observer.php to create specific customer group (customer email) and assign it to the…

Remove favicon in magento

In order to remove favicon completely without replacing it in magento, we need to do 3 steps: 1/ First step : Remove all the favicon from ALL the folders 2/ Remove these codes in :  app/design/frontend/default/your_theme/template/page/html/head.phtml   3/ The final step is : clear magento caches and session. Don’t forget…

Please Add Widget