Create coupon that sets the shipping rate to a specific amount The 2019 Stack Overflow Developer Survey Results Are InTo show coupon (shopping cart discount) amount including taxShopping Cart Rules based on if a row total ends in specific amountHow to get total discount amount of Coupon Code for all items in the cartFree Shipping Coupon Not validFree shipping Coupon being accepted but shipping amount not deductedOnly one coupon per customer in magento shoppin cart price ruleFree shipping for specific categoriesHelp with Shopping Cart Rule: Buy $200 worth of product use coupon code and get a product freeMagento 1.9.2.2 Free Shipping Coupon Not WorkingCreate a Free Shipping coupon in Cart Price Rules and works with Magento Shipping (M2)

Why isn't the circumferential light around the M87 black hole's event horizon symmetric?

Return to UK after being refused entry years previously

How can I autofill dates in Excel excluding Sunday?

Are there incongruent pythagorean triangles with the same perimeter and same area?

What do the Banks children have against barley water?

How to obtain Confidence Intervals for a LASSO regression?

Identify This Plant (Flower)

Is an up-to-date browser secure on an out-of-date OS?

How to support a colleague who finds meetings extremely tiring?

What do hard-Brexiteers want with respect to the Irish border?

What does "fetching by region is not available for SAM files" means?

Multiply Two Integer Polynomials

Why did Acorn's A3000 have red function keys?

Can a rogue use sneak attack with weapons that have the thrown property even if they are not thrown?

Did Section 31 appear in Star Trek: The Next Generation?

Is this app Icon Browser Safe/Legit?

I see my dog run

What is the closest word meaning "respect for time / mindful"

How to answer pointed "are you quitting" questioning when I don't want them to suspect

Does a dangling wire really electrocute me if I'm standing in water?

Can we generate random numbers using irrational numbers like π and e?

If a Druid sees an animal’s corpse, can they wild shape into that animal?

How to type this arrow in math mode?

What is the meaning of Triage in Cybersec world?



Create coupon that sets the shipping rate to a specific amount



The 2019 Stack Overflow Developer Survey Results Are InTo show coupon (shopping cart discount) amount including taxShopping Cart Rules based on if a row total ends in specific amountHow to get total discount amount of Coupon Code for all items in the cartFree Shipping Coupon Not validFree shipping Coupon being accepted but shipping amount not deductedOnly one coupon per customer in magento shoppin cart price ruleFree shipping for specific categoriesHelp with Shopping Cart Rule: Buy $200 worth of product use coupon code and get a product freeMagento 1.9.2.2 Free Shipping Coupon Not WorkingCreate a Free Shipping coupon in Cart Price Rules and works with Magento Shipping (M2)



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








0















I need to create a coupon that sets the shipping rate of an item to a specific amount.



For instance, if the customer purchases any item and uses this specific coupon code (cart rule), their shipping amount is always set to $5, no matter what.



So if a customer buys a $3 item and their shipping is $10, this will always lower their shipping to $5, giving a total of $8.









share







New contributor




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


























    0















    I need to create a coupon that sets the shipping rate of an item to a specific amount.



    For instance, if the customer purchases any item and uses this specific coupon code (cart rule), their shipping amount is always set to $5, no matter what.



    So if a customer buys a $3 item and their shipping is $10, this will always lower their shipping to $5, giving a total of $8.









    share







    New contributor




    zaanton 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








      I need to create a coupon that sets the shipping rate of an item to a specific amount.



      For instance, if the customer purchases any item and uses this specific coupon code (cart rule), their shipping amount is always set to $5, no matter what.



      So if a customer buys a $3 item and their shipping is $10, this will always lower their shipping to $5, giving a total of $8.









      share







      New contributor




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












      I need to create a coupon that sets the shipping rate of an item to a specific amount.



      For instance, if the customer purchases any item and uses this specific coupon code (cart rule), their shipping amount is always set to $5, no matter what.



      So if a customer buys a $3 item and their shipping is $10, this will always lower their shipping to $5, giving a total of $8.







      magento2 cart shopping-cart-price-rules coupon





      share







      New contributor




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










      share







      New contributor




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








      share



      share






      New contributor




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









      asked 9 mins ago









      zaantonzaanton

      1




      1




      New contributor




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





      New contributor





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






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



          );






          zaanton 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%2f269613%2fcreate-coupon-that-sets-the-shipping-rate-to-a-specific-amount%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








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









          draft saved

          draft discarded


















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












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











          zaanton 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%2f269613%2fcreate-coupon-that-sets-the-shipping-rate-to-a-specific-amount%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

          Jet Time Laivasto | Lähteet | Aiheesta muualla | NavigointivalikkoJet Time - The CompanyThe CompanyManagementJet Time aloittaa lauantaina Suomi-rekisterissä olevalla Boeing 737 -koneellaJettime Finland Fleet Details and HistoryJettime Fleet Details and HistoryRegional Jet OÜ takes over ATR production for SASJet Time Returns To Its Core BusinessYhtiön kotisivutlaajentamalla

          Olympian arkeologinen museo Sisällysluettelo Historia ja rakennus | Kokoelmat | Lähteet | Aiheesta muualla | Navigointivalikko37°38′36″N, 21°37′46″EInfobox OKArchaeological Museum of Olympia: HistoryArchaeological Museum of Olympia: DescriptionΜουσείο Ιστορίας των Ολυμπιακών Αγώνων της Αρχαιότητας: ΙστορικόArchaeological Museum of Olympia

          Äpy Sisällysluettelo Äpyt kautta historian | Esimerkkejä Äpy-huumorista | Katso myös | Kirjallisuutta | Aiheesta muualla | Navigointivalikkowww.äpy.fi