Questions tagged [discount]
Indicates Questions regarding Shopping Cart discount
488 questions
1 vote
1 answer
61 views
Is it possible to apply different discocunt on different sku in same cart
I want to apply different discount for different for sku's. If both are present in same cart . I want to get discount combine. Suppose if Sku A has discunt 4 and Sku B has 5 , total discount should ...
0 votes
0 answers
98 views
Magento 2 : How to avoid discount to custom option
We are using magento 2.4.2-p2 When we apply a coupon code to the cart then the discount is also applied to the product custom options, we do not want to apply a discount to the product custom options. ...
0 votes
1 answer
52 views
Getting order items discount amount returns 0, but order discount returns right amount?
Magento 2.4.6 I ordered an item and applied a coupon code in checkout. I got a discount of $1.50. This amount is shown in the item on the order detail page as well as in the order totals. Now, trying ...
0 votes
2 answers
194 views
Adding if condition in checkout_index_index.xml
I want to add an if statement inside checkout_index_index.xml. The reason for these is to hide some of the element like discount code. I know this is possible with JS file but I don't want to use the ...
0 votes
2 answers
238 views
Magento 2 : Prevent Child product discounts from applying to bundle products
Is there a way to prevent child product discounts from applying to bundle products? I have a bundle product with its own discount, but both the bundle discount and the child product discount are being ...
0 votes
1 answer
65 views
Is it possible and how can I create a discount coupon via webapi or graphql natively?
I found this here in the documentation but I don't know where the value or type of discount goes, whether percentage or fixed
0 votes
1 answer
40 views
Magento Cart Discount Rule
Hi i need a discount rule that looks at all the products in the cart > if the total of products in the cart from category A ≥$2500 > 15% discount is applied to the amount over 2500. is this ...
0 votes
0 answers
81 views
remove discount from the cart page
Is there any way to remove discount price [NOT THE COUPON FORM] from the cart page and adjust the Totals accordingly but should be visible on checkout page ?
1 vote
0 answers
80 views
Magento 2.4.4: Discount on shipping amount not working with Paypal Payments Pro
I have created a Cart price rule with coupon code with condition where 85% discount is applied to the total. I have also enabled "Apply to Shipping Amount". When I placed an order the ...
1 vote
1 answer
907 views
Magento 2: Add discount based on individual qty and item to cart
I need to set cart discount based on individual qty and individual item for cart. For example if cart have 2 item then lowest price item to give higher percentage discount, like need to add 10% and 20%...
4 votes
0 answers
122 views
Discount Calculation Issue Magento 2
I am facing an issue with the discount calculation. There are three coupon which are applied automatically without coupon code (coupon 3, coupon 4, coupon 5) and one more coupon code which i have ...
0 votes
1 answer
736 views
How can I set discount in price at product order by a customer programmatically
If a customer places an order for 5 Qty of a product, then a 10% discount would be given. How can I do in Magento2 programmatically
0 votes
0 answers
155 views
Add discount on each product based on product price
I have 100 products in my store and each product has different price. I want to add discount on each product based on specific price. For example, If a product is added into the cart and it has 100usd ...
1 vote
0 answers
261 views
Magento 2 discount value is removed for logged in user using cart rules
I have a problem with discount not subtracted from grand total in checkout. The discount is coming from a cart rule and is displayed correctly on the checkout page but the grand total is without the ...
0 votes
1 answer
335 views
Buy specific SKUs get 10% of on all other products
I am working in Magento 2.4.4 I am trying to set a Cart Price Rule where I say "Buy specific SKUs and get 10% discount on all the rest of products" Like "Buy X Get Y - Percent Discount&...