Hi all,

Sorry I have another question, I have a client who's asked for a lot of functionality extensions to nopCommerce, as per my last few posts.

For this they need product bundles and I know nopCommerce doesn't support this right now. So as I need to implement this the question is has anyone thought of a good approach to do this?

My approach would be as follows:

1. Extend the product entity to have an IsBundle property.
2. Add a new entity which links other product variants to the bundle product variant and build an admin tab that allows for this. This would only show if the product was marked as IsBundle = true.
3. Amend the cart to show the two products below the main bundle details, but the bundle product variant price would be the price the price for this.

I know this has been requested before so I'm hoping someone has thought about the best way to do this? Any suggestions welcome.

Also if anyone has some good examples of extending the admin tabs that would also be great and save me time.

Appreciate any help.