Create coupon that sets the shipping rate to a specific amount The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)To 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)
ELI5: Why do they say that Israel would have been the fourth country to land a spacecraft on the Moon and why do they call it low cost?
How to read αἱμύλιος or when to aspirate
Keeping a retro style to sci-fi spaceships?
Simulating Exploding Dice
For what reasons would an animal species NOT cross a *horizontal* land bridge?
How to handle characters who are more educated than the author?
Word for: a synonym with a positive connotation?
Example of compact Riemannian manifold with only one geodesic.
Didn't get enough time to take a Coding Test - what to do now?
Mortgage adviser recommends a longer term than necessary combined with overpayments
Can withdrawing asylum be illegal?
My body leaves; my core can stay
Are spiders unable to hurt humans, especially very small spiders?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
Do I have Disadvantage attacking with an off-hand weapon?
should truth entail possible truth
Can we generate random numbers using irrational numbers like π and e?
How to determine omitted units in a publication
"... to apply for a visa" or "... and applied for a visa"?
Working through the single responsibility principle (SRP) in Python when calls are expensive
Button changing its text & action. Good or terrible?
Circular reasoning in L'Hopital's rule
Homework question about an engine pulling a train
How to make Illustrator type tool selection automatically adapt with text length
Create coupon that sets the shipping rate to a specific amount
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)To 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;
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
New contributor
add a comment |
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
New contributor
add a comment |
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
New contributor
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
magento2 cart shopping-cart-price-rules coupon
New contributor
New contributor
New contributor
asked 2 days ago
zaantonzaanton
134
134
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Magento Shopping cart rules do not have any feature like the discount on Shipping amount. It has the only able to change the shipping to free Shipping means Shipping price to 0..
If you want to do like then you have to work on Shipping carrier method or have to use any 3rd party extension like it.
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
);
);
zaanton is a new contributor. Be nice, and check out our Code of Conduct.
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%2f269613%2fcreate-coupon-that-sets-the-shipping-rate-to-a-specific-amount%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
Magento Shopping cart rules do not have any feature like the discount on Shipping amount. It has the only able to change the shipping to free Shipping means Shipping price to 0..
If you want to do like then you have to work on Shipping carrier method or have to use any 3rd party extension like it.
add a comment |
Magento Shopping cart rules do not have any feature like the discount on Shipping amount. It has the only able to change the shipping to free Shipping means Shipping price to 0..
If you want to do like then you have to work on Shipping carrier method or have to use any 3rd party extension like it.
add a comment |
Magento Shopping cart rules do not have any feature like the discount on Shipping amount. It has the only able to change the shipping to free Shipping means Shipping price to 0..
If you want to do like then you have to work on Shipping carrier method or have to use any 3rd party extension like it.
Magento Shopping cart rules do not have any feature like the discount on Shipping amount. It has the only able to change the shipping to free Shipping means Shipping price to 0..
If you want to do like then you have to work on Shipping carrier method or have to use any 3rd party extension like it.
answered yesterday
Amit Bera♦Amit Bera
60k1677178
60k1677178
add a comment |
add a comment |
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.
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.
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%2f269613%2fcreate-coupon-that-sets-the-shipping-rate-to-a-specific-amount%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