Hi, I am working on my Magento 2 project and looking for a solution (3rd Party extension) for customized product packages. I am offering 21 items. Every item should be added separately.
Three packages:
- Package A (5 items)
- Package B (10 items)
- Package C (15 items)
Customers can choose one of the packages with 5, 10 or 15 items and should be able to add 5, 10 or 15 of 21 items to their package.
Example:
Customer A choose Package B (10 items). After he clicked on the package, he´s able to choose 10 of 21 items. If he´s selecting less than 10 items - there will be an error message.
Could anybody help me out how I can create these kind of packages in Magento 2?
Thanks a lot!
Best, D.