hubcat Posted October 22, 2009 Posted October 22, 2009 Like everyone, I have attribute classes, i.e. size and color. I have implemented one of the sorting contributions to ensure that within the dropdown menu they are properly sorted as in Small, Mediium, Large, by attribute id, not alphabetically. However, I still can't figure out (or am just missing... or I picked the wrong contr...) how to sort the dropdown menu order. The attribute ids should have the menus showing SIZE first COLOR second But while what's in the dropdown sorts by id, the menus still show in alphabetical order with: COLOR first SIZE second I'm guessing this may be as easy as a one-line change on product_info.php rather than requiring another contribution, but my PHP is too weak to get it right. Any suggestions? Thank you for your time. Thanks, Adrienne
FIMBLE Posted October 22, 2009 Posted October 22, 2009 Hello You could use a modded version of this http://addons.oscommerce.com/info/1822 and apply it. I have done it this way before though if already using it then you will need to change some of the code so you don't get a conflict Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
hubcat Posted October 22, 2009 Author Posted October 22, 2009 This contribution sorts what's inside the dropdown menus, which is working fine. I still can't figure how to sort the order the attribute option menus are shown in, though. :'(
Recommended Posts
Archived
This topic is now archived and is closed to further replies.