How can we create “packs” of the same product in Magento 2? (M2) The Next CEO of Stack OverflowAuto Select simple products for configurable productMagento: create order programatically: Configurable product issueHow to show only one record in order grid for the same Order ID for parent configurable product and child simple product?How can I add products that will be part of assortment pack?Magento configurable products: when customer selects a size “SAVE” it for next product viewHow to get stock quantity of child product from configurable product in Magento 1.9Magento cart - get the bundle parent and children productMagento products packs (assortiment) with size and stock control - like 3-pack or 6-packCreating bundles with Multiple instances of the same product in themHow to redirect simple products to the parent grouped product?

Is it a bad idea to plug the other end of ESD strap to wall ground?

Gauss' Posthumous Publications?

Is it OK to decorate a log book cover?

Small nick on power cord from an electric alarm clock, and copper wiring exposed but intact

Compensation for working overtime on Saturdays

How did scripture get the name bible?

Is it possible to create a QR code using text?

Free fall ellipse or parabola?

Calculate the Mean mean of two numbers

Why do we say “un seul M” and not “une seule M” even though M is a “consonne”?

How seriously should I take size and weight limits of hand luggage?

Finitely generated matrix groups whose eigenvalues are all algebraic

What did the word "leisure" mean in late 18th Century usage?

What difference does it make matching a word with/without a trailing whitespace?

Could a dragon use hot air to help it take off?

Direct Implications Between USA and UK in Event of No-Deal Brexit

How to coordinate airplane tickets?

Would a grinding machine be a simple and workable propulsion system for an interplanetary spacecraft?

Can a PhD from a non-TU9 German university become a professor in a TU9 university?

Why did the Drakh emissary look so blurred in S04:E11 "Lines of Communication"?

Arrows in tikz Markov chain diagram overlap

What does this strange code stamp on my passport mean?

Creating a script with console commands

Is a distribution that is normal, but highly skewed, considered Gaussian?



How can we create “packs” of the same product in Magento 2? (M2)



The Next CEO of Stack OverflowAuto Select simple products for configurable productMagento: create order programatically: Configurable product issueHow to show only one record in order grid for the same Order ID for parent configurable product and child simple product?How can I add products that will be part of assortment pack?Magento configurable products: when customer selects a size “SAVE” it for next product viewHow to get stock quantity of child product from configurable product in Magento 1.9Magento cart - get the bundle parent and children productMagento products packs (assortiment) with size and stock control - like 3-pack or 6-packCreating bundles with Multiple instances of the same product in themHow to redirect simple products to the parent grouped product?










0















How can we create "packs" of the same product in Magento 2? (M2)



We sell T-shirts in sizes. So this means 1 configurable product and 1 simple product for every child product size (and maybe also colors). Stock is managed on the simple level.



We want to create "packs" (a bundle of the SAME product) in Magento 2. to be clear, with multipacks we mean exactly this as explained by Google Merchant. https://support.google.com/merchants/answer/6324488?hl=en



The goal is : end products with the SAME basis simple products. Only the SKU and the QTY is different.



So how should this work? Some examples



Frontend sales: when buying a 6pack T-shirts we are buying a product with SKU PARENT-TSHIRTS-WHITE-6PACK. Underlying are 6x CHILD-TSHIRTS-WHITE-SIZE_LARGE.



And when buying a single pack it would be 1x SKU PARENT-TSHIRTS-WHITE-1PACK. Underlying are 1x CHILD-TSHIRTS-WHITE-SIZE_LARGE



When exporting products for say feeds, or Google Merchant then the product is exported twice. 1 time for SKU PARENT-TSHIRTS-WHITE-6PACK with underlying simple and 1x for SKU PARENT-TSHIRTS-WHITE-1PACK with (the same) underlying simple products....



Customer have the same experience as any product on the frontend. When they visit the 1pack they see the T-shirt and have to select the size and the qty. When they visit the 6pack they see the same product and and have to select the size and the qty.



The "pack qty attribute" (also necessary for exporting to Merchant) would be stored on the product level.



Question: how can we create packs of configurable products as explained above.










share|improve this question


























    0















    How can we create "packs" of the same product in Magento 2? (M2)



    We sell T-shirts in sizes. So this means 1 configurable product and 1 simple product for every child product size (and maybe also colors). Stock is managed on the simple level.



    We want to create "packs" (a bundle of the SAME product) in Magento 2. to be clear, with multipacks we mean exactly this as explained by Google Merchant. https://support.google.com/merchants/answer/6324488?hl=en



    The goal is : end products with the SAME basis simple products. Only the SKU and the QTY is different.



    So how should this work? Some examples



    Frontend sales: when buying a 6pack T-shirts we are buying a product with SKU PARENT-TSHIRTS-WHITE-6PACK. Underlying are 6x CHILD-TSHIRTS-WHITE-SIZE_LARGE.



    And when buying a single pack it would be 1x SKU PARENT-TSHIRTS-WHITE-1PACK. Underlying are 1x CHILD-TSHIRTS-WHITE-SIZE_LARGE



    When exporting products for say feeds, or Google Merchant then the product is exported twice. 1 time for SKU PARENT-TSHIRTS-WHITE-6PACK with underlying simple and 1x for SKU PARENT-TSHIRTS-WHITE-1PACK with (the same) underlying simple products....



    Customer have the same experience as any product on the frontend. When they visit the 1pack they see the T-shirt and have to select the size and the qty. When they visit the 6pack they see the same product and and have to select the size and the qty.



    The "pack qty attribute" (also necessary for exporting to Merchant) would be stored on the product level.



    Question: how can we create packs of configurable products as explained above.










    share|improve this question
























      0












      0








      0








      How can we create "packs" of the same product in Magento 2? (M2)



      We sell T-shirts in sizes. So this means 1 configurable product and 1 simple product for every child product size (and maybe also colors). Stock is managed on the simple level.



      We want to create "packs" (a bundle of the SAME product) in Magento 2. to be clear, with multipacks we mean exactly this as explained by Google Merchant. https://support.google.com/merchants/answer/6324488?hl=en



      The goal is : end products with the SAME basis simple products. Only the SKU and the QTY is different.



      So how should this work? Some examples



      Frontend sales: when buying a 6pack T-shirts we are buying a product with SKU PARENT-TSHIRTS-WHITE-6PACK. Underlying are 6x CHILD-TSHIRTS-WHITE-SIZE_LARGE.



      And when buying a single pack it would be 1x SKU PARENT-TSHIRTS-WHITE-1PACK. Underlying are 1x CHILD-TSHIRTS-WHITE-SIZE_LARGE



      When exporting products for say feeds, or Google Merchant then the product is exported twice. 1 time for SKU PARENT-TSHIRTS-WHITE-6PACK with underlying simple and 1x for SKU PARENT-TSHIRTS-WHITE-1PACK with (the same) underlying simple products....



      Customer have the same experience as any product on the frontend. When they visit the 1pack they see the T-shirt and have to select the size and the qty. When they visit the 6pack they see the same product and and have to select the size and the qty.



      The "pack qty attribute" (also necessary for exporting to Merchant) would be stored on the product level.



      Question: how can we create packs of configurable products as explained above.










      share|improve this question














      How can we create "packs" of the same product in Magento 2? (M2)



      We sell T-shirts in sizes. So this means 1 configurable product and 1 simple product for every child product size (and maybe also colors). Stock is managed on the simple level.



      We want to create "packs" (a bundle of the SAME product) in Magento 2. to be clear, with multipacks we mean exactly this as explained by Google Merchant. https://support.google.com/merchants/answer/6324488?hl=en



      The goal is : end products with the SAME basis simple products. Only the SKU and the QTY is different.



      So how should this work? Some examples



      Frontend sales: when buying a 6pack T-shirts we are buying a product with SKU PARENT-TSHIRTS-WHITE-6PACK. Underlying are 6x CHILD-TSHIRTS-WHITE-SIZE_LARGE.



      And when buying a single pack it would be 1x SKU PARENT-TSHIRTS-WHITE-1PACK. Underlying are 1x CHILD-TSHIRTS-WHITE-SIZE_LARGE



      When exporting products for say feeds, or Google Merchant then the product is exported twice. 1 time for SKU PARENT-TSHIRTS-WHITE-6PACK with underlying simple and 1x for SKU PARENT-TSHIRTS-WHITE-1PACK with (the same) underlying simple products....



      Customer have the same experience as any product on the frontend. When they visit the 1pack they see the T-shirt and have to select the size and the qty. When they visit the 6pack they see the same product and and have to select the size and the qty.



      The "pack qty attribute" (also necessary for exporting to Merchant) would be stored on the product level.



      Question: how can we create packs of configurable products as explained above.







      product configurable-product bundled-product bundle-product






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 15 hours ago









      snh_nlsnh_nl

      2,9251046105




      2,9251046105




















          0






          active

          oldest

          votes












          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%2f268209%2fhow-can-we-create-packs-of-the-same-product-in-magento-2-m2%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          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%2f268209%2fhow-can-we-create-packs-of-the-same-product-in-magento-2-m2%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