osse LiteCart Fan จาก Sweden เป็นสมาชิกตั้งแต่ ธ.ค. 2013 osse 28 ก.พ. 2016 22:31 Is it possible to log the search results? It would be interesting to know what products the customers is searching for.
tim Founder จาก Sweden เป็นสมาชิกตั้งแต่ พ.ค. 2013 tim 28 ก.พ. 2016 22:34 Sure just add something like this to pages/search.inc.php: file_put_contents('path/to/file.txt', $_GET['query'] . PHP_EOL, FILE_APPEND);