I'm trying to create a cart price rule that if a customer spends over £50 on products in certain categories (3 categories and can be a combination of) but i cant seem to get it to work.
Currently i have:
If total amount is 50 for a subselection of items in cart matching ALL of these conditions: Category is 326, 327, 335
but have also tried changing all to ANY. I have tried adding:
Price in cart equals or greater than 50
Subtotal (Incl. Tax) is 50.00
but no combination i try seems to work. Is this possible to do without any extra modules?
I'm using magento 2.4.3
Solved! Go to Solution.
Hi @CSP_Alex ,
Please try configuration like attached in screenshot.
Hope it helps!
Thanks
Hi @CSP_Alex ,
Please try configuration like attached in screenshot.
Hope it helps!
Thanks
This did not work either. The delivery charge is still applied. I also tried changing the action to "is one of" instead of "contains" but it still doesnt work
Hi @CSP_Alex ,
I have posted screenshot after testing it with Adobe Commerce 2.4.4 with Sample Data.
Could you please send whole screenshot of your rule that you have created?
Hope it helps!
Thanks
I have managed to fix it now. I made a smaller error in the rule but now it works
Thanks for the help