Elovate’s export rule builder allows you to refine your exports by combining multiple conditions. This is useful when you want to target products with very specific criteria.
Adding multiple conditions
You can stack conditions together using AND logic to narrow your selection.
Example:
This filter will return only products that:
Are enabled,
Are visible in catalog and search,
Have an empty description.
This is a great way to find products that are online but missing important data.
Using groups for more complex logic
You can also group conditions together, which allows you to mix AND and OR logic.
Example:
This filter will return only enabled products with no description and a color of either red or blue.
Pro tip:
Use AND when all conditions must be true.
Use OR inside a group to allow flexibility between multiple values.
Groups are essential for avoiding unintended results when mixing logic types.