Add Free Product to Cart price threshold doesn't work after discount appliedAdd to cart in localhost doesn't work in IE, Why?add to Cart via AJAX doesn't workMini cart doesn't work only after refreshing the pageHow to apply custom shipping rate dynamically(on cart and checkout)?Adding a product to cart with different custom attributes inherits attributes of first itemQuantity in checkout shopping cart doesn't work properly for Magentodisable add to cart for product with price 0Can't add product to cartadd product into cartadd to cart programmatically doesn't work

What are nvme namespaces? How do they work?

Are runways booked by airlines to land their planes?

Why did it take so long for Germany to allow electric scooters / e-rollers on the roads?

Why isn't Tyrion mentioned in the in-universe book "A Song of Ice and Fire"?

Who knighted this Game of Thrones character?

Why does splatting create a tuple on the rhs but a list on the lhs?

Burned out due to current job, Can I take a week of vacation between jobs?

Why does Bran want to find Drogon?

Which European Languages are not Indo-European?

xcolor breaking ligatures

Why do Russians almost not use verbs of possession akin to "have"?

Expected maximum number of unpaired socks

If I arrive in the UK, and then head to mainland Europe, does my Schengen visa 90 day limit start when I arrived in the UK, or mainland Europe?

What could a self-sustaining lunar colony slowly lose that would ultimately prove fatal?

Cardio work for Muay Thai fighters

...And they were stumped for a long time

What weight should be given to writers groups critiques?

Python program for fibonacci sequence using a recursive function

Why is 'additive' EQ more difficult to use than 'subtractive'?

Where is Jon going?

A burglar's sunglasses, a lady's odyssey

Finding all files with a given extension whose base name is the name of the parent directory

Is superuser the same as root?

How does the Earth's center produce heat?



Add Free Product to Cart price threshold doesn't work after discount applied


Add to cart in localhost doesn't work in IE, Why?add to Cart via AJAX doesn't workMini cart doesn't work only after refreshing the pageHow to apply custom shipping rate dynamically(on cart and checkout)?Adding a product to cart with different custom attributes inherits attributes of first itemQuantity in checkout shopping cart doesn't work properly for Magentodisable add to cart for product with price 0Can't add product to cartadd product into cartadd to cart programmatically doesn't work






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















Were using Magento 1.9 CE



We offer free gifts with purchase (GWP) when the GWP conditions are met. Most often the threshold is a certain $ amount.



We have an issue that when a discount code is entered at checkout and the order subtotal drops below the GWP's $ threshold the GWP remains in the cart rather than being removed.



ex)



  • We have a GWP set up for full-price orders of $60+

  • Customer adds $64 of products to their cart

  • GWP automatically added to cart

  • Customer enters 20% off coupon code at cart page

  • Order total is now $51.20 which doesn't meet the $60 threshold

What should happen: GWP should be removed from cart



What does happen: GWP remains in cart



Within the GWP conditions we were told that adding "Subtotal equals or greater than X" would prevent discounted orders that don't meet the threshold from checking out with the GWP. This used to work but now doesn't.



Do we need to be utilizing the "Stop Further Rule Processing" feature within either the coupon config or the free product config?










share|improve this question









New contributor



medusza is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    0















    Were using Magento 1.9 CE



    We offer free gifts with purchase (GWP) when the GWP conditions are met. Most often the threshold is a certain $ amount.



    We have an issue that when a discount code is entered at checkout and the order subtotal drops below the GWP's $ threshold the GWP remains in the cart rather than being removed.



    ex)



    • We have a GWP set up for full-price orders of $60+

    • Customer adds $64 of products to their cart

    • GWP automatically added to cart

    • Customer enters 20% off coupon code at cart page

    • Order total is now $51.20 which doesn't meet the $60 threshold

    What should happen: GWP should be removed from cart



    What does happen: GWP remains in cart



    Within the GWP conditions we were told that adding "Subtotal equals or greater than X" would prevent discounted orders that don't meet the threshold from checking out with the GWP. This used to work but now doesn't.



    Do we need to be utilizing the "Stop Further Rule Processing" feature within either the coupon config or the free product config?










    share|improve this question









    New contributor



    medusza is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      0












      0








      0








      Were using Magento 1.9 CE



      We offer free gifts with purchase (GWP) when the GWP conditions are met. Most often the threshold is a certain $ amount.



      We have an issue that when a discount code is entered at checkout and the order subtotal drops below the GWP's $ threshold the GWP remains in the cart rather than being removed.



      ex)



      • We have a GWP set up for full-price orders of $60+

      • Customer adds $64 of products to their cart

      • GWP automatically added to cart

      • Customer enters 20% off coupon code at cart page

      • Order total is now $51.20 which doesn't meet the $60 threshold

      What should happen: GWP should be removed from cart



      What does happen: GWP remains in cart



      Within the GWP conditions we were told that adding "Subtotal equals or greater than X" would prevent discounted orders that don't meet the threshold from checking out with the GWP. This used to work but now doesn't.



      Do we need to be utilizing the "Stop Further Rule Processing" feature within either the coupon config or the free product config?










      share|improve this question









      New contributor



      medusza is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      Were using Magento 1.9 CE



      We offer free gifts with purchase (GWP) when the GWP conditions are met. Most often the threshold is a certain $ amount.



      We have an issue that when a discount code is entered at checkout and the order subtotal drops below the GWP's $ threshold the GWP remains in the cart rather than being removed.



      ex)



      • We have a GWP set up for full-price orders of $60+

      • Customer adds $64 of products to their cart

      • GWP automatically added to cart

      • Customer enters 20% off coupon code at cart page

      • Order total is now $51.20 which doesn't meet the $60 threshold

      What should happen: GWP should be removed from cart



      What does happen: GWP remains in cart



      Within the GWP conditions we were told that adding "Subtotal equals or greater than X" would prevent discounted orders that don't meet the threshold from checking out with the GWP. This used to work but now doesn't.



      Do we need to be utilizing the "Stop Further Rule Processing" feature within either the coupon config or the free product config?







      product cart addtocart






      share|improve this question









      New contributor



      medusza is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question









      New contributor



      medusza is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question








      edited May 17 at 10:54









      Ayaz Ahmed Khan

      12611




      12611






      New contributor



      medusza is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked May 16 at 20:44









      meduszamedusza

      1




      1




      New contributor



      medusza is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      medusza is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          0






          active

          oldest

          votes












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



          );






          medusza is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f274957%2fadd-free-product-to-cart-price-threshold-doesnt-work-after-discount-applied%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          medusza is a new contributor. Be nice, and check out our Code of Conduct.









          draft saved

          draft discarded


















          medusza is a new contributor. Be nice, and check out our Code of Conduct.












          medusza is a new contributor. Be nice, and check out our Code of Conduct.











          medusza is a new contributor. Be nice, and check out our Code of Conduct.














          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%2f274957%2fadd-free-product-to-cart-price-threshold-doesnt-work-after-discount-applied%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

          Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

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

          Get RecordId in LWC From Community PageLWC Community recordId undefinedhow to get Personal Access Token from my integrated application LWC. I am using js onlylwc quick action from Opportunity page(aura:component) and not getting @api recordIdLWC Community recordId undefinedLWC - How to get label name of buttonsLWC: Add a region in custom community themeVisual force page redirection from lightning communityLWC NavigationMixin does not work in CommunityInvoking LWC component from a plain URL - Read URL Parameter inside LWCLWC download PDF fileLWC Get Pick-list Field Values