The following code:
{IF-PRODUCT-IN-ORDER-BEGIN:17,19:any}
<p>You have Product Seventeen OR Product Nineteen in your order!</p>
{IF-PRODUCT-IN-ORDER-END}
Would print out
You have Product Seventeen OR Product Nineteen in your order!
if either the product with SID 17 or 19 are present in the customer's order. |