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.
Compatible and tested with Magento v2.3
.
- 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
# Arguments `--from` and `--to` are optional
$ php bin/magento solve:import:customers [--from [FROM-ID]] [--to [TO-ID]]
# Arguments `--from` and `--to` are optional
$ php bin/magento solve:import:orders [--from [FROM-ID]] [--to [TO-ID]]
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.
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.