Quote Originally Posted by michael_rebreathe View Post
Oddly, one item in our catalog (which we have found so far) has completely wierded out. I've just started investigating the issue, but this is looking pretty big.

One of our products has two options: color and capacity
COLOR:
Black
Blue
Clear
Orange
Pink
Light Pink

CAPACITY
Small (2.5ml)
Large (5.0ml)

The attributes dropdowns that present on the product page:
Capacity
First Select Color
Black
Blue
Clear
Orange
Pink
Light Pink

COLOR
Next select capacity
(no options)

COLOR (note, smaller text size)
First Select Color
Black
Blue
Clear
Orange
Pink
Light Pink

No matter what order we try selecting the attributes, we never reach the state where we can select color and capacity to add it to the cart.

We just noticed that products_with_attributes_stock.product_attribute_combo is being nulled out in an as-yet-unseen pattern. The mentioned product has only one color/capacity combination with this field still populated. We are updating our inventory for imminent site release. We selected an item with product_attribute_combo populated, and updated it's inventory. This did not null product_attribute_combo...

Apologies for the segmented and incomplete info...I'm hoping this will spark a thought for a quick fix.
Quote Originally Posted by mc12345678 View Post
Well there is also something else going on there, which I have seen if the tpl_modules_attributes.php file is not merged/replaced correctly. It looks like color options are being applied/listed against capacity and capacity items against color...

I don't understand the statement that products_with_attributes_stock.product_attribute_combo going to null... Doesn't need to be in depth, but helps to follow. :)

I'm still working on things on my end to ensure all that has been done previously remains functional.
Under Configuration->Dynamic Dropdowns->Use ZC default HTML Attribute Tags

set it to false if it is not... Intent of that option is to eventually present the dynamic dropdown information with the tags that are provided by ZC so that formatting can be consistently applied. At the moment it's a series of generic tags...