Solution to conditionally bundle items within cart
-
So since I’m not sure which if any extensions would be the solution for this, I figured I might as well post the question here.
So to keep in simple, my client has 3 product categories, each of which are associated with multiple simple products. Now what we want to achieve is whenever a user has products from all 3 categories within their cart, the products would combine into a single “bundle”. And a user would see this 1 bundle line item instead of all 3 products. Now there is a lot more to it, but this describes the basic logic. I am currently using a js-based solution to do this, but would definitely like a more solid solution.
Because the “bundle” is based on a combination of categories instead of actual products, and need to be dynamically combined into a single product at cart and checkout, I don’t think one of the grouping/bundling solutions out there would work.
Hopefully that makes sense. Please let me know if I am missing a simpler solution for this.
Thanks
- The topic ‘Solution to conditionally bundle items within cart’ is closed to new replies.