Ne pas oublier de vérifier si les tables nécessaires sont bien créées en BDD.
23 lines
510 B
Markdown
23 lines
510 B
Markdown
# Colissimo Label
|
|
|
|
## Installation
|
|
|
|
### Manually
|
|
|
|
* Copy the module into ```<thelia_root>/local/modules/``` directory and be sure that the name of the module is ColissimoLabel.
|
|
* Activate it in your thelia administration panel
|
|
|
|
### Composer
|
|
|
|
Add it in your main thelia composer.json file
|
|
|
|
```
|
|
composer require thelia/colissimo-label-module:~0.3.2
|
|
```
|
|
|
|
### Configuration
|
|
|
|
For the moment, this module does not have interface.
|
|
You can change the values `contract-number` `password` on your table `module_config`
|
|
|