solvedata/plugins-magento2

Solve Magento 2 extension

Installs: 2 120

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Open Issues: 0

Type:magento2-module


README

Build Status Latest Stable Version License PHP Version Require

Integration Architecture

Getting Started

Run the following commands to install the latest version (v2.3.0) on your Magento server.

$ composer require solvedata/plugins-magento2==2.3.0

$ php bin/magento module:enable SolveData_Events
$ php bin/magento setup:upgrade
$ php bin/magento setup:static-content:deploy -f

See Solve's documentation for more in-depth instructions.

Magento Compatibility

Compatible and tested with Magento v2.3.

Features

  • Embeds Solve's JS Client Side SDK into the Store's design layout
  • Synchronizes Magento data into Solve in real-time (in 1 minutes batches)
    • Customers
    • Carts
    • Orders
    • Payments
    • Returns
  • Recover abandoned carts via the /solve/reclaim endpoint

Importing historic data

Importing customers

# Arguments `--from` and `--to` are optional

$ php bin/magento solve:import:customers [--from [FROM-ID]] [--to [TO-ID]]

Importing orders

# Arguments `--from` and `--to` are optional

$ php bin/magento solve:import:orders [--from [FROM-ID]] [--to [TO-ID]]

Getting help

If you have questions, concerns, bug reports, etc., please file an issue in this repository's Issue Tracker.

Additionally Solve customers can contact support via emailing support@solve.io.

Getting involved/Contributing

The developer instructions contain details on how to setup the developer environment.

To contribute, simply make a pull request and add a brief description (1-2 sentences) of your addition or change. For more details check the contribution guidelines.