承接 justuno/magento-2-v4 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

justuno/magento-2-v4

最新稳定版本:4.1.4

Composer 安装命令:

composer require justuno/magento-2-v4

包简介

Justuno integration for Magento 2

README 文档

README

This plugin integrates Justuno with your Magento 2 store, allowing you to use Justuno's marketing and conversion optimization tools.

Installation

Via Composer (Recommended)

  1. In your Magento 2 root directory, run the following command:
composer require justuno/magento-2-v4
  1. Enable the module:
bin/magento module:enable Justuno_M2
  1. Run the Magento setup upgrade:
bin/magento setup:upgrade
  1. Compile the code (in production mode):
bin/magento setup:di:compile
  1. Deploy static content (in production mode):
bin/magento setup:static-content:deploy

Manual Installation

  1. Download the plugin files.
  2. Create a directory app/code/Justuno/M2/ in your Magento installation.
  3. Copy the plugin files into this directory.
  4. Enable the module:
bin/magento module:enable Justuno_M2
  1. Run the Magento setup upgrade:
bin/magento setup:upgrade
  1. Compile the code (in production mode):
bin/magento setup:di:compile
  1. Deploy static content (in production mode):\
bin/magento setup:static-content:deploy

Setup and Configuration

  1. Log in to your Magento admin panel.
  2. Navigate to Stores > Configuration > Justuno > General Settings.
  3. Enter your Justuno API Key.
  4. Select your preferred subdomain or justone.ai.
  5. Click on "Generate Token" to create a WooCommerce-compatible token for API authentication.
  6. Save the configuration.

Usage

Once installed and configured, the plugin will automatically:

  • Add Justuno tracking scripts to your store
  • Track product views, add to cart events, and order placements
  • Provide API endpoints for Justuno to fetch product and order data

Uninstallation

  1. Disable the module:
bin/magento module:disable Justuno_M2
  1. Remove the module files:
  • If installed via Composer:
    composer remove justuno/module-m2
    
  • If installed manually, remove the app/code/Justuno/M2/ directory.
  1. Remove the module from the database:
bin/magento setup:upgrade
  1. Clean up the compiled code and generated files:
bin/magento setup:di:compile
bin/magento setup:static-content:deploy

License

This plugin is released under the OSL-3.0 License.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2024-05-29