:(
After the user selected an item and want to buy he can't register:
He compile the registration fields (coming from the cart page > adding billing address)
but if hi select "register and buy" he remain in the same registration page and the account is not created.
joomla 3.5.1
Virtuemart 3.0.14 and 3.0.12
PHP version: 5.6.17-1~dotdeb+zts+7.1
LIVE SITE: www.dolcepausa.com/DP3
PS the user registration in joomla is enabled..
I can't find a fix
Mod edit: bump message removed. Please read http://forum.virtuemart.net/index.php?topic=104795.0 [/color
Possibly related to the known Joomla 3.5.1 mail issue described on this forum several times.
Please try with VM3.0.16 which is compatible with Joomla 3.5.1 - but test on a backup copy of your site. http://dev.virtuemart.net/projects/virtuemart/files
Done but not solved
I have multiple installations: 3.0.12 - 3.0.14 - and 3.0.16
in any of them the user registration is working
before 3.0.12 i didn't see this problem
Test with Protostar template in case this is an issue with your commercial template.
Ok.. the problem was that the e-mail used for the registration was already used but no message was shown...
For the record I make all my template.
Now i will look how to sho the error message.
Thankyou ;D
Ok. I'm trying to understand why in my template there is no feedback from the system.. i didn't put any override on the registration page!
tested good on Protostar j3.5.1/VM3.0.16
displayed in the normal Joomla message sys
<div id="system-message-container">
<div id="system-message">
<div class="alert alert-error">
<a data-dismiss="alert" class="close">×</a>
<h4 class="alert-heading">Error</h4>
<div>
<div class="alert-message">Save failed with the following error: This email address is already registered.</div>
</div>
</div>
</div>
</div>