How can I trigger Template Based Emails manually?
My client wants to send an additional email that's similar to the Order Confirmation: Customer email BUT only under certain conditions.
I created a copy of the template as ORDERCONF_EXTRA, made the changes and added it to Template Based Emails.
On the INVC page Template I want to do something like this
<mvt:if expr="condition EQ 'true'">
API Call to Send email ORDERCONF_EXTRA
</mvt:if>
Has anyone else tried this?
My client wants to send an additional email that's similar to the Order Confirmation: Customer email BUT only under certain conditions.
I created a copy of the template as ORDERCONF_EXTRA, made the changes and added it to Template Based Emails.
On the INVC page Template I want to do something like this
<mvt:if expr="condition EQ 'true'">
API Call to Send email ORDERCONF_EXTRA
</mvt:if>
Has anyone else tried this?
Comment