Trying to figure out how to pull in data entered into a Custom Order Field into a batch report. The field is configured for the store owner to add notes to the order. Those notes need to be displayed on the batch report. Notes are added to the order within the Manage Orders admin.
I have tried the following:
but even if there is data for that field, it's not displaying.
The customfields item has been assigned to the template.
Not sure what else is needed to get it to display in the batch report.
Leslie
I have tried the following:
Code:
<mvt:if expr="NOT ISNULL l.settings:order:customfield_values:customfields:order_notes"> <h2>Notes</h2> <hr /> &mvte:order:customfields:order_notes; </mvt:if>
The customfields item has been assigned to the template.
Not sure what else is needed to get it to display in the batch report.
Leslie
Comment