If you have noticed or not, in version 1.5 of Magento when you use GROUP BY clause in any Grid.php…
Classic Blog List
<?php $helper = $this->helper(‘catalog/category’) ?> <?php foreach ($helper->getStoreCategories() as $_category): ?> <a href=”<?php echo Mage::getModel(‘catalog/category’) …
Mage::getUrl(‘customer/account/login’); //login urlMage::getUrl(‘customer/account/logout’); //logout urlMage::getUrl(‘customer/account’); //My Account urlMage::getUrl(‘customer/account/create’); // Register urlMage::getUrl(‘checkout/cart’); //Checkout url
This is one of the easiest way to show Either Error message or Success message in magento for one time.If…
Suppose you have a multi select attribute and you have displayed it in admin grid. You have displayed the multi…
Follow the steps to add column in sales order grid: Here by i am two column called Payment method and…
Want to create a custom report in Magento Admin? After taking help from some forums & all I was able…
Magento seemingly makes the most mundane development tasks an exercise in patience. The over engineered PHP beast makes you do…





