I had actually done it like this $options_type[$i] at one point, with the array variable, but it still wasn't working so I tried it other ways. I did eventually find the problem though. It was at the very bottom of attributes.php around line 600, where the dropdown menu is created.
I had caught the first part of the default case, the dropdown switch to radio button and didn't realize that there was an if/else below it that built the regular dropdown. So I hadn't put a flag in there and it was the cause of the problem. Once I put in a flag it worked flawlessy. Too many hours spent going over and over that page looking for some error.
I find it funny how it's always the little things I miss, a typo or a semicolon, that can destroy perfectly good code.
Thanks so much for your assistance!!!



Reply With Quote
