Page 1 of 1

No User Registration as Default

PostPosted: Sat Jul 21, 2012 2:57 pm
by latodc@.....com
Hi All

In the checkout page, the customer has the option of signing in as a guest or to register an account. At the moment, the default is to create an account. Does anyone know how I can make the default be "GUEST" ?

Thanks all!

Re: No User Registration as Default

PostPosted: Fri Jul 27, 2012 3:29 pm
by admin
Hello, this option is currently available from backend configuration only on OPC2 for Virtuemart2. You can change the code of the theme which generates the checkbox for the optional registration in /components/com_virtuemart/themes/default/templates/onepage/YOUR THEME/overrides/list_user_fields.tpl.php

You can make the password DIV to be displayed with style="display: none;" and the checkbox default status not to be checked.

Best Regards,
Stan