How to create % discount code for ENTIRE cart subtotal?
How do I create a discount code for the ENTIRE value of a shopping cart, with multiple items in it?
By default, the "percentage of product price discount" function applies a % discount ONLY to the first line item in your basket. I need to offer the discount on the ENTIRE basket value, even if there are multiple items in it. This discount can be applied to ANY product, there are no category or price restrictions.
shopping-cart discount price-rules
add a comment |
How do I create a discount code for the ENTIRE value of a shopping cart, with multiple items in it?
By default, the "percentage of product price discount" function applies a % discount ONLY to the first line item in your basket. I need to offer the discount on the ENTIRE basket value, even if there are multiple items in it. This discount can be applied to ANY product, there are no category or price restrictions.
shopping-cart discount price-rules
add a comment |
How do I create a discount code for the ENTIRE value of a shopping cart, with multiple items in it?
By default, the "percentage of product price discount" function applies a % discount ONLY to the first line item in your basket. I need to offer the discount on the ENTIRE basket value, even if there are multiple items in it. This discount can be applied to ANY product, there are no category or price restrictions.
shopping-cart discount price-rules
How do I create a discount code for the ENTIRE value of a shopping cart, with multiple items in it?
By default, the "percentage of product price discount" function applies a % discount ONLY to the first line item in your basket. I need to offer the discount on the ENTIRE basket value, even if there are multiple items in it. This discount can be applied to ANY product, there are no category or price restrictions.
shopping-cart discount price-rules
shopping-cart discount price-rules
edited Feb 16 '16 at 11:55
Paul Doeman
asked Feb 16 '16 at 10:26
Paul DoemanPaul Doeman
11
11
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
You have to make an pricerule for the basket and set the right conditions for it to target the whole basket.
it seams you have made it wrong if its only targeting one item.
this link explain the whole use of price rules - http://www.demacmedia.com/magento-commerce/shopping-cart-price-rules-in-magento-walk-through/
Hi. Sorry, but that's really not helpful.
– Paul Doeman
Feb 16 '16 at 11:52
give us the information on how you have made you pricerule
– Patrick Knudsen
Feb 16 '16 at 13:03
- Specific coupon - Coupon code - Uses per coupon: 9999 - Uses per customer: 5 Conditions: None Action: - Apply: Percent of Product price discount - Discount Amount: 10 - Maximum Qty Discount is Applied To: 0 - Discount Qty Step (Buy X): 0 - Apply to Shipping Amount - Free Shipping: No - Stop Further Rules Processing: no - Add Reward Points: 0 Apply the rule only to cart items matching the following conditions (leave blank for all items): Blank.
– Paul Doeman
Feb 16 '16 at 16:19
Image of the Actions screen.
– Paul Doeman
Feb 16 '16 at 16:22
add a comment |
You will want to create a shopping cart price rule.
This rule should be setup to discount x% off any item. This will then provide you the results you are asking about. A discount off all items in the cart.
If you want to apply the discounts so that everyone see's them on the website in search results, product pages, categories, etc.. You'll want to use the Catalog price rules.
These sections can be found under:
Promotions > Shopping Cart Price Rules
and
Promotions > Catalog Price Rules
These two sections can be configured in a myriad of ways, and the interactions between both can get very, very complex. If you need help drop me a line.
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%2f101945%2fhow-to-create-discount-code-for-entire-cart-subtotal%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
You have to make an pricerule for the basket and set the right conditions for it to target the whole basket.
it seams you have made it wrong if its only targeting one item.
this link explain the whole use of price rules - http://www.demacmedia.com/magento-commerce/shopping-cart-price-rules-in-magento-walk-through/
Hi. Sorry, but that's really not helpful.
– Paul Doeman
Feb 16 '16 at 11:52
give us the information on how you have made you pricerule
– Patrick Knudsen
Feb 16 '16 at 13:03
- Specific coupon - Coupon code - Uses per coupon: 9999 - Uses per customer: 5 Conditions: None Action: - Apply: Percent of Product price discount - Discount Amount: 10 - Maximum Qty Discount is Applied To: 0 - Discount Qty Step (Buy X): 0 - Apply to Shipping Amount - Free Shipping: No - Stop Further Rules Processing: no - Add Reward Points: 0 Apply the rule only to cart items matching the following conditions (leave blank for all items): Blank.
– Paul Doeman
Feb 16 '16 at 16:19
Image of the Actions screen.
– Paul Doeman
Feb 16 '16 at 16:22
add a comment |
You have to make an pricerule for the basket and set the right conditions for it to target the whole basket.
it seams you have made it wrong if its only targeting one item.
this link explain the whole use of price rules - http://www.demacmedia.com/magento-commerce/shopping-cart-price-rules-in-magento-walk-through/
Hi. Sorry, but that's really not helpful.
– Paul Doeman
Feb 16 '16 at 11:52
give us the information on how you have made you pricerule
– Patrick Knudsen
Feb 16 '16 at 13:03
- Specific coupon - Coupon code - Uses per coupon: 9999 - Uses per customer: 5 Conditions: None Action: - Apply: Percent of Product price discount - Discount Amount: 10 - Maximum Qty Discount is Applied To: 0 - Discount Qty Step (Buy X): 0 - Apply to Shipping Amount - Free Shipping: No - Stop Further Rules Processing: no - Add Reward Points: 0 Apply the rule only to cart items matching the following conditions (leave blank for all items): Blank.
– Paul Doeman
Feb 16 '16 at 16:19
Image of the Actions screen.
– Paul Doeman
Feb 16 '16 at 16:22
add a comment |
You have to make an pricerule for the basket and set the right conditions for it to target the whole basket.
it seams you have made it wrong if its only targeting one item.
this link explain the whole use of price rules - http://www.demacmedia.com/magento-commerce/shopping-cart-price-rules-in-magento-walk-through/
You have to make an pricerule for the basket and set the right conditions for it to target the whole basket.
it seams you have made it wrong if its only targeting one item.
this link explain the whole use of price rules - http://www.demacmedia.com/magento-commerce/shopping-cart-price-rules-in-magento-walk-through/
answered Feb 16 '16 at 10:30
Patrick KnudsenPatrick Knudsen
194317
194317
Hi. Sorry, but that's really not helpful.
– Paul Doeman
Feb 16 '16 at 11:52
give us the information on how you have made you pricerule
– Patrick Knudsen
Feb 16 '16 at 13:03
- Specific coupon - Coupon code - Uses per coupon: 9999 - Uses per customer: 5 Conditions: None Action: - Apply: Percent of Product price discount - Discount Amount: 10 - Maximum Qty Discount is Applied To: 0 - Discount Qty Step (Buy X): 0 - Apply to Shipping Amount - Free Shipping: No - Stop Further Rules Processing: no - Add Reward Points: 0 Apply the rule only to cart items matching the following conditions (leave blank for all items): Blank.
– Paul Doeman
Feb 16 '16 at 16:19
Image of the Actions screen.
– Paul Doeman
Feb 16 '16 at 16:22
add a comment |
Hi. Sorry, but that's really not helpful.
– Paul Doeman
Feb 16 '16 at 11:52
give us the information on how you have made you pricerule
– Patrick Knudsen
Feb 16 '16 at 13:03
- Specific coupon - Coupon code - Uses per coupon: 9999 - Uses per customer: 5 Conditions: None Action: - Apply: Percent of Product price discount - Discount Amount: 10 - Maximum Qty Discount is Applied To: 0 - Discount Qty Step (Buy X): 0 - Apply to Shipping Amount - Free Shipping: No - Stop Further Rules Processing: no - Add Reward Points: 0 Apply the rule only to cart items matching the following conditions (leave blank for all items): Blank.
– Paul Doeman
Feb 16 '16 at 16:19
Image of the Actions screen.
– Paul Doeman
Feb 16 '16 at 16:22
Hi. Sorry, but that's really not helpful.
– Paul Doeman
Feb 16 '16 at 11:52
Hi. Sorry, but that's really not helpful.
– Paul Doeman
Feb 16 '16 at 11:52
give us the information on how you have made you pricerule
– Patrick Knudsen
Feb 16 '16 at 13:03
give us the information on how you have made you pricerule
– Patrick Knudsen
Feb 16 '16 at 13:03
- Specific coupon - Coupon code - Uses per coupon: 9999 - Uses per customer: 5 Conditions: None Action: - Apply: Percent of Product price discount - Discount Amount: 10 - Maximum Qty Discount is Applied To: 0 - Discount Qty Step (Buy X): 0 - Apply to Shipping Amount - Free Shipping: No - Stop Further Rules Processing: no - Add Reward Points: 0 Apply the rule only to cart items matching the following conditions (leave blank for all items): Blank.
– Paul Doeman
Feb 16 '16 at 16:19
- Specific coupon - Coupon code - Uses per coupon: 9999 - Uses per customer: 5 Conditions: None Action: - Apply: Percent of Product price discount - Discount Amount: 10 - Maximum Qty Discount is Applied To: 0 - Discount Qty Step (Buy X): 0 - Apply to Shipping Amount - Free Shipping: No - Stop Further Rules Processing: no - Add Reward Points: 0 Apply the rule only to cart items matching the following conditions (leave blank for all items): Blank.
– Paul Doeman
Feb 16 '16 at 16:19
Image of the Actions screen.
– Paul Doeman
Feb 16 '16 at 16:22
Image of the Actions screen.
– Paul Doeman
Feb 16 '16 at 16:22
add a comment |
You will want to create a shopping cart price rule.
This rule should be setup to discount x% off any item. This will then provide you the results you are asking about. A discount off all items in the cart.
If you want to apply the discounts so that everyone see's them on the website in search results, product pages, categories, etc.. You'll want to use the Catalog price rules.
These sections can be found under:
Promotions > Shopping Cart Price Rules
and
Promotions > Catalog Price Rules
These two sections can be configured in a myriad of ways, and the interactions between both can get very, very complex. If you need help drop me a line.
add a comment |
You will want to create a shopping cart price rule.
This rule should be setup to discount x% off any item. This will then provide you the results you are asking about. A discount off all items in the cart.
If you want to apply the discounts so that everyone see's them on the website in search results, product pages, categories, etc.. You'll want to use the Catalog price rules.
These sections can be found under:
Promotions > Shopping Cart Price Rules
and
Promotions > Catalog Price Rules
These two sections can be configured in a myriad of ways, and the interactions between both can get very, very complex. If you need help drop me a line.
add a comment |
You will want to create a shopping cart price rule.
This rule should be setup to discount x% off any item. This will then provide you the results you are asking about. A discount off all items in the cart.
If you want to apply the discounts so that everyone see's them on the website in search results, product pages, categories, etc.. You'll want to use the Catalog price rules.
These sections can be found under:
Promotions > Shopping Cart Price Rules
and
Promotions > Catalog Price Rules
These two sections can be configured in a myriad of ways, and the interactions between both can get very, very complex. If you need help drop me a line.
You will want to create a shopping cart price rule.
This rule should be setup to discount x% off any item. This will then provide you the results you are asking about. A discount off all items in the cart.
If you want to apply the discounts so that everyone see's them on the website in search results, product pages, categories, etc.. You'll want to use the Catalog price rules.
These sections can be found under:
Promotions > Shopping Cart Price Rules
and
Promotions > Catalog Price Rules
These two sections can be configured in a myriad of ways, and the interactions between both can get very, very complex. If you need help drop me a line.
answered Feb 16 '16 at 16:23
Kevin HillKevin Hill
155116
155116
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%2f101945%2fhow-to-create-discount-code-for-entire-cart-subtotal%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