Type
magento2-module
Onyx ERP integration Magento 2 module.
magento2-module
OSL-3.0, AFL-3.0
None
None
None
None
None
This module syncs your Magento store with Onyx ERP by Ultimate Solutions, modules like Categories, Products, Customers and Orders are being synced typically every one hour. For more info about Onyx ERP please visit: http://www.ultimate-sa.com/products.php?id=2
Use composer to install this extension, install our module using the following command:
composer require ultimate-sa/onyx-magento2
If any errors are returned after this command, just run
composer update
immediately.
Next, install the new module into Magento itself by running this command in Magento base directory:
php bin/magento module:enable Ultimate_Onyx
php bin/magento setup:upgrade
php bin/magento setup:di:compile
Check whether the module is succesfully installed in Admin > Stores > Configuration > Advanced > Advanced.
Make sure that you have installed Magento cron jobs by this command
php bin/magento cron:install
if not so please run this command as it's critical for synchronization. If this command returns any errors, please refer to https://devdocs.magento.com/guides/v2.2/config-guide/cli/config-cli-subcommands-cron.html