Drag and Drop Category Order Broken
-
Using the drag and drop list in the Catalogue maintenance page does not change the order of display of the catalogue page. This is the case with both the premium and free versions of this plugin.
Here are the steps to replicate this.
* Create a catalogue with more than one category in it.
* Create a page with the shortcode for the newly created catalogue.
* In the UPCP dashboard, set Options->Basic->Category Overview Mode to “Categories Only”
* View the page just created. Note the order of the categories.
* Go back into the dashboard, and in the Catalogues tab, use the drag and drop list to change the order of categories.
* Go back to the catalogue page. The order does not change.In viewing the code for this plugin, I made two observations.
1) The column wp_UPCP_Categories.Category_Sidebar_Order is used by the query for the category page, but it is not updated when the drag and drop order is changed.
2) The column wp_UPCP_Catalogue_Items.Position is modified when the drag and drop order is changed, however, this column is NOT used in any query for the catalogue page.
The topic ‘Drag and Drop Category Order Broken’ is closed to new replies.