<input type="hidden" name="error_url" value="<?php echo $this->getErrorUrl() ?>" />
Hello,
Magento 1.9
Cannot create accounts or login to accounts , eg :
https://www.audiobuy.hk/customer/account/create/
Try to create account and it just reloads the page.
Can someone please explain why this is happening , thinking of using Shopify or BC because Magento is bad for business at present.
In app/design/frontend/[package]/[theme]/template/customer/form/register.phtml and app/design/frontend/[package]/[theme]/template/persistent/customer/form/register.phtml
<input type="hidden" name="form_key" value="<?php echo Mage::getSingleton('core/session')->getFormKey() ?>" />
After
<input type="hidden" name="error_url" value="<?php echo $this->getErrorUrl() ?>" />
It may help!
Problem Solved? Please click on 'Kudos' & Accept as Solution!