Multiple Sizes and respective quantity
I have products with different sizes and their availability varies.
Like Product A is available in S, M, L, XL and the respective availability is 0,2,5,1
How to configure it in Magento.
attributes quantity
add a comment |
I have products with different sizes and their availability varies.
Like Product A is available in S, M, L, XL and the respective availability is 0,2,5,1
How to configure it in Magento.
attributes quantity
add a comment |
I have products with different sizes and their availability varies.
Like Product A is available in S, M, L, XL and the respective availability is 0,2,5,1
How to configure it in Magento.
attributes quantity
I have products with different sizes and their availability varies.
Like Product A is available in S, M, L, XL and the respective availability is 0,2,5,1
How to configure it in Magento.
attributes quantity
attributes quantity
asked Jun 10 '16 at 5:22
Nitin MittalNitin Mittal
1
1
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
The inventory is managed through each associated simple product.
- Simple Product A - Size S: Qty 2
- Simple Product B - Size M: Qty 5
- Simple Product C - Size L: Qty 1
The stock (quantity) for the configurable product where all these simple products are associated is 0.
add a comment |
Surely the best way will be to create configurable products since you can track inventory easily. Configurables require some specific settings. In your case S, M... refer to size and size will be configurable attribute (or superattribute). This is Magento specifics - configurable product can not be created if superattribute does not exist. Look at this tutorial, here is a nice explanation and infographics so you can learn more about configurable products Magento Product Types. What is Magento Configurable Product in plain words?
add a comment |
You need to create a configurable product,where the associated products will be four simple products with various size and stock.
So when user will select size the stock quantity will be automatically adjusted.
for details about how to create a configurable product you can check this link.
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%2f120280%2fmultiple-sizes-and-respective-quantity%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
The inventory is managed through each associated simple product.
- Simple Product A - Size S: Qty 2
- Simple Product B - Size M: Qty 5
- Simple Product C - Size L: Qty 1
The stock (quantity) for the configurable product where all these simple products are associated is 0.
add a comment |
The inventory is managed through each associated simple product.
- Simple Product A - Size S: Qty 2
- Simple Product B - Size M: Qty 5
- Simple Product C - Size L: Qty 1
The stock (quantity) for the configurable product where all these simple products are associated is 0.
add a comment |
The inventory is managed through each associated simple product.
- Simple Product A - Size S: Qty 2
- Simple Product B - Size M: Qty 5
- Simple Product C - Size L: Qty 1
The stock (quantity) for the configurable product where all these simple products are associated is 0.
The inventory is managed through each associated simple product.
- Simple Product A - Size S: Qty 2
- Simple Product B - Size M: Qty 5
- Simple Product C - Size L: Qty 1
The stock (quantity) for the configurable product where all these simple products are associated is 0.
answered Jun 10 '16 at 5:30
Anna VölklAnna Völkl
15.6k347134
15.6k347134
add a comment |
add a comment |
Surely the best way will be to create configurable products since you can track inventory easily. Configurables require some specific settings. In your case S, M... refer to size and size will be configurable attribute (or superattribute). This is Magento specifics - configurable product can not be created if superattribute does not exist. Look at this tutorial, here is a nice explanation and infographics so you can learn more about configurable products Magento Product Types. What is Magento Configurable Product in plain words?
add a comment |
Surely the best way will be to create configurable products since you can track inventory easily. Configurables require some specific settings. In your case S, M... refer to size and size will be configurable attribute (or superattribute). This is Magento specifics - configurable product can not be created if superattribute does not exist. Look at this tutorial, here is a nice explanation and infographics so you can learn more about configurable products Magento Product Types. What is Magento Configurable Product in plain words?
add a comment |
Surely the best way will be to create configurable products since you can track inventory easily. Configurables require some specific settings. In your case S, M... refer to size and size will be configurable attribute (or superattribute). This is Magento specifics - configurable product can not be created if superattribute does not exist. Look at this tutorial, here is a nice explanation and infographics so you can learn more about configurable products Magento Product Types. What is Magento Configurable Product in plain words?
Surely the best way will be to create configurable products since you can track inventory easily. Configurables require some specific settings. In your case S, M... refer to size and size will be configurable attribute (or superattribute). This is Magento specifics - configurable product can not be created if superattribute does not exist. Look at this tutorial, here is a nice explanation and infographics so you can learn more about configurable products Magento Product Types. What is Magento Configurable Product in plain words?
answered Jun 10 '16 at 10:29
meggymeggy
1
1
add a comment |
add a comment |
You need to create a configurable product,where the associated products will be four simple products with various size and stock.
So when user will select size the stock quantity will be automatically adjusted.
for details about how to create a configurable product you can check this link.
add a comment |
You need to create a configurable product,where the associated products will be four simple products with various size and stock.
So when user will select size the stock quantity will be automatically adjusted.
for details about how to create a configurable product you can check this link.
add a comment |
You need to create a configurable product,where the associated products will be four simple products with various size and stock.
So when user will select size the stock quantity will be automatically adjusted.
for details about how to create a configurable product you can check this link.
You need to create a configurable product,where the associated products will be four simple products with various size and stock.
So when user will select size the stock quantity will be automatically adjusted.
for details about how to create a configurable product you can check this link.
edited 1 hour ago
Teja Bhagavan Kollepara
2,98641947
2,98641947
answered Jun 10 '16 at 5:56
Asish HiraAsish Hira
1,67111036
1,67111036
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%2f120280%2fmultiple-sizes-and-respective-quantity%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