
Display and save all the attributes in one main product. Adding all the products you need as attributes in one main product helps you to create product packages, created from a single add to cart process
Configure your integration to add all the products that you need from an URL, this is something Shopify can't handle, but in Flamingo Tech we worked hard to add a new way to add these attributes, using a complex development with Cart.js is essential for keeping your code fast and free of hard coding.
A simple as having in an URL your main product and the complements:
<a id="addcart" href="https://attributify-test.myshopify.com/cart/add?id[]=40510570725531&id[]=40510570725531&id[]=40510570987675&id[]=40510571315355&id[]=40510574657691">
You will be able to wrap all the products in only one main product, that will display the others as attributes:

Also with a few tweaks you can only display the main product, this way is much more easier for the user to identify the package that is purchasing:

Even more customization for the checkout page (Shopify Plus members only):
