Download the PHP package lsretail/lsmag-enterprise without Composer

On this page you can find all versions of the php package lsretail/lsmag-enterprise. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package lsmag-enterprise

LS Ecommerce - Magento Integration (V2.9.0)

Compatibility:

  1. Magento Commerce/Enterprise 2.4.4 - current version
  2. LS Central 16.x - current version
  3. LS Omni 4.14.x - current version
  4. LS eCommerce - Base package - v2.9.0 or onwards

Installation:

  1. Navigate to your magento2 installation directory and run composer require "lsretail/lsmag-enterprise"
  2. Run composer install to install all the dependencies it needs.
  3. To enable all our modules, run command from command line, php bin/magento module:enable Ls_Commerce followed by php bin/magento setup:upgrade  and  php bin/magento setup:di:compile from Magento 2 instance so that it can update the magento2 database with our modules schema and interceptor files.
  4. Once done, you will see the list of our modules by running php bin/magento module:status which means our module is now good to go.
  5. Run php bin/magento setup:upgrade  and  php bin/magento setup:di:compile from root directory to update magento2 database with the schema and generate interceptor files.
  6. Once done, you will see the list of our modules in enabled section by running php bin/magento module:status.
  7. Configure the connection with LS Central by navigating to LS Retail -> Configuration from Magento Admin panel, enter the base url of the Omni server and choose the store and Hierarchy code to replicate data. Make sure to do all the configurations which are required on the Omni server for ecommerce i-e disabling security token for authentication.
  8. If you are unable to find the fields for base url, store or Hierarchy is the LS Retail configuration, then make sure the scope of system configuration in the top left corner is set to "website",
  9. If your server is setup for cron, then you will see all the new crons created in the cron_schedule table and status of all the replication data by navigating to LS Retail -> Cron Listing from the Admin Panel.
  10. To Trigger the cron manually from admin panel, navigate to LS Retail -> Cron Listing from the left menu and click on the cron which needs to be run.
  11. To check the status of data replicated from LS Central, navigate to any Replication job from LS Retail -> Replication Status and there we can see the list of all data along with status with Processed or Not Processed in the grid.

Features not supported for integration and are disabled by default

  1. Store Credit
  2. Rewards Points
  3. Gift Message
  4. Gift Wrapping
  5. Return Merchandise Authorization (RMA)

Support

All LS Retail active partners can use LS Partner & Customer Portal to submit the technical support request.


All versions of lsmag-enterprise with dependencies

PHP Build Version
Package Version
Requires lsretail/lsmag-two Version >=2.9.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package lsretail/lsmag-enterprise contains the following files

Loading the files please wait ....