
# ENGLISH

O'Pickup Colissimo Module for Magento 2

## How to install the extension?

* Backup your store database and web directory
* Open a terminal and move to Magento root directory
* Run these commands in your terminal

```shell
# You must be in Magento root directory
composer config repositories.owebia composer https://repo.owebia.com/

# Use your composer login and password available in your customer account on Owebia Store
composer require owebia/magento2-module-opickup-colissimo:^6.1.7

php bin/magento cache:clean
php bin/magento module:enable \
    Owebia_SharedPhpConfig \
    Owebia_AdvancedShipping \
    Owebia_SharedLicense \
    Owebia_SharedGoogleMaps \
    Owebia_Opickup \
    Owebia_OpickupColissimo
php bin/magento setup:upgrade
php bin/magento setup:di:compile

# Only if the store is in production mode
# Deploy static content for each used locale (here for en_US locale only)
php bin/magento setup:static-content:deploy en_US
```

* If you are logged to Magento backend, logout from Magento backend and login again
