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

Can an iPhone 7 be made to function as a NFC Tag?

Why not send Voyager 3 and 4 following up the paths taken by Voyager 1 and 2 to re-transmit signals of later as they fly away from Earth?

Why do early math courses focus on the cross sections of a cone and not on other 3D objects?

What order were files/directories output in dir?

Can you force honesty by using the Speak with Dead and Zone of Truth spells together?

Does silver oxide react with hydrogen sulfide?

Why BitLocker does not use RSA

Is multiple magic items in one inherently imbalanced?

How to change the tick of the color bar legend to black

Resize vertical bars (absolute-value symbols)

AppleTVs create a chatty alternate WiFi network

Caught masturbating at work

In musical terms, what properties are varied by the human voice to produce different words / syllables?

Can two people see the same photon?

What does the writing on Poe's helmet say?

What is the role of と after a noun when it doesn't appear to count or list anything?

What does it mean that physics no longer uses mechanical models to describe phenomena?

How often does castling occur in grandmaster games?

Does the Mueller report show a conspiracy between Russia and the Trump Campaign?

Weaponising the Grasp-at-a-Distance spell

Is it dangerous to install hacking tools on my private linux machine?

Found this skink in my tomato plant bucket. Is he trapped? Or could he leave if he wanted?

After Sam didn't return home in the end, were he and Al still friends?

Why is std::move not [[nodiscard]] in C++20?



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;








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:



enter image description here



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










share|improve this question

















  • 1





    Why you set the discount amount 40?

    – Keyur Shah
    2 days ago











  • As my flatrate shipping is $40 and I want it to set 0 if purchase >= 50 so I set discount to $40.

    – Stack user
    2 days ago











  • Please help me to resolve this as All I want to do is set free shipping if subtotal >=50

    – Stack user
    2 days ago






  • 2





    If you want only free shipping then please remove $40 and check

    – Keyur Shah
    2 days ago






  • 1





    @kayurshah Thank you I set discount to 0 and its working fine for all three conditions.

    – Stack user
    2 days ago

















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:



enter image description here



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










share|improve this question

















  • 1





    Why you set the discount amount 40?

    – Keyur Shah
    2 days ago











  • As my flatrate shipping is $40 and I want it to set 0 if purchase >= 50 so I set discount to $40.

    – Stack user
    2 days ago











  • Please help me to resolve this as All I want to do is set free shipping if subtotal >=50

    – Stack user
    2 days ago






  • 2





    If you want only free shipping then please remove $40 and check

    – Keyur Shah
    2 days ago






  • 1





    @kayurshah Thank you I set discount to 0 and its working fine for all three conditions.

    – Stack user
    2 days ago













0












0








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:



enter image description here



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










share|improve this question














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:



enter image description here



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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked 2 days ago









Stack userStack user

1276




1276







  • 1





    Why you set the discount amount 40?

    – Keyur Shah
    2 days ago











  • As my flatrate shipping is $40 and I want it to set 0 if purchase >= 50 so I set discount to $40.

    – Stack user
    2 days ago











  • Please help me to resolve this as All I want to do is set free shipping if subtotal >=50

    – Stack user
    2 days ago






  • 2





    If you want only free shipping then please remove $40 and check

    – Keyur Shah
    2 days ago






  • 1





    @kayurshah Thank you I set discount to 0 and its working fine for all three conditions.

    – Stack user
    2 days ago












  • 1





    Why you set the discount amount 40?

    – Keyur Shah
    2 days ago











  • As my flatrate shipping is $40 and I want it to set 0 if purchase >= 50 so I set discount to $40.

    – Stack user
    2 days ago











  • Please help me to resolve this as All I want to do is set free shipping if subtotal >=50

    – Stack user
    2 days ago






  • 2





    If you want only free shipping then please remove $40 and check

    – Keyur Shah
    2 days ago






  • 1





    @kayurshah Thank you I set discount to 0 and its working fine for all three conditions.

    – Stack user
    2 days ago







1




1





Why you set the discount amount 40?

– Keyur Shah
2 days ago





Why you set the discount amount 40?

– Keyur Shah
2 days ago













As my flatrate shipping is $40 and I want it to set 0 if purchase >= 50 so I set discount to $40.

– Stack user
2 days ago





As my flatrate shipping is $40 and I want it to set 0 if purchase >= 50 so I set discount to $40.

– Stack user
2 days ago













Please help me to resolve this as All I want to do is set free shipping if subtotal >=50

– Stack user
2 days ago





Please help me to resolve this as All I want to do is set free shipping if subtotal >=50

– Stack user
2 days ago




2




2





If you want only free shipping then please remove $40 and check

– Keyur Shah
2 days ago





If you want only free shipping then please remove $40 and check

– Keyur Shah
2 days ago




1




1





@kayurshah Thank you I set discount to 0 and its working fine for all three conditions.

– Stack user
2 days ago





@kayurshah Thank you I set discount to 0 and its working fine for all three conditions.

– Stack user
2 days ago










1 Answer
1






active

oldest

votes


















1














As per the comment you need to remove the 40 from the Discount Amount section to make it working.






share|improve this answer























  • Please can you briefly explain the"Apply to shipping amount" and "Free Shipping" columns. I cant understand their values.

    – Stack user
    2 days ago











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
);



);













draft saved

draft discarded


















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









1














As per the comment you need to remove the 40 from the Discount Amount section to make it working.






share|improve this answer























  • Please can you briefly explain the"Apply to shipping amount" and "Free Shipping" columns. I cant understand their values.

    – Stack user
    2 days ago















1














As per the comment you need to remove the 40 from the Discount Amount section to make it working.






share|improve this answer























  • Please can you briefly explain the"Apply to shipping amount" and "Free Shipping" columns. I cant understand their values.

    – Stack user
    2 days ago













1












1








1







As per the comment you need to remove the 40 from the Discount Amount section to make it working.






share|improve this answer













As per the comment you need to remove the 40 from the Discount Amount section to make it working.







share|improve this answer












share|improve this answer



share|improve this answer










answered 2 days ago









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
    2 days ago

















  • Please can you briefly explain the"Apply to shipping amount" and "Free Shipping" columns. I cant understand their values.

    – Stack user
    2 days ago
















Please can you briefly explain the"Apply to shipping amount" and "Free Shipping" columns. I cant understand their values.

– Stack user
2 days ago





Please can you briefly explain the"Apply to shipping amount" and "Free Shipping" columns. I cant understand their values.

– Stack user
2 days ago

















draft saved

draft discarded
















































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.




draft saved


draft discarded














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





















































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







Popular posts from this blog

Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

Circuit construction for execution of conditional statements using least significant bitHow are two different registers being used as “control”?How exactly is the stated composite state of the two registers being produced using the $R_zz$ controlled rotations?Efficiently performing controlled rotations in HHLWould this quantum algorithm implementation work?How to prepare a superposed states of odd integers from $1$ to $sqrtN$?Why is this implementation of the order finding algorithm not working?Circuit construction for Hamiltonian simulationHow can I invert the least significant bit of a certain term of a superposed state?Implementing an oracleImplementing a controlled sum operation

Magento 2 “No Payment Methods” in Admin New OrderHow to integrate Paypal Express Checkout with the Magento APIMagento 1.5 - Sales > Order > edit order and shipping methods disappearAuto Invoice Check/Money Order Payment methodAdd more simple payment methods?Shipping methods not showingWhat should I do to change payment methods if changing the configuration has no effects?1.9 - No Payment Methods showing upMy Payment Methods not Showing for downloadable/virtual product when checkout?Magento2 API to access internal payment methodHow to call an existing payment methods in the registration form?