For more detailed instructions on setting up the N-Genius Magento plugin, please refer to our documentation.
- From the Magento root directory, install the N-Genius module
using
composer require networkinternational/ngenius.
- Download ngenius-magento-plugin-master.zip and unzip it to a directory on your local machine.
- Use an FTP tool (such as FileZilla) to upload the contents of
ngenius-magento-plugin-masterdirectory to theapp\code\NetworkInternational\NGenius\directory of your Magento installation. - From the Magento root directory, install N-Genius dependencies
using
composer require ngenius/ngenius-common:v1.3.0.
bin/magento module:enable NetworkInternational_NGeniusbin/magento setup:upgradebin/magento setup:di:compilebin/magento indexer:reindexbin/magento cache:clean
You can download the latest version of the plugin from our Github releases page
