tradetracker-com/magento2 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

tradetracker-com/magento2

最新稳定版本:1.6.0

Composer 安装命令:

composer require tradetracker-com/magento2

包简介

TradeTracker integration for Magento 2

README 文档

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.

  1. Install by using Composer
  2. 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:

  1. Connect to your server running Magento® 2 using SSH or other method (make sure you have access to the command line).
  2. Locate your Magento® 2 project root.
  3. Install the Magento® 2 extension through composer and wait till it's completed:
composer require tradetracker-com/magento2
  1. Once completed run the Magento® module enable command:
bin/magento module:enable TradeTracker_Connect
  1. After that run the Magento® upgrade and clean the caches:
php bin/magento setup:upgrade
php bin/magento cache:flush
  1. If Magento® is running in production mode you also need to redeploy the static content:
php bin/magento setup:static-content:deploy
  1. 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.

统计信息

  • 总下载量: 109.61k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: BSD-2-Clause
  • 更新时间: 2021-03-29