How to Setup
Create a WordPress page and assign it to the Advanced Search Page template.
Create a second page called "Search Help", path must be "/search-help". You're welcome to fill in the text above found under "Search Help" in this documentation.
Open "/www/wp-content/themes/everyware-theme-base-2/config-facets.json" and change values to match your own OC data.
If you have your own main.twig in your theme, you will have to merge code snippets like advance_search_page_custom_js for the JS into your own version.
To include advanced Search sccs specifically, in case not all scss from everyware-theme-base-2 are included, in your own child theme.
Add nginx snippet (Location: nginx/app/locations.conf) Note: here location ~ ^/(advanced-search/) will be based on title of the Advanced Search template, it has to match the url path of the page created in point 1.
Last updated
Was this helpful?