How to apply discount per item?How to add Discount for a Product base on QuantityMagento 2 - How to add custom discount in cart programmatically?Apply discount from checkout second page/tabMagento 2 : How can I add discount to a custom optionMagento 2 - custom price can not add to subtotal and grand total after add to cartMagento2: Apply coupon code to regular price not to special priceIncorrect Shipping charge when Discount Coupon appliedHow to restrict free shipping if the minimum order value below as defined after coupon code apply in Magento 2?Magento 2: How can i reload section payment Method in checkout page?Magento 2 Add discount on bundle product on add to cart timeQuote Item level manual Discount - Magento 2
Do you need to let the DM know when you are multiclassing?
What is the logic behind charging tax _in the form of money_ for owning property when the property does not produce money?
If there's something that implicates the president why is there then a national security issue? (John Dowd)
What do Birth, Age, and Death mean in the first noble truth?
Remove border lines of SRTM tiles rendered as hillshade
How can one's career as a reviewer be ended?
Does the Nuka-Cola bottler actually generate nuka cola?
Make Gimbap cutter
Suppose leased car is totalled: what are financial implications?
Tikz-cd diagram arrow passing under a node - not crossing it
Can there be absolute velocity?
Grandpa has another non math question
What plausible reason could I give for my FTL drive only working in space
How (un)safe is it to ride barefoot?
Generate certain list from two lists
Multiband vertical antenna not working as expected
Can you make an identity from this product?
How to avoid typing 'git' at the begining of every Git command
Why do radiation hardened IC packages often have long leads?
YA book about blind creatures that live underground and take kid's eyes
How to befriend someone who doesn't like to talk?
Converting from CMYK to RGB (to work with it), then back to CMYK
noalign caused by multirow and colors
Diatonic chords of a pentatonic vs blues scale?
How to apply discount per item?
How to add Discount for a Product base on QuantityMagento 2 - How to add custom discount in cart programmatically?Apply discount from checkout second page/tabMagento 2 : How can I add discount to a custom optionMagento 2 - custom price can not add to subtotal and grand total after add to cartMagento2: Apply coupon code to regular price not to special priceIncorrect Shipping charge when Discount Coupon appliedHow to restrict free shipping if the minimum order value below as defined after coupon code apply in Magento 2?Magento 2: How can i reload section payment Method in checkout page?Magento 2 Add discount on bundle product on add to cart timeQuote Item level manual Discount - Magento 2
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Magento is giving a discount which applies in the total and another method which is applying the custom price. I don't want to change the price. I just want to change in the subtotal and total price. Does anyone have any solution for this?
magento2 magento-2.1
New contributor
add a comment |
Magento is giving a discount which applies in the total and another method which is applying the custom price. I don't want to change the price. I just want to change in the subtotal and total price. Does anyone have any solution for this?
magento2 magento-2.1
New contributor
Can you add screenshots to better describe what's going on?
– Morgan Smith
Jun 4 at 17:03
add a comment |
Magento is giving a discount which applies in the total and another method which is applying the custom price. I don't want to change the price. I just want to change in the subtotal and total price. Does anyone have any solution for this?
magento2 magento-2.1
New contributor
Magento is giving a discount which applies in the total and another method which is applying the custom price. I don't want to change the price. I just want to change in the subtotal and total price. Does anyone have any solution for this?
magento2 magento-2.1
magento2 magento-2.1
New contributor
New contributor
edited Jun 4 at 15:56
brentwpeterson
4,34153475
4,34153475
New contributor
asked Jun 4 at 11:02
KushangiKushangi
1
1
New contributor
New contributor
Can you add screenshots to better describe what's going on?
– Morgan Smith
Jun 4 at 17:03
add a comment |
Can you add screenshots to better describe what's going on?
– Morgan Smith
Jun 4 at 17:03
Can you add screenshots to better describe what's going on?
– Morgan Smith
Jun 4 at 17:03
Can you add screenshots to better describe what's going on?
– Morgan Smith
Jun 4 at 17:03
add a comment |
1 Answer
1
active
oldest
votes
Refer below link "to add Discount for a Product base on Quantity"
How to add Discount for a Product base on Quantity
There are various options to Achieve this,
a. You can achieve this by adding Customer Group price on products.
Example: Edit product => Advanced Pricing => Customer Group Price => Add. Provide the website as All websites and Customer Group as ALL GROUPS. You can select these values as per your requirement and then, provide quantity as 2 and Price as discount with value 50%.
b. Using Cart Price Rule with product SKU conditions
c. Customize to give custom discount on products attribute level.
Thanks!!
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
);
);
Kushangi 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%2f277212%2fhow-to-apply-discount-per-item%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
Refer below link "to add Discount for a Product base on Quantity"
How to add Discount for a Product base on Quantity
There are various options to Achieve this,
a. You can achieve this by adding Customer Group price on products.
Example: Edit product => Advanced Pricing => Customer Group Price => Add. Provide the website as All websites and Customer Group as ALL GROUPS. You can select these values as per your requirement and then, provide quantity as 2 and Price as discount with value 50%.
b. Using Cart Price Rule with product SKU conditions
c. Customize to give custom discount on products attribute level.
Thanks!!
add a comment |
Refer below link "to add Discount for a Product base on Quantity"
How to add Discount for a Product base on Quantity
There are various options to Achieve this,
a. You can achieve this by adding Customer Group price on products.
Example: Edit product => Advanced Pricing => Customer Group Price => Add. Provide the website as All websites and Customer Group as ALL GROUPS. You can select these values as per your requirement and then, provide quantity as 2 and Price as discount with value 50%.
b. Using Cart Price Rule with product SKU conditions
c. Customize to give custom discount on products attribute level.
Thanks!!
add a comment |
Refer below link "to add Discount for a Product base on Quantity"
How to add Discount for a Product base on Quantity
There are various options to Achieve this,
a. You can achieve this by adding Customer Group price on products.
Example: Edit product => Advanced Pricing => Customer Group Price => Add. Provide the website as All websites and Customer Group as ALL GROUPS. You can select these values as per your requirement and then, provide quantity as 2 and Price as discount with value 50%.
b. Using Cart Price Rule with product SKU conditions
c. Customize to give custom discount on products attribute level.
Thanks!!
Refer below link "to add Discount for a Product base on Quantity"
How to add Discount for a Product base on Quantity
There are various options to Achieve this,
a. You can achieve this by adding Customer Group price on products.
Example: Edit product => Advanced Pricing => Customer Group Price => Add. Provide the website as All websites and Customer Group as ALL GROUPS. You can select these values as per your requirement and then, provide quantity as 2 and Price as discount with value 50%.
b. Using Cart Price Rule with product SKU conditions
c. Customize to give custom discount on products attribute level.
Thanks!!
answered 2 days ago
oscprofessionalsoscprofessionals
37417
37417
add a comment |
add a comment |
Kushangi is a new contributor. Be nice, and check out our Code of Conduct.
Kushangi is a new contributor. Be nice, and check out our Code of Conduct.
Kushangi is a new contributor. Be nice, and check out our Code of Conduct.
Kushangi 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%2f277212%2fhow-to-apply-discount-per-item%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
Can you add screenshots to better describe what's going on?
– Morgan Smith
Jun 4 at 17:03