2 replies [Last post]
fighella's picture
Offline
Joined: 11/13/2008
Juice: 3
Was this information Helpful?

I need to add an extra step in the checkout...

Does anyone know where I should look if Im interested in doing this.

Basically what has to happen is I need to make sure a user fills in a form or makes a selection that goes along with their order as they checkout.

The form will need to add an attribute to the users profile... but I have to make sure it's done in checkout...

Any ideas?

Jonny

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15450
Re: extra form in checkout

You might consider doing this through a custom checkout pane. There is some documentation on writing these in our developer's guide, though you might get it done just as quickly by checking out the code in a recent one I did (attached). If the user account gets created during checkout, you might have to work through some other hook, like hook_order() to update their profile.

AttachmentSize
uc_customer_po.zip 2.73 KB
yogesh's picture
Offline
Joined: 07/10/2012
Juice: 6
Thanks a lot

Your code helped me a lot...