Home Forums Basel support forum Remove Average Rating from Filters

Remove Average Rating from Filters

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #188529

    effiekyr
    Participant

    Hi,
    We haven’t activated ratings in our eshop.
    How can we remove the sort by average rating from the filters?

    #188570

    Hello,

    Do you mean to filters? They appear by default.

    Please add this code to the Theme Settings > Custom CSS > Global:

    #BASEL_Widget_Sorting{
    display:none;
    }
    #BASEL_Widget_Price_Filter{
    display:none;
    }

    Best Regards

    #188639

    effiekyr
    Participant

    Yes I mean in the filters but we only need to remove the rating from the “sort by”, the rest of the filter options in sort by are ok

    #188652

    Hello,

    In this case, use only this custom CSS:

    #BASEL_Widget_Sorting{
    display:none;
    }

    Best Regards

    #188653

    effiekyr
    Participant

    Hi again, we want the sorting widget, we don’t want the rating sorting in it.

    #188675

    effiekyr
    Participant

    Let me explain. We don’t want to hide the Sort by filter, we want to hide the option to set the filter by Average Rating, because we don’t use ratings on the eshop.

    #188698

    Hello,

    Unfortunately, there is no option to hide average sorting. You can replace this price filter with the default Woocoomerce slider filter.

    Best Regards

    #188773

    effiekyr
    Participant

    It is not the price filter which we’re talking about, it’s the sorting filter

    #188866

    Hello,

    It is not possible to remove one item from the sorting. The filter can be removed in a whole.

    Best Regards

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