Title: Order by
Last modified: May 12, 2021

---

# Order by

 *  [Dan](https://wordpress.org/support/users/dandow/)
 * (@dandow)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/order-by-14/)
 * Hi!
 * First of all, thanks for this plugin!
 * Is there a way to use the woocommerce orderby form with the plugin query?
    If
   not, is there a way to put an orderby option (it actually would be better this
   way)?

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

 *  Plugin Author [themifyme](https://wordpress.org/support/users/themifyme/)
 * (@themifyme)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/order-by-14/#post-14432473)
 * Hi,
 * Yes, you can use the Order By query with our plugin, if you select the order-
   by before selecting the filter, so if you set Order By Price Low to High, then
   select a Category from the Filter, then the Order will also be applied.
 *  Thread Starter [Dan](https://wordpress.org/support/users/dandow/)
 * (@dandow)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/order-by-14/#post-14433398)
 * Hi!
 * The plugin deactivates some woocommerce functions, if you add the following script
   it reactivates the orderby woocommerce function. I’ve been trying and it doesn’t
   seem to conflict at all!
 *     ```
       <script>
       jQuery( function( $ ) {
   
       	$( '.woocommerce-ordering' ).on( 'change', 'select.orderby', function() {
       		$( this ).closest( 'form' ).trigger( 'submit' );
       	});
   
       });
       </script>
       ```
   
 * Do you see any conflict with it?
 *  Plugin Author [themifyme](https://wordpress.org/support/users/themifyme/)
 * (@themifyme)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/order-by-14/#post-14440623)
 * Hi [@dandow](https://wordpress.org/support/users/dandow/)
 * I’m glad it’s resolved. I can not see any conflict, if you need help with anything
   else, please ope a new topic, so we can help you there.

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

 The topic ‘Order by’ is closed to new replies.

 * ![](https://ps.w.org/themify-wc-product-filter/assets/icon-128x128.png?rev=1535808)
 * [Themify - WooCommerce Product Filter](https://wordpress.org/plugins/themify-wc-product-filter/)
 * [Support Threads](https://wordpress.org/support/plugin/themify-wc-product-filter/)
 * [Active Topics](https://wordpress.org/support/plugin/themify-wc-product-filter/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/themify-wc-product-filter/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/themify-wc-product-filter/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [themifyme](https://wordpress.org/support/users/themifyme/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/order-by-14/#post-14440623)
 * Status: not resolved