conneqt/module-exact-online 问题修复 & 功能扩展

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

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

conneqt/module-exact-online

最新稳定版本:1.0.10

Composer 安装命令:

composer require conneqt/module-exact-online

包简介

N/A

README 文档

README

A Magento 2 module for ExactOnline integration.

Features

  • Extension attributes necessary for Exact Online API

Installation

  1. Copy the module files to app/code/Conneqt/ExactOnline/
  2. Run the following commands:
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento cache:flush
    

Uninstalling / Reverting Data Patches

This module uses revertable data patches that implement PatchRevertableInterface.

Uninstall Module (Reverts All Data Patches)

For non-composer installed modules (like this one):

php bin/magento module:uninstall --non-composer Conneqt_ExactOnline

For composer installed modules:

php bin/magento module:uninstall Conneqt_ExactOnline

The module:uninstall command will:

  1. Call the revert() method of all revertable data patches
  2. Disable the module
  3. Remove the module from the filesystem (composer modules only)
  4. Clean up database entries

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: proprietary
  • 更新时间: 2025-08-29