MX Kart Forum :: Multiple options and linked quantities
This thread was displayed: 0 times
Starting with 17th May 2007, Adobe Systems will stop offering support for any version of the discontinued InterAKT products. As a result, we will not answer to new support incidents starting with May 17th, 2007. Pending support incidents will still be followed in order to be closed. The product forums will remain open and be transformed in user-to-user forums. The general forums will be made read-only and not allow new posts or comments.
For more information about the affected products visit: www.interaktonline.com/Support/
Masterchef
05-03-2007 18:34:24 GMT +2
|
I have run into an issue that a client raised recently and I have hit a brick wall trying to find a solution to it. My client wants a clothing store which will sell many clothing lines all having quite a few options. So i designed a db structure which I thought would handle the problem.
I made a table for the product info and then made two other table's one called Selected Main Product Option and the second called Selected Sub Product Option which is linked by a foreign ID. These are synchronised copies of the Main Tables but with the addition of a select field (check box) Example 1 attached
The idea behind this is to enable the site admin to add a new Main option for example "Size" and then add sub options that link to size that are stored in the Sub Options table. This would then be available to every item in the store as an option if the select field had been ticked. All this works perfect, but I over looked one part. While I can retrieve all of the main & sub options available to one product how can I store the quantity for each combination? Eg.
Product | Main Option | Sub Option | Qty
I hope I am making myself clear!
Any suggestions or an alternative structure method would be most welcome
|
|
|
Razvan Racasanu[InterAKT]
05-04-2007 14:42:28 GMT +2
|
Hello,
If I understand correctly, the database structure used in MX Kart should work for you. I see that you are registered to the MX Kart product, so you should find the structure you need in the product archive.
Regards,
Razvan RACASANU
|
|
|
Masterchef
05-07-2007 12:25:02 GMT +2
|
The problem is I am not using MX Kart as it is no longer supported in CS3 so I am using another cart program (webassist ecart), but this is not the the problem as i am using nextensio to make a admin side for the store.
|
|
|