Product Page Filter Option Change
-
Hello,
I want to change “Sort by” option like “Brands” (Dropdown)
Please help me.
Regards
Ahmad
Attachments:
You must be
logged in to view attached files.
Hello,
You can replace the title of the “Brand” widget to the “Sort by”
The “Sort by” filter is a default filter which can be hidden with custom CSS. If you want to hide the widget, try this code:
#WOODMART_Widget_Sorting{
display:none;
}
Best Regards
Sorry, I could not convince you.
I want to change “Sort by” option will be dropdown like “Brands” option (dropdown).
Brands and Short by will be the similar style, not open.
Thanks
Attachments:
You must be
logged in to view attached files.
Hello,
Navigate to Appearance > Widgets and change the display view in the widget http://prntscr.com/kyh39r
Best Regards
There is only one (1) widget available. It’s Brands. Where are sort by?
Please see the attached file and help me.
Thanks
Attachments:
You must be
logged in to view attached files.
Sort by is default WooCommerce filter and it doesn’t have “dropdown” style in the filters area.
I want to change this like woodmart theme demo. Please check the attached file.
Thanks
Could you please reupload your screenshots in a size smaller than 512KB? Or upload it to some cloud service like Dropbox or Google Drive.
Thank you in advance
Please check the attached file.
Sorry, but we still don’t see it.
Add the following code snippet to the functions.php file in your child theme to remove default sorting filter and display default WooCommerce one
add_filter( 'woodmart_use_custom_order_widget', '__return_false', 10 );
It’s working. But I want to change in the filter area. It’s not possible?
No, unfortunately, it is not possible.
OK, Then I will use the default of this theme.
Thanks
Ahmad
The topic ‘Product Page Filter Option Change’ is closed to new replies.