ksl8313 Posted January 17, 2006 Posted January 17, 2006 (edited) Hello: I'm running a wholesale store for a clothing company, and I've been using a scheme such that for each style, there are 3 slave products (small, medium, and large) and each slave product has its colors as its attributes. However, how I'd ideally like the schema to be like is, to have 2 attributes - color and size -for each product, such that a customer can place their order like this: <table border=1> <tr><td> </td><td>S</td><td>M</td><td>L</td></tr> <tr><td>Black</td><td> </td><td> </td><td> </td></tr> <tr><td>White</td><td> </td><td> </td><td> </td></tr> </table> and you can insert quantity for each size/color pair. anyone with an idea for how to go about this? thanks in advance, Edited January 17, 2006 by ksl8313 Quote
ksl8313 Posted January 17, 2006 Author Posted January 17, 2006 Sorry about the newb post above, _____| S | M | L | Black |___|____|___| White |___|____|___| sorry about the poor description, but you get the picture. Thanks! Quote
shkamat Posted January 20, 2006 Posted January 20, 2006 Hello: I'm running a wholesale store for a clothing company, and I've been using a scheme such that for each style, there are 3 slave products (small, medium, and large) and each slave product has its colors as its attributes. However, how I'd ideally like the schema to be like is, to have 2 attributes - color and size -for each product, such that a customer can place their order like this: <table border=1> <tr><td> </td><td>S</td><td>M</td><td>L</td></tr> <tr><td>Black</td><td> </td><td> </td><td> </td></tr> <tr><td>White</td><td> </td><td> </td><td> </td></tr> </table> and you can insert quantity for each size/color pair. anyone with an idea for how to go about this? thanks in advance, Quote
shkamat Posted January 20, 2006 Posted January 20, 2006 There is a contribution QTPro4.2 and you can manage quantity of product attributed thru admin module... I have used it for my store and it works fine... you can choose multiple dropdown and set/update quantities for these attributes. check it out. Quote
ksl8313 Posted January 23, 2006 Author Posted January 23, 2006 thanks for your suggestion, but not something that I was looking for. it's a great mod nonetheless - i might use it later. thanks! 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.