3 replies [Last post]
Dogmatix's picture
Offline
Joined: 03/19/2008
Juice: 21
Was this information Helpful?

I use Ubercart to sell CCTV & Surveillance equipment which for the average person can be quite tricky when it comes to making sure you have chosen compatible equipment, the right connectors etc. So I would like to add an extra field to the checkout page which would be a simple yes or no question. Something like this: "Would you like us to review your order and contact you if there are any product compatability issues?" Their yes/no selection needs to appear on the order incase their is a problem at a later date.

Any help on how to go about doing this would be much appreciated Smiling

Dogmatix's picture
Offline
Joined: 03/19/2008
Juice: 21
Re: How do I add an extra pane on the checkout page?

bump Sticking out tongue

Ryan's picture
Offline
Joined: 08/07/2007
Juice: 15438
Re: Re: How do I add an extra pane on the checkout page?

heh Gonna have to make a rule that no bumping is allowed while we're still asleep. But I guess that would require a sleep status indicator, which I haven't quite worked out yet. (Unrelated, my dad sent me a link to this cool shirt which has a wi-fi indicator built in!)

Anyways, why don't you just grab an existing checkout pane module and modify it for your use? You'll need to know a little PHP/Drupal, but you can turn the Lead Tracker module into a checkbox or something. I can't remember how I'm storing data w/ that module, though... nowadays there's a data array in the order object you can use for little values like this.

Dogmatix's picture
Offline
Joined: 03/19/2008
Juice: 21
Re: Re: Re: How do I add an extra pane on the checkout page?

lol...I think ill add the shirt to my 'things to get' list right under blow-up doll and Airbus A380 Sticking out tongue

Thanks for the idea Ryan. Atleast I now have a starting place.