How can we create “packs” of the same product in Magento 2? (M2)Auto 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?
How can I deal with my CEO asking me to hire someone with a higher salary than me, a co-founder?
What about the virus in 12 Monkeys?
A category-like structure without composition?
Why no variance term in Bayesian logistic regression?
How to prevent "they're falling in love" trope
Arrow those variables!
How do I deal with an unproductive colleague in a small company?
Do scales need to be in alphabetical order?
Why doesn't using multiple commands with a || or && conditional work?
Intersection Puzzle
Im going to France and my passport expires June 19th
Is it inappropriate for a student to attend their mentor's dissertation defense?
Is the myth that if you can play one instrument, you can learn another instrument with ease true?
Extract rows of a table, that include less than x NULLs
Can we compute the area of a quadrilateral with one right angle when we only know the lengths of any three sides?
Solving a recurrence relation (poker chips)
What killed these X2 caps?
Why didn't Boeing produce its own regional jet?
Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?
How do I handle a potential work/personal life conflict as the manager of one of my friends?
How can I determine if the org that I'm currently connected to is a scratch org?
Can I run a new neutral wire to repair a broken circuit?
How badly should I try to prevent a user from XSSing themselves?
Should I cover my bicycle overnight while bikepacking?
How can we create “packs” of the same product in Magento 2? (M2)
Auto 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?
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
add a comment |
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
add a comment |
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
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
product configurable-product bundled-product bundle-product
asked 2 days ago
snh_nlsnh_nl
2,9301046105
2,9301046105
add a comment |
add a comment |
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
);
);
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%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
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%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
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