This module is designed for admins who want to have a complete view of the history of changes to all settings and fields in the PrestaShop store admin panel:
- Logging all changes in Back Office - handling all available fields in PrestaShop admin panel.
- Logging of all changes from API.
- Precise log of all performed actions.
- Precise information about the values before and after saving the change.
- Modern architecture - does not affect the performance of the store.
Our module will give you the answer when you need to determine: who and what changed, broke, added or removed in your store - configurations, descriptions, prices, etc. It will give you this with high precision, including information on the values that were before the changes were made.
Logging of administrative actions
Logging of administrative actions: adding, editing, deleting objects and logging of actions from API: including identification of API keys.
Support for all fields and data in Back Office
Objects: Product, Category, Order, Customer, etc.
Modules: installation/deinstallation
Configuration: changes to store settings
API: calls with key identification
Huge performance
Zero impact on store performance thanks to 4-level data system: Redis → Memory → RAM → File

{ "field_changes": { "name": { "from": "Old Product Name", "to": "New Product Name" }, "price": { "from": 19.99, "to": 29.99 }, "active": { "from": 0, "to": 1 } } }Filtering and searching
Filter by action, object type, employee, date, and object name and ID
Details
Details of the context of each log with date, source, author and values before and after change.


The module does not affect the performance of the store because it handles huge amounts of log writing in an efficient 4-tier fallback system
External Redis server → SQL → RAM → File:
1
Redis
RPUSH logs to activity_log queue + asynchronous processing by cron
2
MySQL Memory Table
Ps_activity_log_buffer table + Fast RAM operations
3
In-memory Buffer
PHP in-memory table throughout request + Flush at end of execution (shutdown)
1
NDJSON file
Write to var/logs/activity_fallback.ndjson + migration via cron to database
If any system is down or unavailable, the module will automatically jump to the next level.
Log system monitoring
- Status of storage systems in the administration panel
- Error logs in PHP
error_log - Performance metrics in CRON scripts
Technical requirements
Technical Requirements
- PHP 7.1 - 8.x
- Server extension ionCube Loader
- PrestaShop Importer only: PHP libxml version > 2.9.3
- PrestaShop Facebook Integrator only: PHP 7.2 or higher
- PrestaShop VAT Validator only: PHP SOAP
Support = Updates + HelpDesk
You get 90 days (3 months) access to the complete PrestaShow support package.
Module updates
Modules will inform you about available updates. Read the changelog and perform a 1-click module update directly from your store.
HelpDesk panel
This is the panel where we will provide you with help. On HelpDesk you can report problems, order free module installation and updates, and order modifications and custom programming work.
Extend support
After support expires, you can use the module without any restrictions. You can extend your support access at any time you need it.
Knowledge Base & FAQ
Free forever
The knowledge base is available to everyone. You will find module documentation as well as instructions, videos and answers to frequently asked questions.
Lifetime license for the module
- You can use the module without limitation in 1 store = 1 domain.
- You can use an additional domain, e.g. for developer copy.
- For a small fee you can change the domain for the module yourself.
Additional domains for Multistore
- All our modules support PrestaShop Multistore.
- Supporting unlimited domains for PrestaShop Multistore requires purchasing multistore support for the module.
Modifying the code
- The module code related to the integration with the store and the design (.tpl, .css, .js) has open source code and you can modify it freely.
- The module's source code (.php) is encrypted with ionCube, and modifying it will void the warranty.
Demo - test the module
- You can test the module in our demo store.
- You can find the link to the demo store in the top section of ⬆️.
- If you have any problems with the operation of the demo, please contact us
No entries yet.















