Hey there,
I'm currently trying to develop on a magento shop, but have some issues with the logic and how to use it in Magento. It'd be awesome if you have some suggestions for a programming solution or plugin:
- Product 1
- - Product 1 - Variant A (different quantities)
- - - Product in the bundle 1
- - - Product in the bundle 2
- - Product 1 - Variant B (different quantities)
- - - Product in the bundle 1
- - - Product in the bundle 2
The products inside the bundle should have different quantities, based on the variant of Product 1. Also Product 1 should show both variants (A and B) in a selection box / radio button.
EDIT: I'll define it in words, just in case:
Product 1 is available in 2 different variations, that each have their own quantity. The content of those variants is the same, however, the each item in A has different quantities than items in B.
Any hints on how to do this in Magento would be appreciated.
Best regards