Magento :: MintSoft :: Synchronisation
A plugin that integrates and synchronises data between Magento2 and MintSoft https://www.mintsoft.co.uk/
- Product export from Magento to MintSoft.
- Magento 2.4.
- MintSoft 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 MintSoft
to create new directory app/code/SoftCommerce/MintSoft - Upload contents to app/code/SoftCommerce/MintSoft 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-mintsoft vcs https://github.com/softcommerceltd/mintsoft.git
composer require softcommerce/module-mintsoft
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-mintsoft --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.