08/08/2017 at 10:19 am
#431706
Keymaster
@ Adam
RE: The gender box resets when the search is performed
In the code you used to create the dropdown (I assume that is what you mean by gender box) you need to check for gender query string and set the option selected tag in the drop down.
RE: The text does not say that the user searched the gender as it does for category:
You can hook into the cn_search_results_messages filter which passes an array of search messages. YOu can add you gender message to the array if the user is searching by one.
Hope this helps!
