Sorting Woocommerce products with numeric titles [closed]

You’ll either have to sort/order your products manually or create a custom sort order within WooCommerce. For that take a look at the WooCommerce docs and this snippet for doing just that.

In this case you’re also going to have to do a bit of MySQL manipulation as well so that you’re sorting the numbers numerically. See this post on stackoverflow for an example.

NOTE: You may have some performance issues with the MySQl as a result.

Leave a Comment