• 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

    (@themifyme)

    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

    (@dandow)

    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

    (@themifyme)

    Hi @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.