Home Forums WoodMart support forum shop filters

shop filters

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #117935

    MIJOC
    Participant

    Hi;
    I’ve seen many similar issues on the forum, but none of them solving my issue
    I have a problem removing filters (“sort by popularity, rating etc..” and “sort by price” – just not the one with a slider but the one with a price range). I never set them up and I can’t find the way to deactivate both. Other than that, how can I replace the filters I want to see (the remaining 4 in the picture) to see them on the left side of the page, instead of above products in one row?
    Would be very grateful for your help
    Michal

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

    Artem Temos
    Keymaster

    Hi,

    Add the following code snippet to the functions.php file in your child theme to remove default sorting and price filters

    add_filter( 'woodmart_use_custom_price_widget', '__return_false', 10 );
    add_filter( 'woodmart_use_custom_order_widget', '__return_false', 10 );

    Regards

    #118083

    MIJOC
    Participant

    Thanks a lot, this indeed solves first issue.
    What about the second part? Is it possible to see filters in the left side of the page (as a column), instead of above products in one row?
    Michal

    #118103

    Artem Temos
    Keymaster

    Yes, you can enable shop page sidebar in Theme Settings -> Shop -> Sidebar & Page title and then add filters widgets to the main shop page area in Appearance -> Widgets.

    Regards

Tagged: 

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