The contents between the {IF-PRODUCT-IN-ORDER-BEGIN} and {IF-PRODUCT-IN-ORDER-END} QuickCode Tags will be displayed if the customer's order contains the specified products.
This QuickCode Tag parameters.
Parameters are passed to a QuickCode Tag by adding a colon in the QuickCode Tag between each parameter.
For example: {IF-PRODUCT-IN-ORDER-BEGIN:parameter one: parameter two}
The following parameters are accepted by this QuickCode Tag:
Parameter 1: A comma-separated list of the product SID numbers to try and find in the customer's order. Example: 1,2,3
Parameter 2: Either "any" or "all". Determines whether the check for the listed products evaluates as true if any of them are found in the customer's order, or whether all of them must be found. If this parameter is excluded, it will default to "any". Example: all |