Hire Magento Developer - I am available now
Posts Tagged ‘magento development’
19
Nov

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 create redirection in CMS page (to prevent not logged-in users from accessing it) I found follwing code very helpful: More »

,

03
Nov

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 use Custom Options – after assigning options to specific product they will be displayed as a form. More »

,