EPICURUS Posted August 6, 2014 Share Posted August 6, 2014 (edited) Hello, when I add a new atribute of a product the new atribute goes at the end of the list even I change the "position" of the atribute. How to sort and save the atributes by "position" at the back-office and front-office. Thanks Edited August 6, 2014 by moliv (see edit history) Link to comment Share on other sites More sharing options...
EPICURUS Posted August 7, 2014 Author Share Posted August 7, 2014 I replace In /classes/Product.php line 3165 ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC'; with ORDER BY al.`name` ASC'; Is the same for me. Link to comment Share on other sites More sharing options...
benjamin utterback Posted August 7, 2014 Share Posted August 7, 2014 I replace In /classes/Product.php line 3165 ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC'; with ORDER BY al.`name` ASC'; Is the same for me. Hi, if you are still looking for some advice, I think this thread can help you. Be sure to backup before making any code changes. Thanks! http://www.prestashop.com/forums/topic/335042-attribute-value-positioning-problem-after-16/ 1 Link to comment Share on other sites More sharing options...
EPICURUS Posted August 8, 2014 Author Share Posted August 8, 2014 Hi, if you are still looking for some advice, I think this thread can help you. Be sure to backup before making any code changes. Thanks! http://www.prestashop.com/forums/topic/335042-attribute-value-positioning-problem-after-16/ Thanks Benjamin I will take a look. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now