VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: alessandropighi on February 18, 2016, 06:10:41 AM

Title: VirtueMart: problem with user registration
Post by: alessandropighi on February 18, 2016, 06:10:41 AM
Hello,
I am currently working with VirtueMart 3.0.12 and Joomla 3.4.8

My problem is that... when I try to register as a new user once I click on the "register" button the only thing that happens is that reloads the page without the control of the fields.
I already enabled the debug mode and I understand (I think) the problem is the function is not invoked on the JavaScript validation of the form ...

To check the operation of JS I tried to rename the function to MyValidator(f, t) to myValidator_tmp(f, t) and at least the function is called but then stops at the line <f.task.value = t>

before that line I put various alert() inside the function to find where function stop and... someone has already had a similar problem?

I tried to search with Google in your forum but couldn't find anything about it.

Thank you in advance hoping someone will give me help
Title: Re: VirtueMart: problem with user registration
Post by: Jumbo! on February 18, 2016, 07:17:14 AM
Make sure "New User Registration" option is enabled in Joomla User Configuration.
Title: Re: VirtueMart: problem with user registration
Post by: alessandropighi on February 18, 2016, 09:52:03 AM
Unfortunatly i have just check... The function is enabled
Title: Re: VirtueMart: problem with user registration
Post by: alessandropighi on February 20, 2016, 10:01:56 AM
Nobody can help me?  :'(