TDLWebs Posted February 10, 2017 Share Posted February 10, 2017 Hi, I have looked all over and can't seem to find a solution for this in Version 6. What I need is a way to automatically sort the product options in admin so that they are displayed alphabetically. I know we can use the 'grab handle' and move them up and down etc, but this can get complicated when there are a hundred attributes. Is there a way to have them ordered alphabetically by default? Quote Link to comment Share on other sites More sharing options...
keat Posted February 10, 2017 Share Posted February 10, 2017 I could cheat this. Using PHP MyAdmin export product_options_group as a csv file Arrange the option_name column in alphabetical order, then over write the priority column with numbers ascending from 1. Make a backup copy of the product_options_group table. Truncate the table, and import your modified CSV file back in. You could do the same with options_value It's amateur and long winded, but if like me you don't know PHP, it works. Quote Link to comment Share on other sites More sharing options...
bsmither Posted February 11, 2017 Share Posted February 11, 2017 I have something that might work for you. Please send me a PM with your email address. Quote Link to comment Share on other sites More sharing options...
TDLWebs Posted February 13, 2017 Author Share Posted February 13, 2017 On 2/11/2017 at 5:59 AM, bsmither said: I have something that might work for you. Please send me a PM with your email address. Many thanks @bsmither you are a genius! :-) Quote Link to comment Share on other sites More sharing options...
paulbaz Posted March 2, 2017 Share Posted March 2, 2017 On 11/02/2017 at 5:59 AM, bsmither said: I have something that might work for you. Please send me a PM with your email address. bsmither, I have sent you a pm as I think I'm having a similar problem. Thanks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.