Friday, 24 July 2015

magento customer login is not working

Go to /app/design/frontend/default/yout theme/template/persistent/customer/form/login.phtml

and add the following line under the <form> tag

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

No comments:

Post a Comment

Thanks for your comments.