We want to create a custom kit that works like so...
First we create a product as normal. We set this new product as a kit. In the spec title we enter in the product id's of the products we want to be included and in the spec call we put the discount for buying the items as a kit.
We currently have a really good drop down system for selecting products (thanks to webopius)
So the code would go off and find the product selectors for each product id in the spec title and list them
so it would be:
title
-----
1) dropdown dropdown dropdown
-----
2) dropdown dropdown
-----
3) selectbox (as it is a single product)
BUY
This is in short what we want to achieve.
Would this be possible or is there an easier way to get this?
Thanks in advance.