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…
2013 July
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…
When developing in Magento and playing arround with Magento Themes there is some functions you should know. If you want…
When you migrate your Magento website from location to another, or you change the domain-name under which it is running,…
Here’s how to reset your file and directory permissions if PHP is running through FastCGI, suPHP, or LSAPI: find ….
This knowledgebase explains how to disable the Customer Reviews link from displaying in your product page. The easiest way to…