Shipping cart rule not working Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Shopping Cart Price Rule, Magento 1.9Free shipping cart rule doesn't apply if any downloadable or virtual products are added to the cartPromo Shopping Cart Price Rule Buy 3 Get 1 FreeMagento shopping cart price rule & alert for nearest subtotalShopping Cart Rule - Buy 5 get one FreeMagento Shopping Cart Price Rules Wrong CalculationSubtotal for Free Shipping wrong since SUPEE-8788 patchHow to define shipping rule?Coupon always fail when conditions have “greater than”?Cart rule free shipping on subtotal after discount magento 2
Trying to enter the Fox's den
Kepler's 3rd law: ratios don't fit data
Are Flameskulls resistant to magical piercing damage?
A journey... into the MIND
Why did Bronn offer to be Tyrion Lannister's champion in trial by combat?
Can gravitational waves pass through a black hole?
What is the difference between 准时 and 按时?
Suing a Police Officer Instead of the Police Department
How to leave only the following strings?
How to create a command for the "strange m" symbol in latex?
Coin Game with infinite paradox
How is an IPA symbol that lacks a name (e.g. ɲ) called?
What documents does someone with a long-term visa need to travel to another Schengen country?
Does traveling In The United States require a passport or can I use my green card if not a US citizen?
What is the evidence that custom checks in Northern Ireland are going to result in violence?
Who can become a wight?
Does the Pact of the Blade warlock feature allow me to customize the properties of the pact weapon I create?
Why are two-digit numbers in Jonathan Swift's "Gulliver's Travels" (1726) written in "German style"?
false 'Security alert' from Google - every login generates mails from 'no-reply@accounts.google.com'
How was Lagrange appointed professor of mathematics so early?
Who's this lady in the war room?
“Since the train was delayed for more than an hour, passengers were given a full refund.” – Why is there no article before “passengers”?
Converting a text document with special format to Pandas DataFrame
Is there a verb for listening stealthily?
Shipping cart rule not working
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Shopping Cart Price Rule, Magento 1.9Free shipping cart rule doesn't apply if any downloadable or virtual products are added to the cartPromo Shopping Cart Price Rule Buy 3 Get 1 FreeMagento shopping cart price rule & alert for nearest subtotalShopping Cart Rule - Buy 5 get one FreeMagento Shopping Cart Price Rules Wrong CalculationSubtotal for Free Shipping wrong since SUPEE-8788 patchHow to define shipping rule?Coupon always fail when conditions have “greater than”?Cart rule free shipping on subtotal after discount magento 2
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have set $40 as flat shipping and I want that if anyone purchase above or equal $50 then the flat shipping become 0. So I am setting this rule for the purpose:
If ALL of these conditions are TRUE :
Subtotal equals or greater than 50
and for action:
But there is a strange issue:
Case 1: If I buy 1 product of $25 then there is shipping of $40 (Correct)
Case 2: If I buy 3 * 25 then subtotal is $75 and shipping is 0 (Correct)
Case 3: If I buy 1 product of $80 then the subtotal is displaying as $40 and free shipping too(Incorrect)
So I want to correct the result of Case 3 that price should be remain $80 but the shipping should be free only. Please help to get this. Thank you
magento2 magento-2.1 shopping-cart-price-rules
|
show 2 more comments
I have set $40 as flat shipping and I want that if anyone purchase above or equal $50 then the flat shipping become 0. So I am setting this rule for the purpose:
If ALL of these conditions are TRUE :
Subtotal equals or greater than 50
and for action:
But there is a strange issue:
Case 1: If I buy 1 product of $25 then there is shipping of $40 (Correct)
Case 2: If I buy 3 * 25 then subtotal is $75 and shipping is 0 (Correct)
Case 3: If I buy 1 product of $80 then the subtotal is displaying as $40 and free shipping too(Incorrect)
So I want to correct the result of Case 3 that price should be remain $80 but the shipping should be free only. Please help to get this. Thank you
magento2 magento-2.1 shopping-cart-price-rules
1
Why you set the discount amount 40?
– Keyur Shah
Apr 18 at 11:17
As my flatrate shipping is $40 and I want it to set 0 if purchase >= 50 so I set discount to $40.
– Stack user
Apr 18 at 11:24
Please help me to resolve this as All I want to do is set free shipping if subtotal >=50
– Stack user
Apr 18 at 11:26
2
If you want only free shipping then please remove $40 and check
– Keyur Shah
Apr 18 at 11:31
1
@kayurshah Thank you I set discount to 0 and its working fine for all three conditions.
– Stack user
Apr 18 at 11:43
|
show 2 more comments
I have set $40 as flat shipping and I want that if anyone purchase above or equal $50 then the flat shipping become 0. So I am setting this rule for the purpose:
If ALL of these conditions are TRUE :
Subtotal equals or greater than 50
and for action:
But there is a strange issue:
Case 1: If I buy 1 product of $25 then there is shipping of $40 (Correct)
Case 2: If I buy 3 * 25 then subtotal is $75 and shipping is 0 (Correct)
Case 3: If I buy 1 product of $80 then the subtotal is displaying as $40 and free shipping too(Incorrect)
So I want to correct the result of Case 3 that price should be remain $80 but the shipping should be free only. Please help to get this. Thank you
magento2 magento-2.1 shopping-cart-price-rules
I have set $40 as flat shipping and I want that if anyone purchase above or equal $50 then the flat shipping become 0. So I am setting this rule for the purpose:
If ALL of these conditions are TRUE :
Subtotal equals or greater than 50
and for action:
But there is a strange issue:
Case 1: If I buy 1 product of $25 then there is shipping of $40 (Correct)
Case 2: If I buy 3 * 25 then subtotal is $75 and shipping is 0 (Correct)
Case 3: If I buy 1 product of $80 then the subtotal is displaying as $40 and free shipping too(Incorrect)
So I want to correct the result of Case 3 that price should be remain $80 but the shipping should be free only. Please help to get this. Thank you
magento2 magento-2.1 shopping-cart-price-rules
magento2 magento-2.1 shopping-cart-price-rules
asked Apr 18 at 11:03
Stack userStack user
1276
1276
1
Why you set the discount amount 40?
– Keyur Shah
Apr 18 at 11:17
As my flatrate shipping is $40 and I want it to set 0 if purchase >= 50 so I set discount to $40.
– Stack user
Apr 18 at 11:24
Please help me to resolve this as All I want to do is set free shipping if subtotal >=50
– Stack user
Apr 18 at 11:26
2
If you want only free shipping then please remove $40 and check
– Keyur Shah
Apr 18 at 11:31
1
@kayurshah Thank you I set discount to 0 and its working fine for all three conditions.
– Stack user
Apr 18 at 11:43
|
show 2 more comments
1
Why you set the discount amount 40?
– Keyur Shah
Apr 18 at 11:17
As my flatrate shipping is $40 and I want it to set 0 if purchase >= 50 so I set discount to $40.
– Stack user
Apr 18 at 11:24
Please help me to resolve this as All I want to do is set free shipping if subtotal >=50
– Stack user
Apr 18 at 11:26
2
If you want only free shipping then please remove $40 and check
– Keyur Shah
Apr 18 at 11:31
1
@kayurshah Thank you I set discount to 0 and its working fine for all three conditions.
– Stack user
Apr 18 at 11:43
1
1
Why you set the discount amount 40?
– Keyur Shah
Apr 18 at 11:17
Why you set the discount amount 40?
– Keyur Shah
Apr 18 at 11:17
As my flatrate shipping is $40 and I want it to set 0 if purchase >= 50 so I set discount to $40.
– Stack user
Apr 18 at 11:24
As my flatrate shipping is $40 and I want it to set 0 if purchase >= 50 so I set discount to $40.
– Stack user
Apr 18 at 11:24
Please help me to resolve this as All I want to do is set free shipping if subtotal >=50
– Stack user
Apr 18 at 11:26
Please help me to resolve this as All I want to do is set free shipping if subtotal >=50
– Stack user
Apr 18 at 11:26
2
2
If you want only free shipping then please remove $40 and check
– Keyur Shah
Apr 18 at 11:31
If you want only free shipping then please remove $40 and check
– Keyur Shah
Apr 18 at 11:31
1
1
@kayurshah Thank you I set discount to 0 and its working fine for all three conditions.
– Stack user
Apr 18 at 11:43
@kayurshah Thank you I set discount to 0 and its working fine for all three conditions.
– Stack user
Apr 18 at 11:43
|
show 2 more comments
1 Answer
1
active
oldest
votes
As per the comment you need to remove the 40 from the Discount Amount section to make it working.
Please can you briefly explain the"Apply to shipping amount" and "Free Shipping" columns. I cant understand their values.
– Stack user
Apr 18 at 12:41
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270644%2fshipping-cart-rule-not-working%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
As per the comment you need to remove the 40 from the Discount Amount section to make it working.
Please can you briefly explain the"Apply to shipping amount" and "Free Shipping" columns. I cant understand their values.
– Stack user
Apr 18 at 12:41
add a comment |
As per the comment you need to remove the 40 from the Discount Amount section to make it working.
Please can you briefly explain the"Apply to shipping amount" and "Free Shipping" columns. I cant understand their values.
– Stack user
Apr 18 at 12:41
add a comment |
As per the comment you need to remove the 40 from the Discount Amount section to make it working.
As per the comment you need to remove the 40 from the Discount Amount section to make it working.
answered Apr 18 at 11:47
Keyur ShahKeyur Shah
13.5k24165
13.5k24165
Please can you briefly explain the"Apply to shipping amount" and "Free Shipping" columns. I cant understand their values.
– Stack user
Apr 18 at 12:41
add a comment |
Please can you briefly explain the"Apply to shipping amount" and "Free Shipping" columns. I cant understand their values.
– Stack user
Apr 18 at 12:41
Please can you briefly explain the"Apply to shipping amount" and "Free Shipping" columns. I cant understand their values.
– Stack user
Apr 18 at 12:41
Please can you briefly explain the"Apply to shipping amount" and "Free Shipping" columns. I cant understand their values.
– Stack user
Apr 18 at 12:41
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270644%2fshipping-cart-rule-not-working%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
1
Why you set the discount amount 40?
– Keyur Shah
Apr 18 at 11:17
As my flatrate shipping is $40 and I want it to set 0 if purchase >= 50 so I set discount to $40.
– Stack user
Apr 18 at 11:24
Please help me to resolve this as All I want to do is set free shipping if subtotal >=50
– Stack user
Apr 18 at 11:26
2
If you want only free shipping then please remove $40 and check
– Keyur Shah
Apr 18 at 11:31
1
@kayurshah Thank you I set discount to 0 and its working fine for all three conditions.
– Stack user
Apr 18 at 11:43