I have 2 fields related to the order. one is radio button where user selects Pickup, Delivery. the other one I won't mention as it might confuse some people. I want the user to select which one they want at checkout. How do I do this?
I've added the fields the order. admin/commerce/config/order/fields. They don't show up on the checkout, but they do show up when the admin tries to edit the order.
I tried setting the fields as required, but the order gets created with these fields blank (this is a bug).
There are no options to add these fields on Checkout Settings admin/commerce/config/checkout.
I am not looking to add fields Billing Information nor Shipping Information.
Edit: Using Commerce_Kickstart install profile
Comments
Comment #1
rszrama commentedThere's no inherent way to put these on checkout, though one of my contrib ideas for a while has been to turn these fields into checkout panes. There may even be an open issue in this queue for it.
Comment #2
rszrama commentedI can't find the related issue (if it's here, it's not in the proper component), so I'll just repurpose this one.
Comment #3
jantoine commentedHere is a contributed module that provides this functionality: http://drupal.org/project/commerce_fieldgroup_panes.
Cheers,
Antoine
Comment #4
rszrama commentedThanks for linking it in. : )
Comment #5.0
(not verified) commentedadded the type of installation I am using