datatrics / magento2-integration
Datatrics Connect extension for Magento 2
Installs: 17 881
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 6
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.1.0
- magento/framework: >=102.0
Requires (Dev)
- dev-master
- 1.7.0
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.1
- 1.5.0
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.3
- 1.0.2
- 1.0.1
- dev-release/1.7.0
- dev-release/1.6.8
- dev-release/1.6.7
- dev-release/1.6.6
- dev-release/1.6.5
- dev-release/1.6.4
- dev-release/1.6.3
- dev-release/1.6.2
- dev-release/1.6.1
- dev-release/1.6.0
- dev-release/1.5.1
- dev-release/1.5.0
- dev-release/1.4.3
This package is auto-updated.
Last update: 2024-10-30 01:48:25 UTC
README
The Datatric Connect extension makes it effortless to connect your Magento® 2 store with the Datatrics platform.
Installation
Before you start up the installation process, we recommend that you make a backup of your webshop files, as well as the database.
There are 2 different methods to install the Magento® 2 extension.
- Install by using Composer
- Install by using the Magento® Marketplace
1) Installation using Composer
- Connect to your server running Magento® 2 using SSH.
- Locate your Magento® 2 project root.
- Install the Magento® 2 extension through composer and wait till it's completed:
composer require datatrics/magento2-integration
- After that run the Magento® upgrade and clean cache:
php bin/magento setup:upgrade
php bin/magento cache:flush
- If Magento® is running in production mode you also need to redeploy the static content:
php bin/magento setup:static-content:deploy
- After the installation: Go to your Magento® admin portal and open:
Stores > Configuration > Datatrics > General
to start setting up your connection.
2) Installation using the Magento® Marketplace
Module will be available on the Magento® Marketplace later this month.
Compatibility
The module has a minimum requirement of Magento 2.3 and is tested on Magento version 2.3.x & 2.4.x.