Knowledge Base: Email temaplte condition - evaluate postal service name, shipping method
Problem
Create an email notification template that will be used only if an order has been sent out with a specific shipping method/postal service.
Solution
Note: When previewing an email template for a specific condition, the selected email template will be shown irrespective of the condition evaluation. If you want to check the evaluation switch to Default condition and enter the order id you want to preview.
Also remember that the condition expression is a simplified parser, meaning you cannot use standard linnworks expressions in it, you are very much limited to the name of a field and operands like < > =
This however gives you access to wildcard evaluation, for example
ShippingMethod LIKE 'Royal Mail%Recorded%'
|