need to create shopping cart price rule for buy 2 get 5% off and buy 3 get 10% off The Next CEO of Stack OverflowAlways display Shopping Cart Price Rules Label above cart (not just when rule is first applied)How to apply 2 shopping cart price rules in magentoNeed help with a complex shopping cart ruleApplying Shopping Cart Rule According To Shop and/or currencyChanging core functionality of Shopping Cart Price RuleHow to retrieve individual discount split up (shopping cart price) on Cart pageHow to set start time and end time for coupon in Shopping Cart Price RuleShopping card price rule NOT overriding catalog price ruleMagento - add productcustom option to Shopping cart rule conditionNeed Help? In one shopping cart price rule can we create two discounts 10% and 5% for 2 categories or more?
If the heap is zero-initialized for security, then why is the stack merely uninitialized?
Is it possible to use a NPN BJT as switch, from single power source?
Dominated convergence theorem - what sequence?
Is a distribution that is normal, but highly skewed considered Gaussian?
Should I tutor a student who I know has cheated on their homework?
Why doesn't UK go for the same deal Japan has with EU to resolve Brexit?
Bartok - Syncopation (1): Meaning of notes in between Grand Staff
Proper way to express "He disappeared them"
Where do students learn to solve polynomial equations these days?
Why do remote US companies require working in the US?
Does increasing your ability score affect your main stat?
TikZ: How to reverse arrow direction without switching start/end point?
How to invert MapIndexed on a ragged structure? How to construct a tree from rules?
Grabbing quick drinks
Can MTA send mail via a relay without being told so?
Prepend last line of stdin to entire stdin
WOW air has ceased operation, can I get my tickets refunded?
Does Germany produce more waste than the US?
Can Plant Growth be repeatedly cast on the same area to exponentially increase the yield of harvests there (more than twice)?
Is there a difference between "Fahrstuhl" and "Aufzug"
How many extra stops do monopods offer for tele photographs?
How to delete every two lines after 3rd lines in a file contains very large number of lines?
How to count occurrences of text in a file?
Is micro rebar a better way to reinforce concrete than rebar?
need to create shopping cart price rule for buy 2 get 5% off and buy 3 get 10% off
The Next CEO of Stack OverflowAlways display Shopping Cart Price Rules Label above cart (not just when rule is first applied)How to apply 2 shopping cart price rules in magentoNeed help with a complex shopping cart ruleApplying Shopping Cart Rule According To Shop and/or currencyChanging core functionality of Shopping Cart Price RuleHow to retrieve individual discount split up (shopping cart price) on Cart pageHow to set start time and end time for coupon in Shopping Cart Price RuleShopping card price rule NOT overriding catalog price ruleMagento - add productcustom option to Shopping cart rule conditionNeed Help? In one shopping cart price rule can we create two discounts 10% and 5% for 2 categories or more?
I wanted to give an offer to the users. If they buy the same product with qty 2 then 5% off and if they buy 3 then 10% off. I tried it with shopping cart price rules but only one shopping cart price rules works at the same time. Is there any way to achieve it. Please help.
Thanks!
magento-1.9 cart price rules shopping
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I wanted to give an offer to the users. If they buy the same product with qty 2 then 5% off and if they buy 3 then 10% off. I tried it with shopping cart price rules but only one shopping cart price rules works at the same time. Is there any way to achieve it. Please help.
Thanks!
magento-1.9 cart price rules shopping
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Have you tried making 2 different rules? One for 5% and one for 10% and stop further rules processing?
– Klettseb
Apr 12 '16 at 7:44
add a comment |
I wanted to give an offer to the users. If they buy the same product with qty 2 then 5% off and if they buy 3 then 10% off. I tried it with shopping cart price rules but only one shopping cart price rules works at the same time. Is there any way to achieve it. Please help.
Thanks!
magento-1.9 cart price rules shopping
I wanted to give an offer to the users. If they buy the same product with qty 2 then 5% off and if they buy 3 then 10% off. I tried it with shopping cart price rules but only one shopping cart price rules works at the same time. Is there any way to achieve it. Please help.
Thanks!
magento-1.9 cart price rules shopping
magento-1.9 cart price rules shopping
asked Apr 12 '16 at 7:28
HarryHarry
11
11
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Have you tried making 2 different rules? One for 5% and one for 10% and stop further rules processing?
– Klettseb
Apr 12 '16 at 7:44
add a comment |
Have you tried making 2 different rules? One for 5% and one for 10% and stop further rules processing?
– Klettseb
Apr 12 '16 at 7:44
Have you tried making 2 different rules? One for 5% and one for 10% and stop further rules processing?
– Klettseb
Apr 12 '16 at 7:44
Have you tried making 2 different rules? One for 5% and one for 10% and stop further rules processing?
– Klettseb
Apr 12 '16 at 7:44
add a comment |
2 Answers
2
active
oldest
votes
shopping cart rule not work for you if you create the two rule then both condition will be true and user will get combine 15% discount.you can use tier price
for that follow link how to use tier price
http://merch.docs.magento.com/ce/user_guide/catalog/product-price-tier.html
Could you not add a condition saying products in cart for that sku is 2 or 3?
– Klettseb
Apr 12 '16 at 7:51
how to add condition forsame product
sku condition?
– Qaisar Satti
Apr 12 '16 at 7:53
Do I need to add for each product? I have more than 2000 products in my store..
– Harry
Apr 12 '16 at 7:56
I have tried with price rules and it works fine with one case.. But if I try to enable the 2nd price rule then only 2nd one is working and applying (BOTH RULES )15% off.. See how I have managed the same SKU prntscr.com/ar84cf
– Harry
Apr 12 '16 at 8:00
@Harry this is first thing i mention in my answer. the both rule will be applied either you have to custom work and set the discount or use tier price.
– Qaisar Satti
Apr 12 '16 at 9:06
|
show 4 more comments
Solution is :
For BUY 2 GET 5% - Create a shopping cart price rule, then under the Discount Amount * set your discount amount(in percentage) for eg. 5%
Under the "
Apply the rule only to cart items matching the following conditions (leave blank for all items)
"
set condition :
If ANY of these conditions are TRUE :
Quantity in cart is 2
For BUY 3 or more GET 10% - Create a shopping cart price rule, then under the Discount Amount set your discount amount(in percentage) for eg. 10%
Under the "
Apply the rule only to cart items matching the following conditions (leave blank for all items)
"
set condition :
If ANY of these conditions are TRUE :
Quantity in cart equals or greater than 3
"Quantity in cart" attribute checks the qty for same SKU.
That solved my problem.
I hope it will help someone. 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
);
);
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%2f110474%2fneed-to-create-shopping-cart-price-rule-for-buy-2-get-5-off-and-buy-3-get-10-o%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
shopping cart rule not work for you if you create the two rule then both condition will be true and user will get combine 15% discount.you can use tier price
for that follow link how to use tier price
http://merch.docs.magento.com/ce/user_guide/catalog/product-price-tier.html
Could you not add a condition saying products in cart for that sku is 2 or 3?
– Klettseb
Apr 12 '16 at 7:51
how to add condition forsame product
sku condition?
– Qaisar Satti
Apr 12 '16 at 7:53
Do I need to add for each product? I have more than 2000 products in my store..
– Harry
Apr 12 '16 at 7:56
I have tried with price rules and it works fine with one case.. But if I try to enable the 2nd price rule then only 2nd one is working and applying (BOTH RULES )15% off.. See how I have managed the same SKU prntscr.com/ar84cf
– Harry
Apr 12 '16 at 8:00
@Harry this is first thing i mention in my answer. the both rule will be applied either you have to custom work and set the discount or use tier price.
– Qaisar Satti
Apr 12 '16 at 9:06
|
show 4 more comments
shopping cart rule not work for you if you create the two rule then both condition will be true and user will get combine 15% discount.you can use tier price
for that follow link how to use tier price
http://merch.docs.magento.com/ce/user_guide/catalog/product-price-tier.html
Could you not add a condition saying products in cart for that sku is 2 or 3?
– Klettseb
Apr 12 '16 at 7:51
how to add condition forsame product
sku condition?
– Qaisar Satti
Apr 12 '16 at 7:53
Do I need to add for each product? I have more than 2000 products in my store..
– Harry
Apr 12 '16 at 7:56
I have tried with price rules and it works fine with one case.. But if I try to enable the 2nd price rule then only 2nd one is working and applying (BOTH RULES )15% off.. See how I have managed the same SKU prntscr.com/ar84cf
– Harry
Apr 12 '16 at 8:00
@Harry this is first thing i mention in my answer. the both rule will be applied either you have to custom work and set the discount or use tier price.
– Qaisar Satti
Apr 12 '16 at 9:06
|
show 4 more comments
shopping cart rule not work for you if you create the two rule then both condition will be true and user will get combine 15% discount.you can use tier price
for that follow link how to use tier price
http://merch.docs.magento.com/ce/user_guide/catalog/product-price-tier.html
shopping cart rule not work for you if you create the two rule then both condition will be true and user will get combine 15% discount.you can use tier price
for that follow link how to use tier price
http://merch.docs.magento.com/ce/user_guide/catalog/product-price-tier.html
answered Apr 12 '16 at 7:47
Qaisar SattiQaisar Satti
27k1256109
27k1256109
Could you not add a condition saying products in cart for that sku is 2 or 3?
– Klettseb
Apr 12 '16 at 7:51
how to add condition forsame product
sku condition?
– Qaisar Satti
Apr 12 '16 at 7:53
Do I need to add for each product? I have more than 2000 products in my store..
– Harry
Apr 12 '16 at 7:56
I have tried with price rules and it works fine with one case.. But if I try to enable the 2nd price rule then only 2nd one is working and applying (BOTH RULES )15% off.. See how I have managed the same SKU prntscr.com/ar84cf
– Harry
Apr 12 '16 at 8:00
@Harry this is first thing i mention in my answer. the both rule will be applied either you have to custom work and set the discount or use tier price.
– Qaisar Satti
Apr 12 '16 at 9:06
|
show 4 more comments
Could you not add a condition saying products in cart for that sku is 2 or 3?
– Klettseb
Apr 12 '16 at 7:51
how to add condition forsame product
sku condition?
– Qaisar Satti
Apr 12 '16 at 7:53
Do I need to add for each product? I have more than 2000 products in my store..
– Harry
Apr 12 '16 at 7:56
I have tried with price rules and it works fine with one case.. But if I try to enable the 2nd price rule then only 2nd one is working and applying (BOTH RULES )15% off.. See how I have managed the same SKU prntscr.com/ar84cf
– Harry
Apr 12 '16 at 8:00
@Harry this is first thing i mention in my answer. the both rule will be applied either you have to custom work and set the discount or use tier price.
– Qaisar Satti
Apr 12 '16 at 9:06
Could you not add a condition saying products in cart for that sku is 2 or 3?
– Klettseb
Apr 12 '16 at 7:51
Could you not add a condition saying products in cart for that sku is 2 or 3?
– Klettseb
Apr 12 '16 at 7:51
how to add condition for
same product
sku condition?– Qaisar Satti
Apr 12 '16 at 7:53
how to add condition for
same product
sku condition?– Qaisar Satti
Apr 12 '16 at 7:53
Do I need to add for each product? I have more than 2000 products in my store..
– Harry
Apr 12 '16 at 7:56
Do I need to add for each product? I have more than 2000 products in my store..
– Harry
Apr 12 '16 at 7:56
I have tried with price rules and it works fine with one case.. But if I try to enable the 2nd price rule then only 2nd one is working and applying (BOTH RULES )15% off.. See how I have managed the same SKU prntscr.com/ar84cf
– Harry
Apr 12 '16 at 8:00
I have tried with price rules and it works fine with one case.. But if I try to enable the 2nd price rule then only 2nd one is working and applying (BOTH RULES )15% off.. See how I have managed the same SKU prntscr.com/ar84cf
– Harry
Apr 12 '16 at 8:00
@Harry this is first thing i mention in my answer. the both rule will be applied either you have to custom work and set the discount or use tier price.
– Qaisar Satti
Apr 12 '16 at 9:06
@Harry this is first thing i mention in my answer. the both rule will be applied either you have to custom work and set the discount or use tier price.
– Qaisar Satti
Apr 12 '16 at 9:06
|
show 4 more comments
Solution is :
For BUY 2 GET 5% - Create a shopping cart price rule, then under the Discount Amount * set your discount amount(in percentage) for eg. 5%
Under the "
Apply the rule only to cart items matching the following conditions (leave blank for all items)
"
set condition :
If ANY of these conditions are TRUE :
Quantity in cart is 2
For BUY 3 or more GET 10% - Create a shopping cart price rule, then under the Discount Amount set your discount amount(in percentage) for eg. 10%
Under the "
Apply the rule only to cart items matching the following conditions (leave blank for all items)
"
set condition :
If ANY of these conditions are TRUE :
Quantity in cart equals or greater than 3
"Quantity in cart" attribute checks the qty for same SKU.
That solved my problem.
I hope it will help someone. Thanks!
add a comment |
Solution is :
For BUY 2 GET 5% - Create a shopping cart price rule, then under the Discount Amount * set your discount amount(in percentage) for eg. 5%
Under the "
Apply the rule only to cart items matching the following conditions (leave blank for all items)
"
set condition :
If ANY of these conditions are TRUE :
Quantity in cart is 2
For BUY 3 or more GET 10% - Create a shopping cart price rule, then under the Discount Amount set your discount amount(in percentage) for eg. 10%
Under the "
Apply the rule only to cart items matching the following conditions (leave blank for all items)
"
set condition :
If ANY of these conditions are TRUE :
Quantity in cart equals or greater than 3
"Quantity in cart" attribute checks the qty for same SKU.
That solved my problem.
I hope it will help someone. Thanks!
add a comment |
Solution is :
For BUY 2 GET 5% - Create a shopping cart price rule, then under the Discount Amount * set your discount amount(in percentage) for eg. 5%
Under the "
Apply the rule only to cart items matching the following conditions (leave blank for all items)
"
set condition :
If ANY of these conditions are TRUE :
Quantity in cart is 2
For BUY 3 or more GET 10% - Create a shopping cart price rule, then under the Discount Amount set your discount amount(in percentage) for eg. 10%
Under the "
Apply the rule only to cart items matching the following conditions (leave blank for all items)
"
set condition :
If ANY of these conditions are TRUE :
Quantity in cart equals or greater than 3
"Quantity in cart" attribute checks the qty for same SKU.
That solved my problem.
I hope it will help someone. Thanks!
Solution is :
For BUY 2 GET 5% - Create a shopping cart price rule, then under the Discount Amount * set your discount amount(in percentage) for eg. 5%
Under the "
Apply the rule only to cart items matching the following conditions (leave blank for all items)
"
set condition :
If ANY of these conditions are TRUE :
Quantity in cart is 2
For BUY 3 or more GET 10% - Create a shopping cart price rule, then under the Discount Amount set your discount amount(in percentage) for eg. 10%
Under the "
Apply the rule only to cart items matching the following conditions (leave blank for all items)
"
set condition :
If ANY of these conditions are TRUE :
Quantity in cart equals or greater than 3
"Quantity in cart" attribute checks the qty for same SKU.
That solved my problem.
I hope it will help someone. Thanks!
answered Apr 13 '16 at 12:26
HarryHarry
11
11
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%2f110474%2fneed-to-create-shopping-cart-price-rule-for-buy-2-get-5-off-and-buy-3-get-10-o%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
Have you tried making 2 different rules? One for 5% and one for 10% and stop further rules processing?
– Klettseb
Apr 12 '16 at 7:44