Title: sort order
Last modified: August 30, 2016

---

# sort order

 *  [millerdesignsgraphics](https://wordpress.org/support/users/millerdesignsgraphics/)
 * (@millerdesignsgraphics)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/sort-order-24/)
 * can you change the sort order of your products after they are entered?
 * [https://wordpress.org/plugins/product-catalog/](https://wordpress.org/plugins/product-catalog/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [support-huge-it](https://wordpress.org/support/users/support-huge-it/)
 * (@support-huge-it)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/sort-order-24/#post-6557572)
 * Yes, just drag and drop them
 *  [J-Marc](https://wordpress.org/support/users/jmartca/)
 * (@jmartca)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/sort-order-24/#post-6557779)
 * here a other way…
 * in your SQL admin try
 * SET [@x](https://wordpress.org/support/users/x/) = 0;
    UPDATE `???_huge_it_catalog_products`
   SET `ordering` = (@x:=@x+1) ORDER BY `name`;
 * just replace the 3 ? by the prefix of your WPtable those command will reset the
   order by the name of your products this command work in phpmyAdmin
 * so if Huge It get the time to add this option a reset order combo box to reorder
   a entire catalog that will be very nice
 * If someone need to order only one catalog, you will need to add a `WHERE`catalog_id`
   = x` to select only the catalog you need to reorder

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘sort order’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/product-catalog_353e6a.svg)
 * [Product Catalog for WordPress](https://wordpress.org/plugins/product-catalog/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/product-catalog/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/product-catalog/)
 * [Active Topics](https://wordpress.org/support/plugin/product-catalog/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/product-catalog/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/product-catalog/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [J-Marc](https://wordpress.org/support/users/jmartca/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/sort-order-24/#post-6557779)
 * Status: not resolved