I don’t think that you got everything.
I will try to explain that in detail:
We sell meat on our website in packages (Package ID: 212). We have a 7kg package for example, which consists of 3,5kg steak (ID: 730) and 3,5kg of mint (ID: 730), pattys (ID: 730) or sausages (ID: 730), which the customer can choose freely. So a package can have up to 4 bundled products (e.g. 3.5kg steak, 1kg mint, 1kg pattys, 1.5kg sausages).
The packages are product bundles and the components of the package are variable products.
Besides meat we will also sell equipment like cooking books, spatulas, basically equipment for grilling.
Examples:
1) Customer orders a 7kg package (212), consisting of 3,5kg steak (730) and 3,5kg mint (730). This should all stay in one order. With the free version I had the problem, that the order got separated into 3,5kg steak and 3,5kg mint (2 orders).
2) Customer orders 2 7kg packages (with ID 212). In this case, the order can also stay in one order and doesn’t have to be separated, since the packages got the same ID.
3) Customer orders a 7kg package (212) and another 7kg package (but with ID: 213, for example other meat).
212: Variable products have ID 730
213: Because it is different meat, we use a different ID for the variable products -> e.g. steak (731), mint (731), pattys (731) and sausages (731).
In this case, we want to separate the 1 order into 2 orders: 1 order consisting of the package with ID 212 and the bundled products with ID 730 and 1 order consisting of the package with ID 213 and the bundled products with ID 731.
4) Customer orders a 7kg package, a cooking book and a spatula. In this case, we want to have 2 orders: 1 consisting of the package and the affiliated products and 1 order containing the cooking book and the spatula.
I hope this explanation made it clear. Basically, I just want to be able, to split packages, which contain bundled products in separate orders.
Nothing with coupons ?? The coupons example was just a normal product, which the customer can also buy.
Thanks for your help!