Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Conditional Display of Options


simplesimon4

Recommended Posts

Posted

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

Posted

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.

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...