Create coupon that sets the shipping rate to a specific amount Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?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)
New Order #5: where Fibonacci and Beatty meet at Wythoff
Need a suitable toxic chemical for a murder plot in my novel
Is there a service that would inform me whenever a new direct route is scheduled from a given airport?
Writing Thesis: Copying from published papers
Array/tabular for long multiplication
Do working physicists consider Newtonian mechanics to be "falsified"?
Area of a 2D convex hull
Notation for two qubit composite product state
How to say that you spent the night with someone, you were only sleeping and nothing else?
Limit for e and 1/e
Two different pronunciation of "понял"
What is the largest species of polychaete?
Who can trigger ship-wide alerts in Star Trek?
Why use gamma over alpha radiation?
How should I respond to a player wanting to catch a sword between their hands?
How to rotate it perfectly?
I'm having difficulty getting my players to do stuff in a sandbox campaign
Slither Like a Snake
Was credit for the black hole image misattributed?
Mortgage adviser recommends a longer term than necessary combined with overpayments
Can I throw a longsword at someone?
Statistical model of ligand substitution
Working around an AWS network ACL rule limit
Should you tell Jews they are breaking a commandment?
Create coupon that sets the shipping rate to a specific amount
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?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 Apr 10 at 23:34
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 Apr 11 at 2:55
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