If you would like to move the currency switcher from the left column to the header, you can use the…
Magento
Can you help me discover the solution to removing .html from Magento category URL?How configure magento such that the category…
I was getting crazy trying to solve this. Finally I found the solution.After create the X Websites you need from…
Here, i paste code to remove the cache from the magento. Magento can provide a options to us to remove…
Step 1: Declare your shell module and it’s code poolCreate an xml file /app/etc/modules/Company_Web.xml (You can use any name, even…
Open: appcodecoreMageCatalogBlockProductViewOptionsTypeSelect.php Alter the following lines:if ($_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DROP_DOWN) {$select->setName(‘options[‘.$_option->getid().’]‘)->addOption(”, $this->__(‘– Please Select –’));}To:if ($_option->getType() == Mage_Catalog_Model_Product_Option::OPTION_TYPE_DROP_DOWN) {$select->setName(‘options[‘.$_option->getid().’]‘);// ->addOption(”, $this->__(‘– Please Select…
Make a class in css like:- .mainmenu li.active a{ color:#f68e1e; }<li> <a href=”<?php echo $this->getUrl(”) ?>”> Home </a> </li> <li> <a…
There are numerous ways to setup multiple Magento stores that all share the same codebase and backend, but what method…
Today I learn a new trick with magento, You can create multiple customer account using with same email account. This…
This post help you to get url, directory path, to get module URL. This is very basic post, that will…





