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?
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.