thelia-module extra-order-data-module
thelia/extra-order-data-module
- Thursday, February 26, 2015
- by thelia
- Repository
- 4 Watchers
- 0 Stars
- 9 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
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., (*1)
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, (*2)
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., (*3)