This topic has 4 replies, 2 voices, and was last updated 2 years, 10 months ago ago by Olga Barlow
Hi,
I would like to make these changes to filters and other on the Category Page:
– Delete the word “Beliebige” on filters;
– Have the possibility on the dropdown to select multiple attributes for filters (I just try to change “AND/OR” in the widget page);
– Have the button “Update” for filters, so not update in ajax;
– If It’s possibile to have other style options for filter by price widget;
– Change the filter icon on filter content;
– Change the phrases into “order by”.
Here’s the link of my category page -> https://www.fliesenchef.de/product-category/accessories/
Thanks a lot!
Hello,
1) It comes from WooCommerce plugin. Check this post and try solution described there https://wordpress.org/support/topic/how-to-remove-any-from-the-start-of-a-dropdown-product-filter/ Use child theme for these changes.
2) Use Or type if you want to allow multiple select https://prnt.sc/26csk4z
3) Use Apply all filters widget https://prnt.sc/26csk4z Then you’ll get Apply filter button https://prnt.sc/26cskp1
4) For example? What exactly do you want to implement?
5) What icon do you want to use there?
6) Order by sorting comes from WooCommerce plugin. They allow to change only which one will be the default order (Theme Options > WooCommerce > Product catalog). There is no option to remove/add another order type. If you just want to change text you can use the WooCommerce translation files. If you want to add something extra to that list you need to look for third-party plugins to implement that.
Regards
2) I select OR, but now the selection is not in dropdown. Here is the link of a site that include filters in dropdown with multiple selcet -> https://www.fliesenprofi.de/wandfliesen/alle-wandfliesen/
4) If you see the link that I give you for filters, there’s also what I want for price. It’s like a dropdown selection but it shows the filter price.
5) I want the funnel icon.
It’s ok for the rest of the stuff 🙂 I await your reply, thanks!
Hello,
2), 4) That selector/input of Filter products by attribute widget comes from WooCommerce. We can do nothing with that. It does not have multiple selections like the example you provided. So, you may contact WooCommerce support and ask if they have any suggestions for this https://wordpress.org/support/plugin/woocommerce/ or look for the third-party filter plugin that has the widgets you need.
5) Add the below code to Theme Options > Custom CSS
.template-container .open-filters-btn i.et-icon:before {
content: "\e91f";
}
.template-container .open-filters-btn a.active i {
transform: translateY(-50%);
}
Regards
Tagged: category page, change, filter, options, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up