register account checkbox problem

Please post your issues and questions about One Page Checkout for Virtuemart 2 to this forum.

register account checkbox problem

Postby maiklseglitis@.....com » Sun Jul 08, 2012 10:39 am

The checkbox is checked by default, but the password fields are not visible. They appear only after I reselect the checkbox. In IE8 it does not work at all.
maiklseglitis@.....com
 
Posts: 9
Joined: Mon Jun 11, 2012 6:55 pm

Re: register account checkbox problem

Postby admin » Tue Jul 10, 2012 10:22 pm

hello, if you are using a custom template, make sure it includes autocomplete="off" within the <input tag. We just checked the three templates and found this:
Code: Select all
autocomplete="off "


please replace it with:
Code: Select all
autocomplete="off"


The fix will be included in the next build (2.0.68) and if you'd like to do it manually, you can do so in this file:
\components\com_onepage\themes\YOUR THEME\overrides\list_user_fields.tpl.php

edit: we just released a fix for this in the latest build

Kind regards and apologies,
Stan
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 2

cron