Hello I am hoping to make the "order_instructions" custom field display in the confirmation email template (Order Confirmation: Merchant), since it's very hard to notice the customers' comments right now.
Under OSEL I found:
And I was wondering if anyone could direct me how I would output that data into the email template. I thought about just selecting the custom field under order contents, but something tells me that isn't going work...
Thanks
EDIT I think I may have also posted this in the wrong forum, sorry
Under OSEL I found:
Code:
<mvt:if expr="g.Previous_Screen EQ 'OSEL'">
<mvt:item name="customfields" param="Write_Basket('order_instructions', g.order_instructions)" />
<mvt:else>
<mvt:item name="customfields" param="Read_Basket('order_instructions', g.order_instructions)" />
</mvt:if>
textarea name="order_instructions" rows="6" class="input">&mvte:global:order_instructions;</textarea>
And I was wondering if anyone could direct me how I would output that data into the email template. I thought about just selecting the custom field under order contents, but something tells me that isn't going work...
Thanks
EDIT I think I may have also posted this in the wrong forum, sorry
Comment