Discount percentage based on order valueMagento - percentage discount for shippingProduct discount percentage...
Eww, those bytes are gross
What's a good word to describe a public place that looks like it wouldn't be rough?
Why did the villain in the first Men in Black movie care about Earth's Cockroaches?
Positioning node within rectangle Tikz
Using only 1s, make 29 with the minimum number of digits
How do I append a character to the end of every line in an Excel cell?
What does it mean for a caliber to be flat shooting?
Why avoid shared user accounts?
Why publish a research paper when a blog post or a lecture slide can have more citation count than a journal paper?
Why am I able to open Wireshark and capture packets in macOS without root privileges?
Do theoretical physics suggest that gravity is the exchange of gravitons or deformation/bending of spacetime?
When can a QA tester start his job?
Is it possible to grant users sftp access without shell access? If yes, how is it implemented?
How can my powered armor quickly replace its ceramic plates?
Why do neural networks need so many training examples to perform?
Increment each digit in a number to form a new number
Why are the books in the Game of Thrones citadel library shelved spine inwards?
What is a good reason for every spaceship to carry a weapon on board?
It took me a lot of time to make this, pls like. (YouTube Comments #1)
Play Zip, Zap, Zop
How to change a n value for a value like X
How to deal with an incendiary email that was recalled
Early credit roll before the end of the film
Cat is tipping over bed-side lamps during the night
Discount percentage based on order value
Magento - percentage discount for shippingProduct discount percentage is not showingMagento percentage discount amount/value being applied tax ruleTax calculation after discount on Magento incorrectHow to get selected percentage discount all productsMagento - Shopping Cart Rules - Discount based on percentage (20%) - How to cap?Custom discount to customer in admin order create by percentage without coupon code?Customer Tax and Discount Rulescart total percentage discount in magento 1.9Bulk Discount on quantity based by percentage
Please could someone share their wisdom on how to implement a custom discount percentage based on order total? I'm relatively new to Magento but have had a good look through the admin back-end of my site and these forums and can't find anything obvious.
Example:
- Order total £125.00 - Discount 0.0%
- Order total £200.00 - Discount 2.5%
- Order total £250.00 - Discount 5.0%
- Order total £300.00 - Discount 7.5%
- etc.
discount
add a comment |
Please could someone share their wisdom on how to implement a custom discount percentage based on order total? I'm relatively new to Magento but have had a good look through the admin back-end of my site and these forums and can't find anything obvious.
Example:
- Order total £125.00 - Discount 0.0%
- Order total £200.00 - Discount 2.5%
- Order total £250.00 - Discount 5.0%
- Order total £300.00 - Discount 7.5%
- etc.
discount
add a comment |
Please could someone share their wisdom on how to implement a custom discount percentage based on order total? I'm relatively new to Magento but have had a good look through the admin back-end of my site and these forums and can't find anything obvious.
Example:
- Order total £125.00 - Discount 0.0%
- Order total £200.00 - Discount 2.5%
- Order total £250.00 - Discount 5.0%
- Order total £300.00 - Discount 7.5%
- etc.
discount
Please could someone share their wisdom on how to implement a custom discount percentage based on order total? I'm relatively new to Magento but have had a good look through the admin back-end of my site and these forums and can't find anything obvious.
Example:
- Order total £125.00 - Discount 0.0%
- Order total £200.00 - Discount 2.5%
- Order total £250.00 - Discount 5.0%
- Order total £300.00 - Discount 7.5%
- etc.
discount
discount
edited 29 mins ago
Teja Bhagavan Kollepara
2,96341847
2,96341847
asked Jun 24 '14 at 17:20
user9539user9539
77139
77139
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
You can do this by using shopping cart rules...
Goto admin >Promotion>Shopping cart rules> Click on Add new rules and it open a form
Status=Active
Customer Groups Select all customer group
Coupon =No Coupon
Then goto tab Conditions:Put Here conditoins
If ALL of these conditions are TRUE :
Subtotal equals or less than 125
and then goto Action tabs:
Apply:Percent of product price discount
Discount Amount:Put discount
Create this works for discount
The discount amount would be fixed then. How to achived this with different discounts as mentioned by OP. like 2.5%, 5.0%, 7.5%
– Magento Learner
Jul 21 '17 at 7:35
add a comment |
Check out Promotions -> Shopping Cart Price Rules
. You'll want to add a new rule then set up some conditionals there.
Thanks for your help. It is working fine with no conditions entered however when I enter do a condition, i.e. apply 5% discount when subtotal is greater than £150, it does not get applied at the checkout stage. Am I missing something?
– user9539
Jun 27 '14 at 10:25
This is still an issue unfortunately. Can anyone help please?
– user9539
Nov 5 '14 at 12:01
add a comment |
This was being caused by the Mage_Weee.xml module being disabled. Once it was re-enabled the shopping cart price rules starting working straight away. Hope this helps someone!
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
});
}
});
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%2f24877%2fdiscount-percentage-based-on-order-value%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can do this by using shopping cart rules...
Goto admin >Promotion>Shopping cart rules> Click on Add new rules and it open a form
Status=Active
Customer Groups Select all customer group
Coupon =No Coupon
Then goto tab Conditions:Put Here conditoins
If ALL of these conditions are TRUE :
Subtotal equals or less than 125
and then goto Action tabs:
Apply:Percent of product price discount
Discount Amount:Put discount
Create this works for discount
The discount amount would be fixed then. How to achived this with different discounts as mentioned by OP. like 2.5%, 5.0%, 7.5%
– Magento Learner
Jul 21 '17 at 7:35
add a comment |
You can do this by using shopping cart rules...
Goto admin >Promotion>Shopping cart rules> Click on Add new rules and it open a form
Status=Active
Customer Groups Select all customer group
Coupon =No Coupon
Then goto tab Conditions:Put Here conditoins
If ALL of these conditions are TRUE :
Subtotal equals or less than 125
and then goto Action tabs:
Apply:Percent of product price discount
Discount Amount:Put discount
Create this works for discount
The discount amount would be fixed then. How to achived this with different discounts as mentioned by OP. like 2.5%, 5.0%, 7.5%
– Magento Learner
Jul 21 '17 at 7:35
add a comment |
You can do this by using shopping cart rules...
Goto admin >Promotion>Shopping cart rules> Click on Add new rules and it open a form
Status=Active
Customer Groups Select all customer group
Coupon =No Coupon
Then goto tab Conditions:Put Here conditoins
If ALL of these conditions are TRUE :
Subtotal equals or less than 125
and then goto Action tabs:
Apply:Percent of product price discount
Discount Amount:Put discount
Create this works for discount
You can do this by using shopping cart rules...
Goto admin >Promotion>Shopping cart rules> Click on Add new rules and it open a form
Status=Active
Customer Groups Select all customer group
Coupon =No Coupon
Then goto tab Conditions:Put Here conditoins
If ALL of these conditions are TRUE :
Subtotal equals or less than 125
and then goto Action tabs:
Apply:Percent of product price discount
Discount Amount:Put discount
Create this works for discount
answered Jun 24 '14 at 17:33
Amit Bera♦Amit Bera
58.8k1475174
58.8k1475174
The discount amount would be fixed then. How to achived this with different discounts as mentioned by OP. like 2.5%, 5.0%, 7.5%
– Magento Learner
Jul 21 '17 at 7:35
add a comment |
The discount amount would be fixed then. How to achived this with different discounts as mentioned by OP. like 2.5%, 5.0%, 7.5%
– Magento Learner
Jul 21 '17 at 7:35
The discount amount would be fixed then. How to achived this with different discounts as mentioned by OP. like 2.5%, 5.0%, 7.5%
– Magento Learner
Jul 21 '17 at 7:35
The discount amount would be fixed then. How to achived this with different discounts as mentioned by OP. like 2.5%, 5.0%, 7.5%
– Magento Learner
Jul 21 '17 at 7:35
add a comment |
Check out Promotions -> Shopping Cart Price Rules
. You'll want to add a new rule then set up some conditionals there.
Thanks for your help. It is working fine with no conditions entered however when I enter do a condition, i.e. apply 5% discount when subtotal is greater than £150, it does not get applied at the checkout stage. Am I missing something?
– user9539
Jun 27 '14 at 10:25
This is still an issue unfortunately. Can anyone help please?
– user9539
Nov 5 '14 at 12:01
add a comment |
Check out Promotions -> Shopping Cart Price Rules
. You'll want to add a new rule then set up some conditionals there.
Thanks for your help. It is working fine with no conditions entered however when I enter do a condition, i.e. apply 5% discount when subtotal is greater than £150, it does not get applied at the checkout stage. Am I missing something?
– user9539
Jun 27 '14 at 10:25
This is still an issue unfortunately. Can anyone help please?
– user9539
Nov 5 '14 at 12:01
add a comment |
Check out Promotions -> Shopping Cart Price Rules
. You'll want to add a new rule then set up some conditionals there.
Check out Promotions -> Shopping Cart Price Rules
. You'll want to add a new rule then set up some conditionals there.
answered Jun 24 '14 at 17:33
DonDon
68649
68649
Thanks for your help. It is working fine with no conditions entered however when I enter do a condition, i.e. apply 5% discount when subtotal is greater than £150, it does not get applied at the checkout stage. Am I missing something?
– user9539
Jun 27 '14 at 10:25
This is still an issue unfortunately. Can anyone help please?
– user9539
Nov 5 '14 at 12:01
add a comment |
Thanks for your help. It is working fine with no conditions entered however when I enter do a condition, i.e. apply 5% discount when subtotal is greater than £150, it does not get applied at the checkout stage. Am I missing something?
– user9539
Jun 27 '14 at 10:25
This is still an issue unfortunately. Can anyone help please?
– user9539
Nov 5 '14 at 12:01
Thanks for your help. It is working fine with no conditions entered however when I enter do a condition, i.e. apply 5% discount when subtotal is greater than £150, it does not get applied at the checkout stage. Am I missing something?
– user9539
Jun 27 '14 at 10:25
Thanks for your help. It is working fine with no conditions entered however when I enter do a condition, i.e. apply 5% discount when subtotal is greater than £150, it does not get applied at the checkout stage. Am I missing something?
– user9539
Jun 27 '14 at 10:25
This is still an issue unfortunately. Can anyone help please?
– user9539
Nov 5 '14 at 12:01
This is still an issue unfortunately. Can anyone help please?
– user9539
Nov 5 '14 at 12:01
add a comment |
This was being caused by the Mage_Weee.xml module being disabled. Once it was re-enabled the shopping cart price rules starting working straight away. Hope this helps someone!
add a comment |
This was being caused by the Mage_Weee.xml module being disabled. Once it was re-enabled the shopping cart price rules starting working straight away. Hope this helps someone!
add a comment |
This was being caused by the Mage_Weee.xml module being disabled. Once it was re-enabled the shopping cart price rules starting working straight away. Hope this helps someone!
This was being caused by the Mage_Weee.xml module being disabled. Once it was re-enabled the shopping cart price rules starting working straight away. Hope this helps someone!
answered May 19 '15 at 19:52
user9539user9539
77139
77139
add a comment |
add a comment |
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%2f24877%2fdiscount-percentage-based-on-order-value%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