Hi guys,
I wondering if someone lead me to the information that I can able to add new extra field to the checkout page.
I'm using drupal 6 with upercart 2.0
appriciated your help.
|
Ubercart |
|
|
|
||
|
Thu, 04/23/2009 - 19:34
Hi guys, I'm using drupal 6 with upercart 2.0 appriciated your help.
Troubleshooting
If you are using Firefox, try using Firebug. You can get it through addons. If you are working directly on the server the changes you make through Firebug are permanent. If you are working remotely, you can make changes and the changes are not permanent. This is a great way to learn. Also while you are at it download the profiles module.
Re: How can I add new extra field to Ubercart checkout page
You'll have to write a module that uses the Checkout Pane system to get extra fields onto the checkout page... there's an example in the Lead Tracker module on this site.
Re: Re: How can I add new extra field to Ubercart checkout page
Thanks Ryan, I'll look for it. cheers
Re: Re: Re: How can I add new extra field to Ubercart checkout p
I found a lead tracker script in this site (http://www.ubercart.org/contrib/670) but it's not work with drupal 6. Any suggest guys. cheers
Re: Re: Re: Re: How can I add new extra field to Ubercart checko
A Drupal 6 example would be my Purchase Order module available at http://drupal.org/project/uc_po.
add NODE to checkout
Maybe its good idea to be able to add node form of some particular content type inside one of panes and then full power of CCK will be at your hands - admin can define fields and validations and users can add data. How hard would it be to associate one NID to checkout?
mansspams wrote:
Maybe its
Maybe its good idea to be able to add node form of some particular content type inside one of panes and then full power of CCK will be at your hands - admin can define fields and validations and users can add data. How hard would it be to associate one NID to checkout? +1 need exactly this functionality... Any suggestions?
ubercart
Hi all,
Re: ubercart
looks like CCK is not yet support Ubercart on the checkout pane...I am in the same spot...but wondering if anyone can utilize the http://ubercart.org/project/uc_extra_fields_pane and tweak for UC 3.0 |
|