Hi,
Is it possible that the checkout form will populate automaticaly the top saved address?
Customers that'll buy the same product every week will have to make to many clicks...
Thanks
|
Ubercart |
|
|
|
||
|
Tue, 03/11/2008 - 11:56
Hi, Is it possible that the checkout form will populate automaticaly the top saved address? Customers that'll buy the same product every week will have to make to many clicks... Thanks
Re: Default billing address on checkout form
You can do this with a custom module using hook_form_alter() or a bit of JS on the checkout page. Altering the form is probably the easiest way to go.
Re: Re: Default billing address on checkout form
I hoped it could be the default because I guess everybody will want it. Thanks
Re: Re: Re: Default billing address on checkout form
Well, as is it's really only one select box for return customers, so I don't think it's asking too much of them.
default select option from profile field on js select
How would I set default of a custom select list? I created a table of branch addresses that I use to populate the select list. I also pull the users' branch from LDAP (profile field). How do I select it as default? The value of the tag contains data of all the fields. Thanks for your help. <?phpBy the way, I tried <?phpbut it did not work. |
|