Forums › Forums › Search & Filter Pro › Add search filter bar to produt grid Woocommerce
Tagged: product grid woocommerce enfold
- This topic has 28 replies, 2 voices, and was last updated 4 years, 1 month ago by Trevor.
-
Trevor(Private) October 15, 2020 at 4:29 pm #263020
You would need to use free resources, like the excellent code Q&A site https://stackoverflow.com/
Wherever they need to fetch the post ID, use the WordPress
get_the_ID()
function instead of other methods they may suggest (for example, do not use$post->ID
).Rather than using the search on their site, I use a google search like this:
Anonymous(Private) October 15, 2020 at 10:58 pm #263074Ok thanks, I succeeded to customize the results.
I have again 2 questions about the plugin, can you please respond :
1. Is it possible to filter products by price ?
2. Is it possible to sort result by price, date ? (I haven’t found these field in the Sort Order Field)Regards,
-
AuthorPosts