Custom option & configurable product 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)Product Types: custom options vs bundle vs configurableOrder of Values/Labels of Configurable attribute options and custom options on cart pageWorkflow For Adding Many Products with Similar OptionsHow to avoid millions of simple products when using configurable product for t-shirtsReload custom options of associated products in configurable product to display extra/additional attributeNeed to get Simple Products with Configurable Option from Configurable ProductConfigurable Product Option that doesn't existInclude configurable product price with simple product options price in Magento 2Get configurable option (of a configurable product) on category pageIs it possible to change other attributes of configurable product other than price?
Did God make two great lights or did He make the great light two?
Why did all the guest students take carriages to the Yule Ball?
Semisimplicity of the category of coherent sheaves?
Match Roman Numerals
Was credit for the black hole image misattributed?
How to pronounce 1ターン?
how can a perfect fourth interval be considered either consonant or dissonant?
Derivation tree not rendering
How did the audience guess the pentatonic scale in Bobby McFerrin's presentation?
Do working physicists consider Newtonian mechanics to be "falsified"?
How to delete random line from file using Unix command?
In horse breeding, what is the female equivalent of putting a horse out "to stud"?
Why is superheterodyning better than direct conversion?
What is special about square numbers here?
Working through the single responsibility principle (SRP) in Python when calls are expensive
Is above average number of years spent on PhD considered a red flag in future academia or industry positions?
ipsec, esp: Which key is used to generate the HMAC
Problems with Ubuntu mount /tmp
Are my PIs rude or am I just being too sensitive?
Do warforged have souls?
When did F become S in typeography, and why?
What information about me do stores get via my credit card?
Keeping a retro style to sci-fi spaceships?
Why can't devices on different VLANs, but on the same subnet, communicate?
Custom option & configurable product
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)Product Types: custom options vs bundle vs configurableOrder of Values/Labels of Configurable attribute options and custom options on cart pageWorkflow For Adding Many Products with Similar OptionsHow to avoid millions of simple products when using configurable product for t-shirtsReload custom options of associated products in configurable product to display extra/additional attributeNeed to get Simple Products with Configurable Option from Configurable ProductConfigurable Product Option that doesn't existInclude configurable product price with simple product options price in Magento 2Get configurable option (of a configurable product) on category pageIs it possible to change other attributes of configurable product other than price?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
magento1.9.3
I am in trouble with option correspondence method.
I sell 'red dress'.
S size dress is +2, +4, +6 inches length
M size dress is +2, +4 inches length
Add some options as a common option.
Because there is inventory in the fabric, there are stocks of "red dress", not each size.
Can this be processed with Configurable Product?
Is there any other solution?
※Additional notes
There was a lack of explanation.
"Custom option" can not change options for each size.
"Configurable product" makes "simple products" for each size, but we manage inventory in cloth so we want to manage all together without choosing size.
In addition, there are products with many common option items, it is not realistic to create all options with "simple products".
What you want to do is "Choose a size", "Choose a different Length option depending on size", "Choose an option not related to size".
magento-1.9 configurable-product custom-options
add a comment |
magento1.9.3
I am in trouble with option correspondence method.
I sell 'red dress'.
S size dress is +2, +4, +6 inches length
M size dress is +2, +4 inches length
Add some options as a common option.
Because there is inventory in the fabric, there are stocks of "red dress", not each size.
Can this be processed with Configurable Product?
Is there any other solution?
※Additional notes
There was a lack of explanation.
"Custom option" can not change options for each size.
"Configurable product" makes "simple products" for each size, but we manage inventory in cloth so we want to manage all together without choosing size.
In addition, there are products with many common option items, it is not realistic to create all options with "simple products".
What you want to do is "Choose a size", "Choose a different Length option depending on size", "Choose an option not related to size".
magento-1.9 configurable-product custom-options
add a comment |
magento1.9.3
I am in trouble with option correspondence method.
I sell 'red dress'.
S size dress is +2, +4, +6 inches length
M size dress is +2, +4 inches length
Add some options as a common option.
Because there is inventory in the fabric, there are stocks of "red dress", not each size.
Can this be processed with Configurable Product?
Is there any other solution?
※Additional notes
There was a lack of explanation.
"Custom option" can not change options for each size.
"Configurable product" makes "simple products" for each size, but we manage inventory in cloth so we want to manage all together without choosing size.
In addition, there are products with many common option items, it is not realistic to create all options with "simple products".
What you want to do is "Choose a size", "Choose a different Length option depending on size", "Choose an option not related to size".
magento-1.9 configurable-product custom-options
magento1.9.3
I am in trouble with option correspondence method.
I sell 'red dress'.
S size dress is +2, +4, +6 inches length
M size dress is +2, +4 inches length
Add some options as a common option.
Because there is inventory in the fabric, there are stocks of "red dress", not each size.
Can this be processed with Configurable Product?
Is there any other solution?
※Additional notes
There was a lack of explanation.
"Custom option" can not change options for each size.
"Configurable product" makes "simple products" for each size, but we manage inventory in cloth so we want to manage all together without choosing size.
In addition, there are products with many common option items, it is not realistic to create all options with "simple products".
What you want to do is "Choose a size", "Choose a different Length option depending on size", "Choose an option not related to size".
magento-1.9 configurable-product custom-options
magento-1.9 configurable-product custom-options
edited May 16 '18 at 2:42
where
410212
410212
asked Oct 27 '17 at 6:37
junjun
61
61
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
I suggest you to create configurable product rather than custom option because with configurable product you will be able to keep track of each product varieties.
Suppose with custom option you don't have stock of product then this will create problem whenever anyone ordered same product while with configurable product inventory will manage automatically and if product is out of stock then it will be not available on front-end.
Let us assume that you offer shirts in several colors and sizes. You have two options- either you apply simple products with Magento custom options of the sizes or colors or the configurable product with associated products that are produced as unique combination of colors and sizes.
The main focus of the merchants are the configurable products which is very complex. The procedure of creating one shirt with 5 sizes and 3 colors is basically creating one configured product along with 15 simple associated products. Well it seems like simple products have an easy way out but wait before you judge.
You will not be able to keep track of the product varieties in case you choose simple products with custom options. In this process, if you do not have the definite size or color in your warehouse, your consumers will be able to buy the products.
Via configurable product, you are now enabled to create different product varieties and also sell them as a part of the configurable products. Using the SKU, variation acts as the separate product. The Magento configurable product enables you to set the super attributes which will allow you to set few specific setting for each of the combination.
You can even create stock of your product combination, when are you running out of color or size, the variants will not be available for purchase. In a way you are not disappointing your consumer.
Well deciding on custom option or configurable option is your decision. I have stated the pros and cons of these two options. Hope you can now make the right choice which will help your business.
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%2f198896%2fcustom-option-configurable-product%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
I suggest you to create configurable product rather than custom option because with configurable product you will be able to keep track of each product varieties.
Suppose with custom option you don't have stock of product then this will create problem whenever anyone ordered same product while with configurable product inventory will manage automatically and if product is out of stock then it will be not available on front-end.
Let us assume that you offer shirts in several colors and sizes. You have two options- either you apply simple products with Magento custom options of the sizes or colors or the configurable product with associated products that are produced as unique combination of colors and sizes.
The main focus of the merchants are the configurable products which is very complex. The procedure of creating one shirt with 5 sizes and 3 colors is basically creating one configured product along with 15 simple associated products. Well it seems like simple products have an easy way out but wait before you judge.
You will not be able to keep track of the product varieties in case you choose simple products with custom options. In this process, if you do not have the definite size or color in your warehouse, your consumers will be able to buy the products.
Via configurable product, you are now enabled to create different product varieties and also sell them as a part of the configurable products. Using the SKU, variation acts as the separate product. The Magento configurable product enables you to set the super attributes which will allow you to set few specific setting for each of the combination.
You can even create stock of your product combination, when are you running out of color or size, the variants will not be available for purchase. In a way you are not disappointing your consumer.
Well deciding on custom option or configurable option is your decision. I have stated the pros and cons of these two options. Hope you can now make the right choice which will help your business.
add a comment |
I suggest you to create configurable product rather than custom option because with configurable product you will be able to keep track of each product varieties.
Suppose with custom option you don't have stock of product then this will create problem whenever anyone ordered same product while with configurable product inventory will manage automatically and if product is out of stock then it will be not available on front-end.
Let us assume that you offer shirts in several colors and sizes. You have two options- either you apply simple products with Magento custom options of the sizes or colors or the configurable product with associated products that are produced as unique combination of colors and sizes.
The main focus of the merchants are the configurable products which is very complex. The procedure of creating one shirt with 5 sizes and 3 colors is basically creating one configured product along with 15 simple associated products. Well it seems like simple products have an easy way out but wait before you judge.
You will not be able to keep track of the product varieties in case you choose simple products with custom options. In this process, if you do not have the definite size or color in your warehouse, your consumers will be able to buy the products.
Via configurable product, you are now enabled to create different product varieties and also sell them as a part of the configurable products. Using the SKU, variation acts as the separate product. The Magento configurable product enables you to set the super attributes which will allow you to set few specific setting for each of the combination.
You can even create stock of your product combination, when are you running out of color or size, the variants will not be available for purchase. In a way you are not disappointing your consumer.
Well deciding on custom option or configurable option is your decision. I have stated the pros and cons of these two options. Hope you can now make the right choice which will help your business.
add a comment |
I suggest you to create configurable product rather than custom option because with configurable product you will be able to keep track of each product varieties.
Suppose with custom option you don't have stock of product then this will create problem whenever anyone ordered same product while with configurable product inventory will manage automatically and if product is out of stock then it will be not available on front-end.
Let us assume that you offer shirts in several colors and sizes. You have two options- either you apply simple products with Magento custom options of the sizes or colors or the configurable product with associated products that are produced as unique combination of colors and sizes.
The main focus of the merchants are the configurable products which is very complex. The procedure of creating one shirt with 5 sizes and 3 colors is basically creating one configured product along with 15 simple associated products. Well it seems like simple products have an easy way out but wait before you judge.
You will not be able to keep track of the product varieties in case you choose simple products with custom options. In this process, if you do not have the definite size or color in your warehouse, your consumers will be able to buy the products.
Via configurable product, you are now enabled to create different product varieties and also sell them as a part of the configurable products. Using the SKU, variation acts as the separate product. The Magento configurable product enables you to set the super attributes which will allow you to set few specific setting for each of the combination.
You can even create stock of your product combination, when are you running out of color or size, the variants will not be available for purchase. In a way you are not disappointing your consumer.
Well deciding on custom option or configurable option is your decision. I have stated the pros and cons of these two options. Hope you can now make the right choice which will help your business.
I suggest you to create configurable product rather than custom option because with configurable product you will be able to keep track of each product varieties.
Suppose with custom option you don't have stock of product then this will create problem whenever anyone ordered same product while with configurable product inventory will manage automatically and if product is out of stock then it will be not available on front-end.
Let us assume that you offer shirts in several colors and sizes. You have two options- either you apply simple products with Magento custom options of the sizes or colors or the configurable product with associated products that are produced as unique combination of colors and sizes.
The main focus of the merchants are the configurable products which is very complex. The procedure of creating one shirt with 5 sizes and 3 colors is basically creating one configured product along with 15 simple associated products. Well it seems like simple products have an easy way out but wait before you judge.
You will not be able to keep track of the product varieties in case you choose simple products with custom options. In this process, if you do not have the definite size or color in your warehouse, your consumers will be able to buy the products.
Via configurable product, you are now enabled to create different product varieties and also sell them as a part of the configurable products. Using the SKU, variation acts as the separate product. The Magento configurable product enables you to set the super attributes which will allow you to set few specific setting for each of the combination.
You can even create stock of your product combination, when are you running out of color or size, the variants will not be available for purchase. In a way you are not disappointing your consumer.
Well deciding on custom option or configurable option is your decision. I have stated the pros and cons of these two options. Hope you can now make the right choice which will help your business.
edited 2 days ago
Marius♦
168k28324692
168k28324692
answered Oct 27 '17 at 6:55
akgolaakgola
1,457520
1,457520
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%2f198896%2fcustom-option-configurable-product%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