Shopping cart price rule 2 for 1 The 2019 Stack Overflow Developer Survey Results Are In ...
Scientific Reports - Significant Figures
Can smartphones with the same camera sensor have different image quality?
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
Change bounding box of math glyphs in LuaTeX
A pet rabbit called Belle
How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?
Synthesis of a weinreb amide from an acid
Would an alien lifeform be able to achieve space travel if lacking in vision?
Why can't wing-mounted spoilers be used to steepen approaches?
Does Parliament hold absolute power in the UK?
Simulating Exploding Dice
How to politely respond to generic emails requesting a PhD/job in my lab? Without wasting too much time
Are my PIs rude or am I just being too sensitive?
How to prevent selfdestruct from another contract
Semisimplicity of the category of coherent sheaves?
What was the last x86 CPU that did not have the x87 floating-point unit built in?
Create an outline of font
Is it ethical to upload a automatically generated paper to a non peer-reviewed site as part of a larger research?
Arduino Pro Micro - switch off LEDs
Empty set is subset of every set? If yes, why that...
How do I add random spotting to the same face in cycles?
How are presidential pardons supposed to be used?
How does ice melt when immersed in water
How many people can fit inside Mordenkainen's Magnificent Mansion?
Shopping cart price rule 2 for 1
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Can a shopping cart rule remove free shipping from cart?Price rule for ONE free itemHow to create a Shopping Cart Price rule for free shipping for all items, with some exclusions?Promo Shopping Cart Price Rule Buy 3 Get 1 FreeMagento Shopping Cart Rule diiferent discount in a single ruleCatalog + Shopping cart rule, discounting wrong fields when appliedshopping cart discount rule only applying to specific productsMagento Shopping Cart Price Rules Wrong CalculationBulk Quantity Shopping Cart Price RuleShopping cart price rule with category exclusions
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
If I use this kind of price rule in Magento (1.9.2.2)
Buy X (1) get Y (1) for free (the step is 1) within a certain category - the rule only applies if customer puts 2 products with the same SKU (article number) in the cart. But that isn't the point of setting up the rule (to be valid within a certain category) is it?
I want the customer to be able to chose any kind of product as long as it is within the specific category, and when 2 is in the cart, the rule should apply.
Isn't this possible in Magento?
shopping-cart-price-rules price-rules
add a comment |
If I use this kind of price rule in Magento (1.9.2.2)
Buy X (1) get Y (1) for free (the step is 1) within a certain category - the rule only applies if customer puts 2 products with the same SKU (article number) in the cart. But that isn't the point of setting up the rule (to be valid within a certain category) is it?
I want the customer to be able to chose any kind of product as long as it is within the specific category, and when 2 is in the cart, the rule should apply.
Isn't this possible in Magento?
shopping-cart-price-rules price-rules
add a comment |
If I use this kind of price rule in Magento (1.9.2.2)
Buy X (1) get Y (1) for free (the step is 1) within a certain category - the rule only applies if customer puts 2 products with the same SKU (article number) in the cart. But that isn't the point of setting up the rule (to be valid within a certain category) is it?
I want the customer to be able to chose any kind of product as long as it is within the specific category, and when 2 is in the cart, the rule should apply.
Isn't this possible in Magento?
shopping-cart-price-rules price-rules
If I use this kind of price rule in Magento (1.9.2.2)
Buy X (1) get Y (1) for free (the step is 1) within a certain category - the rule only applies if customer puts 2 products with the same SKU (article number) in the cart. But that isn't the point of setting up the rule (to be valid within a certain category) is it?
I want the customer to be able to chose any kind of product as long as it is within the specific category, and when 2 is in the cart, the rule should apply.
Isn't this possible in Magento?
shopping-cart-price-rules price-rules
shopping-cart-price-rules price-rules
edited May 10 '16 at 15:42
7ochem
5,84493768
5,84493768
asked May 10 '16 at 15:39
JoyrideJoyride
1
1
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Your rule should look like this:
If ALL of these conditions are TRUE:
if TOTAL QUANTITY IS 2 for for a subselection of items in cart matching ALL of these conditions:
Category IS ...
SKU IS ...
add a comment |
Thats how you go for this
CONDITIONS:
If ALL of these conditions are TRUE
Click +
Select ‘Product Subselection’ from drop-down

If total quantity is ... (put 2 instead of dots) for a subselection of items in cart matching ALL of these conditions

Click +
Choose ‘Category’ from drop-down and select needed category.

ACTIONS:
For the apply field we’ll be using ‘Buy X get Y Free’. Now we just need to set the ‘Discount Amount’ to 1 and the ‘Discount Qty Step (Buy X)’ to 1.
Moreover, you again need to indicate for which category this works for items added to cart.

Thank you so much @Klettseb - and if I want get the cheapest for free, within one and the same category? Kind regards :)
– Joyride
May 10 '16 at 20:28
Im not aware this functionality exists out of the box
– Klettseb
May 10 '16 at 20:35
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%2f114767%2fshopping-cart-price-rule-2-for-1%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
Your rule should look like this:
If ALL of these conditions are TRUE:
if TOTAL QUANTITY IS 2 for for a subselection of items in cart matching ALL of these conditions:
Category IS ...
SKU IS ...
add a comment |
Your rule should look like this:
If ALL of these conditions are TRUE:
if TOTAL QUANTITY IS 2 for for a subselection of items in cart matching ALL of these conditions:
Category IS ...
SKU IS ...
add a comment |
Your rule should look like this:
If ALL of these conditions are TRUE:
if TOTAL QUANTITY IS 2 for for a subselection of items in cart matching ALL of these conditions:
Category IS ...
SKU IS ...
Your rule should look like this:
If ALL of these conditions are TRUE:
if TOTAL QUANTITY IS 2 for for a subselection of items in cart matching ALL of these conditions:
Category IS ...
SKU IS ...
answered May 10 '16 at 16:39
andyjvandyjv
2,04511843
2,04511843
add a comment |
add a comment |
Thats how you go for this
CONDITIONS:
If ALL of these conditions are TRUE
Click +
Select ‘Product Subselection’ from drop-down

If total quantity is ... (put 2 instead of dots) for a subselection of items in cart matching ALL of these conditions

Click +
Choose ‘Category’ from drop-down and select needed category.

ACTIONS:
For the apply field we’ll be using ‘Buy X get Y Free’. Now we just need to set the ‘Discount Amount’ to 1 and the ‘Discount Qty Step (Buy X)’ to 1.
Moreover, you again need to indicate for which category this works for items added to cart.

Thank you so much @Klettseb - and if I want get the cheapest for free, within one and the same category? Kind regards :)
– Joyride
May 10 '16 at 20:28
Im not aware this functionality exists out of the box
– Klettseb
May 10 '16 at 20:35
add a comment |
Thats how you go for this
CONDITIONS:
If ALL of these conditions are TRUE
Click +
Select ‘Product Subselection’ from drop-down

If total quantity is ... (put 2 instead of dots) for a subselection of items in cart matching ALL of these conditions

Click +
Choose ‘Category’ from drop-down and select needed category.

ACTIONS:
For the apply field we’ll be using ‘Buy X get Y Free’. Now we just need to set the ‘Discount Amount’ to 1 and the ‘Discount Qty Step (Buy X)’ to 1.
Moreover, you again need to indicate for which category this works for items added to cart.

Thank you so much @Klettseb - and if I want get the cheapest for free, within one and the same category? Kind regards :)
– Joyride
May 10 '16 at 20:28
Im not aware this functionality exists out of the box
– Klettseb
May 10 '16 at 20:35
add a comment |
Thats how you go for this
CONDITIONS:
If ALL of these conditions are TRUE
Click +
Select ‘Product Subselection’ from drop-down

If total quantity is ... (put 2 instead of dots) for a subselection of items in cart matching ALL of these conditions

Click +
Choose ‘Category’ from drop-down and select needed category.

ACTIONS:
For the apply field we’ll be using ‘Buy X get Y Free’. Now we just need to set the ‘Discount Amount’ to 1 and the ‘Discount Qty Step (Buy X)’ to 1.
Moreover, you again need to indicate for which category this works for items added to cart.

Thats how you go for this
CONDITIONS:
If ALL of these conditions are TRUE
Click +
Select ‘Product Subselection’ from drop-down

If total quantity is ... (put 2 instead of dots) for a subselection of items in cart matching ALL of these conditions

Click +
Choose ‘Category’ from drop-down and select needed category.

ACTIONS:
For the apply field we’ll be using ‘Buy X get Y Free’. Now we just need to set the ‘Discount Amount’ to 1 and the ‘Discount Qty Step (Buy X)’ to 1.
Moreover, you again need to indicate for which category this works for items added to cart.

edited 23 mins ago
Marius♦
168k28324692
168k28324692
answered May 10 '16 at 17:23
KlettsebKlettseb
3,06031851
3,06031851
Thank you so much @Klettseb - and if I want get the cheapest for free, within one and the same category? Kind regards :)
– Joyride
May 10 '16 at 20:28
Im not aware this functionality exists out of the box
– Klettseb
May 10 '16 at 20:35
add a comment |
Thank you so much @Klettseb - and if I want get the cheapest for free, within one and the same category? Kind regards :)
– Joyride
May 10 '16 at 20:28
Im not aware this functionality exists out of the box
– Klettseb
May 10 '16 at 20:35
Thank you so much @Klettseb - and if I want get the cheapest for free, within one and the same category? Kind regards :)
– Joyride
May 10 '16 at 20:28
Thank you so much @Klettseb - and if I want get the cheapest for free, within one and the same category? Kind regards :)
– Joyride
May 10 '16 at 20:28
Im not aware this functionality exists out of the box
– Klettseb
May 10 '16 at 20:35
Im not aware this functionality exists out of the box
– Klettseb
May 10 '16 at 20:35
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%2f114767%2fshopping-cart-price-rule-2-for-1%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