
Originally Posted by
DrByte
There was a feature change to 1.3.8 whereby if there are 0 results to a search, the customer is redirected to the search input page to enter new selections, rather than a blank page.
This means that instead of monitoring the NOTIFY_HEADER_END_ADVANCED_SEARCH_RESULTS notifier point, you have to monitor an earlier notifier point instead: NOTIFY_SEARCH_ORDERBY_STRING
Making that change to the class.search_log.php file should suffice, and should work fine with earlier Zen Cart versions as well.