An attribute's data is gathered in the id[] array, where the array index is the options_id value (e.g. Style = 1, Lettering = 2, Color = 3). The Monogram, being a text attribute, should be present in array index txt_4 but it's currently showing as TEXT_PREFIX4 because you either installed or uninstalled a plugin that killed your configuration table's configuration_group_id = 0 (there's a post by Ajeh somewhere that identifies the SQL patch to put things back).
Knowing the attributes' names, you can write some site-specific javascript/jQuery that will hide/display the dependent attributes based on the absence/presence of the Monogram value.


Reply With Quote
