Dear Lukas,
Can you please try prepending "Condition=" to the contains_any function:Condition=contains_any(Categories,"Weiteres"); articles<=1; shipping=noshipping
shipping=9
Best regards,
Reinhold
Hi ,
I am experiencing the same problem
VM 3,0,8 here
tried : Name=ACTION ; contains_any (Categories, 1); Weight>25; Shipping=0
it does not check the categories in the cart, but no error
now i tried
Name=ACTION ; Condition=contains_any(Categories,"freeshippingcat"); Weight>25; Shipping=0
an i receive the error
Evaluation yields unknown value while evaluating rule part 'contains_any(Categories,'.
on checkout
Wich rule should i use to get this to work?