I have added some order fields to my order.
How do I get the values from them in my template extender code?
I have added some order fields to my order.
paul wrote:
I have added some order fields to my order.
How do I get the values from them in my template extender code?
From order.OrderFieldValues which a collection of OrderFields on the current order object with the values for the instance of the order.
I may just me misinterpreting, but just in case I'm not: You don't need an extender to display the order field values. Just use the template tag you supplied, when you created the tag:)
You must be logged in to post in the forum