Plugin activates WooCommerce “Default Sorting” Dropdown
-
Hi, your Plug-in is very useful to me…but I realized it activates the WooCommerce “Default Sorting” Dropdown which is actually in my case deactived by the Product Filter Plugin.
I solved the problem by adding following code to the functions.php of my them:
remove_action( ‘woocommerce_before_shop_loop’, ‘woocommerce_catalog_ordering’, 20 );
remove_action( ‘woocommerce_after_shop_loop’, ‘woocommerce_catalog_ordering’, 10 );but this shouldn′t normally be a problem right?
Regards
RenéThe page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Plugin activates WooCommerce “Default Sorting” Dropdown’ is closed to new replies.