Home Forums Basel support forum Remove the filters

Remove the filters

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #81746

    Giulio
    Participant

    Hi there, is there a way to remove the section with filters? I mean with all the related pages like “?min_price=0&max_price=40” and so on, because we do not use it. Thank you!

    #81788

    Hello,

    Your question is not clear. Which filters do you want to remove? Woocommerce? Remove the Filter widgets and navigate to the Theme Settings > Shop > Top filters > disable. You will not have any filters.

    Best Regards

    #81886

    Giulio
    Participant

    “Shop filters” is already empty. But the results is this. And if I try to disable your “top filters” appears the default filters by WooCommerce.

    Attachments:
    You must be logged in to view attached files.
    #81912

    Artem Temos
    Keymaster

    Disable that option and add the following code to the functions.php in your child theme

    remove_action( 'woocommerce_before_shop_loop', 'woocommerce_catalog_ordering', 30 );

    #81932

    Giulio
    Participant

    Yes! Thanks a lot.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Remove the filters’ is closed to new replies.