Magento :: P2P :: Synchronisation
Shipment data synchronisation between Magento2 and P2P Mailing https://www.p2pmailing.co.uk/
- REST API Client.
- Magento 2.4.
- P2P Mailing (FedEx Cross Border) account
- PHP 7.4.0 or later
- Download compressed file and unzip it.
- Login to your magento server and move to magento's app/code directory
cd app/code && mkdir SoftCommerce && cd SoftCommerce && mkdir P2p
to create new directory app/code/SoftCommerce/P2p - Upload contents to app/code/SoftCommerce/P2p directory.
- Move back to your magento root directory and execute "Post Installation" commands described bellow.
Run the following command from Magento root directory:
composer config repositories.softcommerce-p2p vcs https://github.com/softcommerceltd/p2pmailing.git
composer require softcommerce/module-p2p
If you receive an error regarding php incompatibility, but you are sure your php version is compatible, then use --ignore-platform-reqs
composer require softcommerce/module-p2p --ignore-platform-reqs
In production mode:
php bin/magento maintenance:enable
php bin/magento setup:upgrade
php bin/magento deploy:mode:set production
php bin/magento maintenance:disable
In development mode:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
Each source file included in this package is licensed under OSL 3.0.
Open Software License (OSL 3.0).
Please see LICENSE.txt
for full details of the OSL 3.0 license.