We purchased the Emporium Plus Addendum Checkout Questions module and i am having issues getting the data to show up on the merchant emails using the EMAIL_ORDERCONF_MERCHANT template.
The item is assigned to the template.
This is the code i found here http://www.emporiumplus.com/v5/addendum.htm
Thanks
The item is assigned to the template.
This is the code i found here http://www.emporiumplus.com/v5/addendum.htm
Code:
<mvt:if expr="NOT g.maxquestions">
<mvt:item name="addendum" param="pick|l.all_settings:order:id" />
</mvt:if>
<mvt:if expr="g.question1">
<br />Are you in the military or a 1st responder? &mvte:global:question1;
</mvt:if>
<mvt:if expr="g.question2">
<br />How did you hear about us? &mvte:global:question2;
</mvt:if>
<mvt:if expr="g.question3">
<br />Search term used: &mvte:global:question3;
</mvt:if>
Comment