Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Add a field to shipping page (checkout)

Add a field to shipping page (checkout)

Locked

Views: 2,850

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
22 May 2006, 5:55 PM
#1
cmiller avatar

cmiller

New Zenner

Join Date:
Nov 2005
Posts:
44
Plugin Contributions:
0

Add a field to shipping page (checkout)

Afternoon all,

I searched the forums and have not found anything on this yet and was wondering if anyone could point me to a post on this or help me out in this post. My problem is that I need to add a field in the shipping page within the checkout process that allows someone to select whether or not a liftgate or palletjack is required for delivery on an item (i.e.- if they purchase a skid of something). If anyone has any ideas on this, would be greatly appreciated. If you need any more info, let me know.

Thanks for your time,
cmiller

22 May 2006, 6:53 PM
#2
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,604
Plugin Contributions:
0

Re: Add a field to shipping page (checkout)

Wouldn't that be better as a attribute for the item ordered? Or perhaps you could use the Comments field that is already on the page?

22 May 2006, 6:58 PM
#3
cmiller avatar

cmiller

New Zenner

Join Date:
Nov 2005
Posts:
44
Plugin Contributions:
0

Re: Add a field to shipping page (checkout)

Thanks Kim, I guess that would make more sense to add that as an attribute, didn't think about that one. Once again thanks for the suggestion, I'll have to play with that.

22 May 2006, 7:32 PM
#4
cmiller avatar

cmiller

New Zenner

Join Date:
Nov 2005
Posts:
44
Plugin Contributions:
0

Re: Add a field to shipping page (checkout)

Kim,

Is there a field in the database somewhere for comments? I tried searching in phpmyadmin and didn't see anything and also tried searching in the developers tool kit to no avail. if you could point me to the spot, would be greatly appreciated.

thanks,
cmiller

22 May 2006, 11:33 PM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Add a field to shipping page (checkout)

comments collected during checkout are stored in the orders table

23 May 2006, 12:11 PM
#6
cmiller avatar

cmiller

New Zenner

Join Date:
Nov 2005
Posts:
44
Plugin Contributions:
0

Re: Add a field to shipping page (checkout)

I am in phpmyadmin within the orders table, and i see no field for comments in there. Upon further looking, I did find a comments field in orders_status_history. Is this the one i'm looking for or is that comments to something else other than the checkout?