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…
Classic Blog List
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…
System > My Account :-If you would like to change your default password and user name, the security of your…
<?php if(strlen($pname) > 28) {echo substr($pname,0,25);}else {echo $pname;}?>
Get all items information in cart// $items = Mage::getModel(‘checkout/cart’)->getQuote()->getAllItems();$items = Mage::getSingleton(‘checkout/session’)->getQuote()->getAllItems();foreach($items as $item) {echo ‘ID: ‘.$item->getProductId().’‘;echo ‘Name: ‘.$item->getName().’‘;echo ‘Sku: ‘.$item->getSku().’‘;echo…
Can you help me discover the solution to removing .html from Magento category URL?How configure magento such that the category…





