Hi,
I have looked in the forum and only found an older post about whether sugar has the ability to bundle together products.
So for example one single product would consists of other products.
An Example
Bundle Product Coffee Machine $1000.00
Consists of:
Espresso Machine $800.00
Milk Jug $50.00
Espresso Cups $50.00
Espresso Beans $100.00
Any recommendations would be appreciated
Regards
Hi Kath Saba
We have done something similar for a customer months ago.
Custom self relationship on Product Catalog
Create a 1:M relationship on Product Catalog module.
In the left side you will define the "main" Product and in the right side you will define the possible accessories to be sold together, as recomendations.
Create a custom end point on Product Catalog which gets the Product Catalog ID and look for existing accessories.
This end point should be called on selecting a Product in the respective field at the GRID, the way it can add all accessories in the GRID bellow the main Item.
This way the sales person can decide whether all accessories should be sold together.
Regards