↧
Adding custom options dynamically
Although Magento comes with variety of product types out-of-the-box, sometimes it’s convenient to store specific product information with order data instead of product itself. For this purpose you can...
View ArticleMagento redirect
Using redirection in Magento controllers is not a rocket science thanks to Mage_Core_Controller_Varien_Action::_redirect() and Mage_Core_Controller_Varien_Action::_redirectUrl() methods. When trying to...
View Article