Forums › Forums › Search & Filter Pro › Results page issue from product page
- This topic has 39 replies, 2 voices, and was last updated 4 years ago by Trevor.
-
Trevor(Private) September 17, 2020 at 7:19 am #259848
#1 For product category, add a Taxonomy field to the form and select Product Category from the list of taxonomies:
https://www.screencast.com/t/tukcmYtTyzbn
#2 Add this CSS to your theme Custom CSS (if your theme has no custom CSS panel, use Appearance -> Customizer -> Additional CSS):
.searchandfilter ._sft_product_cat { display: none; }
Trevor(Private) September 21, 2020 at 2:43 pm #260181I think we may need to use this filter:
https://searchandfilter.com/documentation/action-filter-reference/#modify-urls
It would go in the child theme functions.php file.
This forum search should give some example snippets:
https://support.searchandfilter.com/forums/search/function+sf_results_url/
-
AuthorPosts