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?
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 15 hours ago
snh_nlsnh_nl
2,9251046105
2,9251046105
add a comment |
add a comment |
0
active
oldest
votes
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