Suppose you are developing a custom Magento Extension and you don’t want to show or you want to Rename “Add…
Magento
Sometimes we need to check the current host name in magento. Here is the function that returns the hostname of…
irst of All before writting about the best seller products in magento. Here is the file you can use to…
While testing, use only the credit card numbers listed here. Other numbers produce an error.Expiration Date must be a valid date…
Are you using date-time functions (date(), time(),now(), etc) directly inside magento ??? Think twice man !!! Even though time is…
Sometimes we need to show thumbnail image for custom attribute in magento admin grid. As we might know it is…
$customerId = (int) $this->getRequest()->getParam(‘id’); $customer = Mage::getModel(‘customer/customer’)->load($customerId); $userSession = Mage::getSingleton(‘customer/session’); $userSession->setCustomer($customer); Mage::dispatchEvent(‘customer_login’, array(‘customer’=>$customer)); $this->getResponse()->setRedirect(Mage::getUrl(‘customer/account’));
Here, I explain an example to add a drop down field called School in Customer Profile. The below codes are…
Product Name and Product SKU in Sales order grid: This is really very important and needed aspects of the sales…





