I needed a custom button to call a url. I wanted this button to appear above my grid in Admin>Sales>Orders.This…
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…
If you would like to move the currency switcher from the left column to the header, you can use the…
Can you help me discover the solution to removing .html from Magento category URL?How configure magento such that the category…
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…
<?php if(strlen($pname) > 28) {echo substr($pname,0,25);}else {echo $pname;}?>