I am new to Sylius, but have gone through all the documentation and it is a really nice, clean and elegant design (from a developers perspective).
One of the requirements of the project is to be able to sell products in combo/packages.
Say I have these products that are sold separately.
- Product 1: 19.99$
- Product 2: 30.00$
- Product 3: 10.00$
I want to be able to create a product combo, like a limited time offer that sells all those products in a package, with a total price of 30$. Even if sold as a package, the system must keep them as if they were sold separately but as part of a promotional package.
I wasn't able to find anything on Sylius that could help me do this out of the box.
Any thoughts on a possible solution to this using Sylius as much as possible without requiring to create a custom solution?
Thank you, Ermal.