PDA

View Full Version : Bug in Registration module



ATServiceSRL
January 12, 2013, 11:16 PM
Hi,
if you come back from the second page of user registration to first, and you have not set the required fields, you cannot continue to register because you cannot fill the required fileds of the second page from the first page.


Regards

Viktor
January 25, 2013, 03:58 AM
Hello Fabrizio,

I found this error,

please go to ftp://templates>>your_template>>tpl>>controllers>>registration.tpl

find code:



<td class="name ralign button"><a href="javascript:void(0)" onclick="flynax.switchStep('profile');" class="dark_12">&larr; {$lang.perv_step}</a></td>


and replace to:



<td class="name ralign button"><a href="javascript:void(0)" onclick="flynax.switchStep('profile'); reg_account_submit=false;" class="dark_12">&larr; {$lang.perv_step}</a></td>


save and check.

ATServiceSRL
January 25, 2013, 09:29 PM
Working ! Thank you :-)