how to set similar custom option for all products once?Add custom options to products programmaticallydefault state of custom option for simple productshow to do absolute pricing for custom options in simple product?custom option for all productHow to update product prices and their custom option prices by the same percentage in bulk?How to add new Custom option in between other OptionHow to make custom option price be added only once undependently on the qty chosen?How to add custom option “input-box” for particular attribute set in Magento1.9?Custom option & configurable productMagento 1.9.3 CE : Custom page layout for products from specific categoryDifferent prices in custom option combinations
My current job follows "worst practices". How can I talk about my experience in an interview without giving off red flags?
Were the Apollo broadcasts recorded locally on the LM?
How can Kazakhstan perform MITM attacks on all HTTPS traffic?
Can we have too many dialogue tags and follow up actions?
Does Impedance Matching Imply any Practical RF Transmitter Must Waste >=50% of Energy?
How can I show that the speed of light in vacuum is the same in all reference frames?
Book in which the "mountain" in the distance was a hole in the flat world
Is it possible to access the complete command line including pipes in a bash script?
What gave NASA the confidence for a translunar injection in Apollo 8?
Is it OK to accept a job opportunity while planning on not taking it?
Were Moshe's sons Jewish?
Is it ethical to tell my teaching assistant that I like him?
How can I indicate that what I'm saying is not sarcastic online?
Is an easily guessed plot twist a good plot twist?
What is a plausible power source to indefinitely sustain a space station?
I have a domain, static IP address and many devices I'd like to access outside my house. How do I route them?
Bounded Torsion, without Mazur’s Theorem
Can't understand how static works exactly
Killing a star safely
Can an infinite group have a finite number of elements with order k?
Host telling me to cancel my booking in exchange for a discount?
Are there any documented cases of extinction of a species of fungus?
Why does the salt in the oceans not sink to the bottom?
Extrapolation v. Interpolation
how to set similar custom option for all products once?
Add custom options to products programmaticallydefault state of custom option for simple productshow to do absolute pricing for custom options in simple product?custom option for all productHow to update product prices and their custom option prices by the same percentage in bulk?How to add new Custom option in between other OptionHow to make custom option price be added only once undependently on the qty chosen?How to add custom option “input-box” for particular attribute set in Magento1.9?Custom option & configurable productMagento 1.9.3 CE : Custom page layout for products from specific categoryDifferent prices in custom option combinations
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have many categories like rings, pendents, chains in my site.
the products under category rings have custom option like
Quality grade - A, B, C ....
size - 5,6,7 .....
metal - Gold , silver, platinum all with some extra prices
Is there any way to create custom option once for the product and i can use them in all other product under rings.
As now i have to add same options again n again when i add products? Different custom option for different category.
Please suggest
price custom-options products
add a comment |
I have many categories like rings, pendents, chains in my site.
the products under category rings have custom option like
Quality grade - A, B, C ....
size - 5,6,7 .....
metal - Gold , silver, platinum all with some extra prices
Is there any way to create custom option once for the product and i can use them in all other product under rings.
As now i have to add same options again n again when i add products? Different custom option for different category.
Please suggest
price custom-options products
use configurable product instead of custom option
– Amit Bera♦
Mar 19 '15 at 11:28
@sonal, do each of these custom options on a ring have its own (and different) amount added to the price?
– musicliftsme
Mar 19 '15 at 13:36
yes, price varies with custom options for each ring
– sonal
Mar 20 '15 at 4:29
add a comment |
I have many categories like rings, pendents, chains in my site.
the products under category rings have custom option like
Quality grade - A, B, C ....
size - 5,6,7 .....
metal - Gold , silver, platinum all with some extra prices
Is there any way to create custom option once for the product and i can use them in all other product under rings.
As now i have to add same options again n again when i add products? Different custom option for different category.
Please suggest
price custom-options products
I have many categories like rings, pendents, chains in my site.
the products under category rings have custom option like
Quality grade - A, B, C ....
size - 5,6,7 .....
metal - Gold , silver, platinum all with some extra prices
Is there any way to create custom option once for the product and i can use them in all other product under rings.
As now i have to add same options again n again when i add products? Different custom option for different category.
Please suggest
price custom-options products
price custom-options products
asked Mar 19 '15 at 11:23
sonalsonal
1001 gold badge3 silver badges13 bronze badges
1001 gold badge3 silver badges13 bronze badges
use configurable product instead of custom option
– Amit Bera♦
Mar 19 '15 at 11:28
@sonal, do each of these custom options on a ring have its own (and different) amount added to the price?
– musicliftsme
Mar 19 '15 at 13:36
yes, price varies with custom options for each ring
– sonal
Mar 20 '15 at 4:29
add a comment |
use configurable product instead of custom option
– Amit Bera♦
Mar 19 '15 at 11:28
@sonal, do each of these custom options on a ring have its own (and different) amount added to the price?
– musicliftsme
Mar 19 '15 at 13:36
yes, price varies with custom options for each ring
– sonal
Mar 20 '15 at 4:29
use configurable product instead of custom option
– Amit Bera♦
Mar 19 '15 at 11:28
use configurable product instead of custom option
– Amit Bera♦
Mar 19 '15 at 11:28
@sonal, do each of these custom options on a ring have its own (and different) amount added to the price?
– musicliftsme
Mar 19 '15 at 13:36
@sonal, do each of these custom options on a ring have its own (and different) amount added to the price?
– musicliftsme
Mar 19 '15 at 13:36
yes, price varies with custom options for each ring
– sonal
Mar 20 '15 at 4:29
yes, price varies with custom options for each ring
– sonal
Mar 20 '15 at 4:29
add a comment |
2 Answers
2
active
oldest
votes
You can create an attribute by option
- Grade (with values "A", "B", "C", etc.)
- Metal (with values "gold", "silver", etc.)
- Size (with values "5", "6", "7", etc.)
Then create simple products for all variation
- ring variation 1 : grade A, Metal Gold, Size 5
- ring variation 2 : grade B, Metal Gold, Size 5
- ring variation 3 : grade B, Metal Silver, Size 5
- etc.
Then create configurable product on attributes grade, size and metal.
You'll just have to link simple products to enable an option.
But in this case if the one ring comes in 10 variation then i have to add it ten times as simple product and after that i should create a configurable product ,right?
– sonal
Mar 19 '15 at 12:03
Yes, but it is easier to duplicate products and change only one attribute. You can also mass import simple products in your backend with a CSV file.
– Pilou
Mar 19 '15 at 12:20
add a comment |
There is no interface in the admin to copy custom options, unfortunately. However, it can be done easily with a script or extension. I answered a question on how to programmatically add custom options not long ago.
Check it out: Add custom options to products programmatically
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%2f61341%2fhow-to-set-similar-custom-option-for-all-products-once%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 can create an attribute by option
- Grade (with values "A", "B", "C", etc.)
- Metal (with values "gold", "silver", etc.)
- Size (with values "5", "6", "7", etc.)
Then create simple products for all variation
- ring variation 1 : grade A, Metal Gold, Size 5
- ring variation 2 : grade B, Metal Gold, Size 5
- ring variation 3 : grade B, Metal Silver, Size 5
- etc.
Then create configurable product on attributes grade, size and metal.
You'll just have to link simple products to enable an option.
But in this case if the one ring comes in 10 variation then i have to add it ten times as simple product and after that i should create a configurable product ,right?
– sonal
Mar 19 '15 at 12:03
Yes, but it is easier to duplicate products and change only one attribute. You can also mass import simple products in your backend with a CSV file.
– Pilou
Mar 19 '15 at 12:20
add a comment |
You can create an attribute by option
- Grade (with values "A", "B", "C", etc.)
- Metal (with values "gold", "silver", etc.)
- Size (with values "5", "6", "7", etc.)
Then create simple products for all variation
- ring variation 1 : grade A, Metal Gold, Size 5
- ring variation 2 : grade B, Metal Gold, Size 5
- ring variation 3 : grade B, Metal Silver, Size 5
- etc.
Then create configurable product on attributes grade, size and metal.
You'll just have to link simple products to enable an option.
But in this case if the one ring comes in 10 variation then i have to add it ten times as simple product and after that i should create a configurable product ,right?
– sonal
Mar 19 '15 at 12:03
Yes, but it is easier to duplicate products and change only one attribute. You can also mass import simple products in your backend with a CSV file.
– Pilou
Mar 19 '15 at 12:20
add a comment |
You can create an attribute by option
- Grade (with values "A", "B", "C", etc.)
- Metal (with values "gold", "silver", etc.)
- Size (with values "5", "6", "7", etc.)
Then create simple products for all variation
- ring variation 1 : grade A, Metal Gold, Size 5
- ring variation 2 : grade B, Metal Gold, Size 5
- ring variation 3 : grade B, Metal Silver, Size 5
- etc.
Then create configurable product on attributes grade, size and metal.
You'll just have to link simple products to enable an option.
You can create an attribute by option
- Grade (with values "A", "B", "C", etc.)
- Metal (with values "gold", "silver", etc.)
- Size (with values "5", "6", "7", etc.)
Then create simple products for all variation
- ring variation 1 : grade A, Metal Gold, Size 5
- ring variation 2 : grade B, Metal Gold, Size 5
- ring variation 3 : grade B, Metal Silver, Size 5
- etc.
Then create configurable product on attributes grade, size and metal.
You'll just have to link simple products to enable an option.
answered Mar 19 '15 at 11:35
PilouPilou
6323 silver badges7 bronze badges
6323 silver badges7 bronze badges
But in this case if the one ring comes in 10 variation then i have to add it ten times as simple product and after that i should create a configurable product ,right?
– sonal
Mar 19 '15 at 12:03
Yes, but it is easier to duplicate products and change only one attribute. You can also mass import simple products in your backend with a CSV file.
– Pilou
Mar 19 '15 at 12:20
add a comment |
But in this case if the one ring comes in 10 variation then i have to add it ten times as simple product and after that i should create a configurable product ,right?
– sonal
Mar 19 '15 at 12:03
Yes, but it is easier to duplicate products and change only one attribute. You can also mass import simple products in your backend with a CSV file.
– Pilou
Mar 19 '15 at 12:20
But in this case if the one ring comes in 10 variation then i have to add it ten times as simple product and after that i should create a configurable product ,right?
– sonal
Mar 19 '15 at 12:03
But in this case if the one ring comes in 10 variation then i have to add it ten times as simple product and after that i should create a configurable product ,right?
– sonal
Mar 19 '15 at 12:03
Yes, but it is easier to duplicate products and change only one attribute. You can also mass import simple products in your backend with a CSV file.
– Pilou
Mar 19 '15 at 12:20
Yes, but it is easier to duplicate products and change only one attribute. You can also mass import simple products in your backend with a CSV file.
– Pilou
Mar 19 '15 at 12:20
add a comment |
There is no interface in the admin to copy custom options, unfortunately. However, it can be done easily with a script or extension. I answered a question on how to programmatically add custom options not long ago.
Check it out: Add custom options to products programmatically
add a comment |
There is no interface in the admin to copy custom options, unfortunately. However, it can be done easily with a script or extension. I answered a question on how to programmatically add custom options not long ago.
Check it out: Add custom options to products programmatically
add a comment |
There is no interface in the admin to copy custom options, unfortunately. However, it can be done easily with a script or extension. I answered a question on how to programmatically add custom options not long ago.
Check it out: Add custom options to products programmatically
There is no interface in the admin to copy custom options, unfortunately. However, it can be done easily with a script or extension. I answered a question on how to programmatically add custom options not long ago.
Check it out: Add custom options to products programmatically
edited Apr 13 '17 at 12:55
Community♦
1
1
answered Mar 19 '15 at 13:38
musicliftsmemusicliftsme
5,4275 gold badges26 silver badges70 bronze badges
5,4275 gold badges26 silver badges70 bronze badges
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%2f61341%2fhow-to-set-similar-custom-option-for-all-products-once%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
use configurable product instead of custom option
– Amit Bera♦
Mar 19 '15 at 11:28
@sonal, do each of these custom options on a ring have its own (and different) amount added to the price?
– musicliftsme
Mar 19 '15 at 13:36
yes, price varies with custom options for each ring
– sonal
Mar 20 '15 at 4:29