Hey Everyone,
I’ve got a small problem, where did I make a mistake?
I want to give a discount of $2 for every item in the cart if there are at least 2 or more items in the cart.
So I set up the following CART RULE
Enabled
For every customer group
No coupon
CONDITIONS
If ALL of these conditions are TRUE:
Total Items Quantity greater than 1
ACTIONS
Apply - Buy X get Y Free
Discount Amount - 2.00
Maximum Qty Discount is Applied to - 10
Discout Qty Step (Buy X) - 1
But nothing is discounted. I reindexed everything, I double, tippled checked but Magento is not adding the discount automatically. What am I doing wrong?
Running Magento 2.3.5-p1
Hello @MadisonCooper
There is some issue with cart rule Action, if you want to give discount of $2 on overall cart items, use action as Fixed Amount Discount for Whole Cart and if you want to set it for per item row, then use action as Fixed Amount Discount .
Hope it will resolve your issue.
Hi @MadisonCooper ,
Try to change your rule actions section like below:
ACTIONS
Apply - Fixed amount discount
Discount Amount - 2.00
Maximum Qty Discount is Applied to - 10
Hope this helps you!
Problem Solved! Clixk Kudos & Accept as Solution!