Table of Contents

Order fields

Creating custom order information fields

Order fields are custom fields for extending the default set of order system fields. This can be useful to e.g. create a custom coupon field to trigger discounts, to allow customers to request additional services by checking off a box, to allow commerce staff to use them during the order management process, and so on.

The order fields node is used to create and manage these fields: OrderFields To create an order field:

  1. Click Add new field - then:
  2. Provide a name and a system name
  3. Specify a template tag value - this value can be used to retrieve content from this field in templates
  4. Select a field type

Custom fields will be available on all orders, and will appear (in backend) as the type of field selected.

To top