thelia / extra-order-data-module
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 1
Open Issues: 0
Type:thelia-module
Requires
- thelia/installer: ~1.1
This package is auto-updated.
Last update: 2024-11-07 18:08:06 UTC
README
This module add extra informations on the customer when an order is placed. For now, just the IP and the User agent is saved and linked to the order.
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/
directory and be sure that the name of the module is ExtraOrdrData. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require your-vendor/extra-order-data-module:~1.0
Usage
In the back office, in the modules tab of the order page, you have the IP and the User Agent of the customer, when he placed his order.