You must be logged in to reply to this topic. Click here to login or register
Forum › Forum › Magento Theme › SNS Riveshop – Magento Theme › Registration Form Fix
Hello,
I found a critical function issue with the theme.
Creating an account does not work unless you add the following hidden input to the file at “\app\design\frontend\sns_riveshop\default\template\persistent\customer\form\register.phtml”
<input type="hidden" name="form_key" value="<?php echo Mage::getSingleton('core/session')->getFormKey() ?>" />
You must be logged in to reply to this topic. Click here to login or register