How do I request extra information from customers when they purchase?
Hi
I'm trying to set up a page where people can pay their membership for our organisation. How to I let / require them to enter their membership number so it's shown on the order?
Thanks.
Richard
Comments
I did this by making a short
I did this by making a short module based on the checkout pane example here.
http://drupal.org/project/commerce_examples
Note the info will be carried
Note the info will be carried into your order, but you'll have to take further steps for the extra info to show in admin and/or notification emails.
Thanks for the help, alx. I
Thanks for the help, alx. I'll look into that.