Tuesday 24 November 2015

Customer registration not working in Magento

Some time it happen that after migration or upgrade of Magento, Registration not work.

Solution is :

Add the below code to your theme register.phtml file,


<input type="hidden" name="form_key" value="<?php echo Mage::getSingleton('core/session')->getFormKey() ?>" />

Refresh cache and try again.

No comments:

Post a Comment