I have set up custom fields in the custom fields module to allow someone to add attendees to a workshop if they pay for more than one workshop i.e. quantity 2 (site here). I have added this to the address step and created the lexicon entry for it. It shows up as expected.
I am now trying to retrieve this within the order summary and in the merchant and customer emails but nothing appears. I am using this {{ order_fields.Attendee1 }} as per the documentation. Am I missing something
Also, should the field appear in the Order in the backend?
Thanks for sending an email Alastair, I’ve fixed it on your site and a fix will also be available in v1.1.2.
The problem was that the in the module configuration there were spaces at the end of the field names (e.g. Attendee1_) which meant the module was not seeing a value. I’ve prepared a fix so that any spaces are trimmed away, and applied that to your site.