Installation of the eCommerce - Magento Extension for Retail

This article describes step-by-step how to install the eCommerce – Magento extension through composer. You can also find a description of these steps on the official GitHub link:

  1. Log in to your server as SSH user and navigate to the root directory of Magento.
  2. Run composer require "lsretail/lsmag-two" to download and install the latest version of the extension for Magento Open Source or composer require "lsretail/lsmag-enterprise" for Magento Commerce.

  1. Run composer install to install all the external dependencies of the package.

  1. When you are done, you will see a list of LS Retail modules, the disabled section, once you trigger the php bin/magento module:status command from the root directory.

  1. To enable all modules, run php bin/magento module:enable Ls_Core Ls_Omni Ls_Customer Ls_Replication Ls_Webhooks.

  1. Run php bin/magento setup:upgrade && php bin/magento setup:di:compile from the root directory to update the Magento 2 database with the schema and to generate interceptor files.
  1. Once done, navigate the next section to configure the extension and build the connection with LS Central.