We have wrapped the site in a custom template. I reverted back to 3column when it wasn't working the way I needed it to. The option boxes are only installed on the more info pages.
After reverting... still no luck so I assumed it was A) a glich or B) a limitation on the new code.
The two problems that I had was the select box in a table and the select option heading not coming up in the box.
The biggest problem of all was the select option heading not coming up in the shopping cart. This just gave a "2" or "4" on a line below the item. Without the ability to edit the size in the cart and no heading telling what the "2" is there for I fear shoppers getting confused or frustrated not knowing what the number is for.
When your cart looks like this
- Code: Select all
[ 1 ] Eagle Tee Shirt 12345 $14.95 $14.95
Red Small
it is easy to tell what is going on. But when your cart looks like this:
- Code: Select all
[ 1 ] Dress 12345 $114.95 $114.95
4
It can get confusing because it is not clear that the 4 is the size. With the old drop down at least the category remained.
This is why I was concerned but I see why it would not be easy to have it both ways.
I guess there are a few options.
1) For number sizes adding the word size before the number. So 2 would be Size 2, Size 4, Size 6. Not so hard to do with an excel or xml upload but not easy to hand code.
2) Add the word "size" to the order options text field. This will append it to the cart above the field. Only problem with this option is consistency with making sure you always enter the same thing.
3) I wish I could hand code the pieces to the actual shopping card. Then I could add in what I needed. Since there is no way I did find a solution. Simply place "Options" in the same front as the site and in a .png. Set the .cart_op class to have a background of this png and set the padding of the cell. I get a label to my row of ordering options and it is hardcoded so no need to do option 1 or 2