milobloom:
I also had another question.
Is there a way to make the option box longer?
I have a product that is in 2 sizes
Extra Large
Standard
The option box only displays the out of stock item (It does say out of stock though)
BUt I would like it to show all the options and they can click on one to bring to the top. Is this possible?
http://www.nothingbutcostumes.com/final-clearence-c-4438/adult-barney-rubble-the-flintstones-costume-p-8394.html
Hi,
I will look at this, as a note, the mod I started with does not seem to have any code that directly supports the drop-down selection lists. The file attributes.php seems to only support Radio Buttons, Checkboxes, and text boxes.
This issue you have seems to me that it should be as simple as setting the style for the lists width to what you need. I will look to see where that is controlled.
I have made another update to this mode (two actually) one I submitted and is under review (I do not know its status) and one I just made updates to last night, that needs some testing, but now should properly support combinations of attributes to a product. Since you are using a Selection list, I was wondering if you have a TEST site that maybe you could try this new TEST ONLY version with and provide some feedback. It should NOT be used on a production site until after proper testing.
The current changes needing tests support the following:
This change allows support of many attribute combinations in the admin stock page.
"Multiple Attribute types in stock_attributes Field (Multiple attribute types per product) i.e, 123,321,234"
"Multiple Attributes selected (One attribute type per product)"
"Single Attribute"
"No Attribute"
Thus far Kevin and I have focused on testing using Radio buttons.