Hi
I successfully patch my 1.1.7 ver of VirtueMart ... thx a bunch, it is great : all the validations on the same page !
I have a related question which involve, I think, the same php pages.
With the email account activation in place, right after a successful registration why is the response page indicating a successful registration AND a login failure ?
Login denied! Your account has either been blocked or you have not activated it yet. Did you not get an activation e-mail and follow the validation link?
My guess is that there is some kind of auto-login which does not make sense for my setup since the new user must activate the account with the link inside the registration email first !
Lately, I applied another small patch which activates error messages, including the one above, through out the whole site, I added the line
<jdoc:include type="message" />into this file
C:\xampp\htdocs\ecommerce\templates\ja_larix\index.phpref:
http://forum.virtuemart.net/index.php?topic=50465.0I bet there is a simple way to deactivate the auto-login for this case. Somebody knows how ?
thx in advance