tradetracker-com / magento2
TradeTracker integration for Magento 2
Installs: 86 336
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 2
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: >=100.1.0
- dev-main
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.0
- dev-release/1.4.8
- dev-release/1.4.7
- dev-release/1.4.6
- dev-release/1.4.5
- dev-release/1.4.4
- dev-release/1.4.3
- dev-release/1.4.2
- dev-release/1.4.1
- dev-release/1.4.0
- dev-release/1.3.0
- dev-release/1.2.6
- dev-release/1.2.5
This package is auto-updated.
Last update: 2024-10-28 14:21:20 UTC
README
The TradeTracker Connect extension makes it effortless to connect your Magento® 2 catalog with the TradeTracker platform.
Installation
To make the integration process as easy as possible for you, we have developed various plugins for your webshop software package. This is the manual for installing the Magento® 2 Plugin. 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 (coming soon)
Installation using Composer
Magento® 2 use the Composer to manage the module package and the library. Composer is a dependency manager for PHP. Composer declare the libraries your project depends on and it will manage (install/update) them for you.
Check if your server has composer installed by running the following command:
composer –v
If your server doesn’t have composer installed, you can easily install it by using this manual: https://getcomposer.org/doc/00-intro.md
Step-by-step to install the Magento® 2 extension through Composer:
- Connect to your server running Magento® 2 using SSH or other method (make sure you have access to the command line).
- Locate your Magento® 2 project root.
- Install the Magento® 2 extension through composer and wait till it's completed:
composer require tradetracker-com/magento2
- Once completed run the Magento® module enable command:
bin/magento module:enable TradeTracker_Connect
- After that run the Magento® upgrade and clean the caches:
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 > Tradetracker.
Installation using the Magento® Marketplace
Available Soon
Compatibility
The module has a minimum requirement of Magento 2.3 and PHP 7.1 and is tested on Magento version 2.3.x & 2.4.x.