Hi,
I’m looking for a general rule to apply to all current collections so that only products where inventory is greater than 3 are published/visible.
I understand a simple collection can be created such as:
- Inventory is greater than 3
AND
- Condition x
but this is too limited. Our collections are based on multiple OR (any) conditions
-
title = x
-
vendor = y
-
tag = z
So if we add the condition that
- inventory > 3
the results will include products where inventory is less than 3.
Any ideas?
Thank you.