Changing variation show order
-
Variations of the “label” type are sorted by the ID number of the attribute value. As a result, variations are always shown in the order in which attribute values were created, without the ability to change them.
It is possible to fix this by changing the file includes\class-single-variation.php parameter values in line 68 from ‘orderby’=>’term_id’ to ‘orderby’=>’menu_order’.
In this case, changing the order of attribute values will change the order in which variations based on it are displayed.
I have just checked it and it works as it should. Please add this feature to the plugin as an option or by default.
The topic ‘Changing variation show order’ is closed to new replies.