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
Requires
- php: ~7.2
- magento/module-catalog: >=103.0
- magento/module-checkout: >=100.3
- magento/module-cron: >=100.3
- magento/module-customer: >=102.0
- magento/module-sales: >=102.0
- nyholm/psr7: ^1.3.1
- sentry/sentry: 3.0.0-beta1
- symfony/http-client: ^5.0
- dev-main
- 2.3.1.x-dev
- 2.3.0
- 2.2.0
- 2.1.1
- 2.1.0
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.1
- 2.0.0
- 1.1.1
- 1.1.0
- 1.0.68
- 1.0.67
- 1.0.66
- 1.0.65
- 1.0.64
- 1.0.63
- 1.0.62
- 1.0.61
- 1.0.60
- 1.0.59
- dev-release/v2.0.2
- dev-fix/address-error-when-reclaiming-a-users-cart-while-anonymous-which-has-a-user-linked-address-actually
- dev-send-custom-events-from-reclaim-controller
- dev-spike/section-data-to-surface-qoute-id
- dev-SOLV-2891/fix-profile-id-is-empty
- dev-localdev-mysql-query-logging
- dev-create-profiles-for-every-order
- dev-release-v1.0.67
- dev-localdev-nginx-tls-proxy-configuration
- dev-add-admin-page-to-import-customers-and-orders
- dev-spike/offline-import
- dev-prune-localdev-containers
- dev-opal/wip
- dev-support-running-install-script-unattended
This package is auto-updated.
Last update: 2024-12-29 06:27:54 UTC
README
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.