5 replies [Last post]
JackThompson's picture
Offline
Joined: 02/28/2009
Juice: 110
Was this information Helpful?

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?

JackThompson's picture
Offline
Joined: 02/28/2009
Juice: 110
Re: Forcing account creation?

Anyone know anything about this?

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Re: Forcing account creation?

Search on that. It's explained in various places... simply put, you might just check your checkout settings.

JackThompson's picture
Offline
Joined: 02/28/2009
Juice: 110
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.
The fields are there now...I just want to make them required.

Is it possible?

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
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?

JackThompson's picture
Offline
Joined: 02/28/2009
Juice: 110
Re: Re: Re: Re: Re: Forcing account creation?

I will look into that. Thanks alot Ryan.