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

rszrama’s picture

There'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.

rszrama’s picture

Title: Not having the ability to have custom order fields available for users to fill out at checkout » Provide a way to turn Order fields into checkout panes
Component: Order » Contributed modules
Status: Active » Postponed

I can't find the related issue (if it's here, it's not in the proper component), so I'll just repurpose this one.

jantoine’s picture

Here is a contributed module that provides this functionality: http://drupal.org/project/commerce_fieldgroup_panes.

Cheers,

Antoine

rszrama’s picture

Status: Postponed » Fixed

Thanks for linking it in. : )

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Issue summary: View changes

added the type of installation I am using