Currently if the user does not choose a username and pass..they system creates on for him., But I dont want that.
Is there a way for me to force acocunt creation upon checkout?
|
Ubercart |
|
|
|
||
|
Sat, 04/11/2009 - 21:10
Currently if the user does not choose a username and pass..they system creates on for him., But I dont want that. Is there a way for me to force acocunt creation upon checkout?
Re: Re: Forcing account creation?
Search on that. It's explained in various places... simply put, you might just check your checkout settings.
Re: Re: Re: Forcing account creation?
Thanks for the info..I tried but doing that complicated the checkout. The system took me to a log in page.. The user would have to click on a register tad..etc. I just want them to have to enter a username and pass on the checkout page. Is it possible?
Re: Re: Re: Re: Forcing account creation?
You can make fields required through a site specific custom module using hook_form_alter(). I'm not sure if any modules let you adjust things like that or not, but maybe Formfilter does? |
|