saving the search data

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
User avatar
mahammadareef
Posts: 54
Joined: 14 Oct 2022, 11:54

saving the search data

Post by mahammadareef » 10 Nov 2022, 10:39

if I want to save the search term of visitors how it can be done
please specify the step-by-step procedure ..
and attach the documents

User avatar
aimeos
Administrator
Posts: 7895
Joined: 01 Jan 1970, 00:00

Re: saving the search data

Post by aimeos » 11 Nov 2022, 06:07

You can either install Matomo which is designed for tracking users and their actions/input or create a decorator for the catalog/list component that tests if the f_search parameter is empty and writes it to the database if not. How to create and configure a decorator is described here:
https://aimeos.org/docs/latest/frontend ... omponents/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply