• Resolved golfball-uhu

    (@golfball-uhu)


    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)
  • Plugin Author Dotstore

    (@dots)

    Hello @golfball-uhu,

    Thanks for reaching out to us.

    We are glad to know that, our plugin is very useful to you.

    Yes, our plugin is working on default woo-commerce sorting functionality and if another plugin conflict then, you can add code based on your requirement and its fine.

    Let me know if after adding the code you facing any issue.

    Thanks,

    Plugin Author Dotstore

    (@dots)

    Hello @golfball-uhu,

    Greetings!!

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Thanks,

    Thread Starter golfball-uhu

    (@golfball-uhu)

    The problem was solved the moment I added the code to the functions.php….the question was…is the behavior of the plugin normal…if yes you should write a instructional section…this could be a problem for many others…don′t you think?

    Regards
    René

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugin activates WooCommerce “Default Sorting” Dropdown’ is closed to new replies.