Hi all.
How can I add new fields to checkout page?
Sat, 06/20/2009 - 16:19
Re: Adding new fields to checkout page
You need to create a module that provides a new checkout pane with your custom fields. Start here:
http://www.ubercart.org/docs/api/hook_checkout_pane
Re: Re: Adding new fields to checkout page
Beautifull example given by Ryan :
http://www.ubercart.org/contrib/640
Hack the code to match your requests.
Thx for the example,
K.
