Okay
  Public Ticket #2735759
Filtering by price
Closed

Comments

  •  3
    koma started the conversation

    I love the elegant filtering feature on the product archives pages but how can we disable the filtering by price slider?

    It's not really appropriate in our case and displaying it just adds extra cruft and bloat to the user experience - it actually gets in the way.

    We also don't need to filter by sizes, but we may want to filter by colour.

    I couldn't see any granular control for this.

  •  2,682
    Andrew replied

    Hi Koma,

    Please send your website url so that we can provide css for what's possible.

    Thanks.

  •   koma replied privately
  •  2,682
    Andrew replied

    Hi Koma,

    Please try this css to remove the filters.

    div#woocommerce_price_filter-2 {
        display: none;
    } div#woocommerce_layered_nav-3 {
        display: none;
    }

    For the color filter please look into this article that provides more context:https://docs.woocommerce.com/document/woocommerce-product-search/widgets/product-filter-attributes/.

    Thanks.

  •  3
    koma replied

    Hi Andrew,

    Thanks for the link.

    I see that your theme has a widget area for the Woo sidebar and just added filtering by colour which works.

    I guess I can control which filters to show or not in the widget area?


  •  2,682
    Andrew replied

    Hi Koma,

    Yes you can use the widget as well.

    Thanks.