r0nn1ef Posted September 16, 2009 Share Posted September 16, 2009 Hi there. I've just switched my development efforts from Pinnacle Cart (which is very similiar to PrestaShop) to PrestaShop. I'm not that familiar with code-base as of yet and am wondering if a mod that a client wants can be done with a module or if the PrestaShop core would have to be modified to accomidate the functionality needed. Here's what my client wants to do.The client's store is selling individual products but also bundles some of those individual products as a kit for a small savings over purchasing each item individually. For example:The store has X number of Products A, B, C, and E. Product D contains 1 each of Products A and C.Whenever Product D is sold, the quantities of Products A and C would be reduced and whenever quantities for either Products A or C is 0 (and no backordering is allowed), Product D quantity would also be 0. There are severaly other things that would have to happen behind the scenes, but these are the two most prevalent issues.My question is, can a module be created that would allow a product structure such as this without modifying the default product code? Link to comment Share on other sites More sharing options...
Recommended Posts