Reckie Posted February 5, 2005 Posted February 5, 2005 Is there some kind of contribution that allows to set virtual products that contain several other real products? I want to be able to put together several products into a package so that when the virtual product is selected it adds the real products to the cart instead. Perhaps its not even possible to do this or? Quote
dwatson Posted February 5, 2005 Posted February 5, 2005 I don't know of a contribuiton. But maybe you could put your basket of products in a special category, and then write some PHP code that iterated over all the products in the category and put each one in the cart to buy. Quote Thanks, David Watson
radders Posted February 5, 2005 Posted February 5, 2005 The product basket contribution does this kind of thing. I believe it adds the basket product only to the shopping cart but adjusts the stock of the constituents. You could instead do it the way you have suggested as long as there is no discount involved. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.