All things Shopify and commerce
is there a way in Shopify to let customers create their own bundles? We have tried creating a Shopify extension with MergeOperation using this doc:
https://shopify.dev/docs/apps/selling-strategies/bundles/add-a-customized-bundle
But there is a problem.
The bundle is only created when all child products connected to the parent product are added to the cart and the quantity of each product has to be 1.The process should look like this:
1. For example we have a list of 24 products displayed on a custom page.
2. The customer can decide which products and how much of them they want in the bundle.
3. If they checkout all selected products should be in one bundle.
4. Price of the bundle should be a total of products quantity * price.Shopify Bundle Setup:
1. All child products are added in component_reference in the parent product.
2. All child products have the same component_parents:
[
{
"id": "gid://shopify/ProductVariant/43474051858599",
"component_reference": {
"value": [
"gid://shopify/ProductVariant/43474037604519",
"gid://shopify/ProductVariant/43474046681255"
]
},
"component_quantities": {
"value": [
1,
1
]
}
}
]
User | RANK |
---|---|
38 | |
36 | |
24 | |
22 | |
15 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023