simplesimon4 Posted November 28, 2009 Posted November 28, 2009 Is it possible to display a set of options based on the selection chosen on another set? For example, suppose a piece of clothing is available in black and red if the size is large, and only black if the size is small. The user would first choose the size, and the color options would be displayed based on the size selection. So if the user first chose small, only the black color option would be available. Thanks
Guest Posted November 28, 2009 Posted November 28, 2009 You should be able to use QT Pro which will allow you to input the size of small for both colours and let you set the quantity for the small red to 0 so the customer is unable to buy it. Link is below: http://www.oscommerce.com/community/contributions,888
simplesimon4 Posted December 4, 2009 Author Posted December 4, 2009 Perfect! The sequenced dropdown is exactly what I was looking for. At first I didn't think it would work because I'm not actually tracking stock, however it looks like it will still work by setting minimum stock levels and setting the stock configuration "subtract stock" to false. Not entering stock for an option combination and setting the configuration not to show items with zero inventory keeps those combinations from even showing up on the dropdowns. It's little bit awkward that you need to order the option sequence by naming the fields alphabetically, no big deal.
acbatchelor Posted December 5, 2009 Posted December 5, 2009 Perfect! The sequenced dropdown is exactly what I was looking for. At first I didn't think it would work because I'm not actually tracking stock, however it looks like it will still work by setting minimum stock levels and setting the stock configuration "subtract stock" to false. Not entering stock for an option combination and setting the configuration not to show items with zero inventory keeps those combinations from even showing up on the dropdowns. It's little bit awkward that you need to order the option sequence by naming the fields alphabetically, no big deal. you don't have to have the options in alphabetical order. i changed the code on mine to be ordered by the product options id.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.