Make a class in css like:- .mainmenu li.active a{ color:#f68e1e; }<li> <a href=”<?php echo $this->getUrl(”) ?>”> Home </a> </li> <li> <a…
Uncategorized
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…
If you would like to move the currency switcher from the left column to the header, you can use the…
Customer Groups:-User can create and view customer groups from Magento admin panel. Admin can view all defined customer groups by…
1. Germany German http://www.magentocommerce.com/extension/413/magento-community-modules–german-germany-language-pack Key : magento-community/Locale_Mage_community_de_DE 2. France and French:http://www.magentocommerce.com/extension/414/magento-community-modules–french-france-language-pack 3.Spanish: http://www.magentocommerce.com/extension/398/magento-community-modules–spanish-spain-language-pack key: magento-community/Locale_Mage_community_es_ES 4.Portuguese:http://www.magentocommerce.com/extension/388/magento-community-modules–portuguese-brazil-language-pack Key : magento-community/Locale_Mage_community_pt_BR 5.Russian:…
magento site : Get all items information in cartGet all items information in cart// $items = Mage::getModel(‘checkout/cart’)->getQuote()->getAllItems();$items = Mage::getSingleton(‘checkout/session’)->getQuote()->getAllItems(); foreach($items…





