Issues with Order Line Quantity rule

I’m not sure if I’m misunderstanding something, but I need a setup where a reward is added if a user has 10 or more items from a specific product category in their cart. For some reason, this isn’t working as expected.
I can set the rule to “Accumulate total order lines,” but then the rule is triggered even when the added products don’t belong to the selected product category.
@mattbrailsford

I think you need to change the Match Type to Funnel. That way items matching the first rule flow into the next rule. Otherwise the rules are matched independently across the order.

Hi Matt.

When changing to funnel:

If i have two products in my basket - Both being within specific product category - It only rewards a single order line. If i have 2 quantites of one and 8 quantities of another, the discount should be activated. Does it make sens?

Ahh, I think in this instance it’s wanting matching order lines to also have a quantity of 20, rather than all orderlies that match must add up to 20. If there is an Accumulate option, you could try that, otherwise I’m not sure we support this. You might have to create your own rule provider to get exactly what you need.