Basics: Condition Expressions
Smart Tags uses Condition Expressions for custom rules to allow you to create complex and powerful rule definitions.
Condition expressions are in the following format:
<field name> <operator> <value(s)>
For example, in Custom Product Rule, you can define the following condition expression:
Vendor is equal to "ACME"
- Field Name:
Vendor
- Operator:
is equal to
- Value:
ACME
Smart Tags will then evaluate the condition expression against each product and if the product matches the condition, Smart Tags will tag it.