Skip to content

solvedata/plugins-magento2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solve Magento 2 Integration

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.