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;








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










share|improve this question






















  • 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

















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










share|improve this question






















  • 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













0












0








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










share|improve this question














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






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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

















  • 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










2 Answers
2






active

oldest

votes


















0














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.






share|improve this answer























  • 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


















0














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






share|improve this answer



























    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
    );



    );













    draft saved

    draft discarded


















    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









    0














    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.






    share|improve this answer























    • 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















    0














    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.






    share|improve this answer























    • 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













    0












    0








    0







    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.






    share|improve this answer













    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.







    share|improve this answer












    share|improve this answer



    share|improve this answer










    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

















    • 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













    0














    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






    share|improve this answer





























      0














      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






      share|improve this answer



























        0












        0








        0







        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






        share|improve this answer















        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







        share|improve this answer














        share|improve this answer



        share|improve this answer








        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



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

            Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

            Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form