impact_tech / module-magento-integration
Magento Impact Integration
- dev-main
- 2.6.5
- 2.6.4
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.8
- 2.5.7
- 2.5.6
- 2.5.5
- 2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5
- 2.2.13
- 2.2.12
- 2.2.11
- 2.2.10
- 2.2.9
- 2.2.8
- 2.2.7
- 2.2.6
- 2.2.5
- 2.2.4
- 2.2.3
- 2.2.2
- 2.2.1
- 2.1.3
- 2.1.2
- 2.1.0
- 2.0.14
- 2.0.13
- 2.0.12
- 2.0.11
- 2.0.10
- 2.0.9
- 2.0.7
- 2.0.6
- 2.0.5
- 2.0.4
- 2.0.3
- 2.0.2
- 2.0.1
- 1.0
- dev-revert-42-develop
- dev-feature/IMA-1015
- dev-IMA-1014-1015
- dev-IMA-998
- dev-IMA-978
- dev-feature/IM-223-notification-when-module-installed
- dev-feature/IM-113-validate-normal-flow-process
- dev-feature/IM-181-sales-order-place
- dev-feature/IM-179-order-entity
- dev-feature/changes-for-marketplace-submission
- dev-feature/new-package
- dev-feature/code-review
This package is auto-updated.
Last update: 2024-08-30 07:05:27 UTC
README
描述
本插件旨在为Impact品牌的用户提供确保所有通过其网站进行的交易都被记录下来,并允许跟踪所有点击的功能。
About Impact: Partnership Cloud
除了传统的销售和营销外,合作伙伴渠道是现代电子商务增长的重要工具。许多领先的品牌依赖合作伙伴关系来寻找新客户并以可扩展且成本效益的方式推动销售。
Partnership Cloud是一个端到端集成解决方案,可管理企业在整个合作伙伴生命周期中的合作伙伴关系,以通过新兴的合作伙伴经济激活快速增长。
从发现、招募和签订合同到跟踪、优化和佣金,Impact的Partnership Cloud有助于推动各个领域的合作伙伴的增长。管理一个蓬勃发展的合作伙伴计划不仅仅是让合作伙伴签署协议,它还关乎建立关系,而这个关系的每个阶段都需要特别的关注。但如何让数千名合作伙伴保持高效呢?Partnership Cloud将帮助您在几分钟内开始您的合作伙伴计划。
发现和招募
发现完美匹配的全球合作伙伴,并轻松将它们添加到您的合作伙伴计划中。利用强大的自动化技术节省寻找合作伙伴的时间。
签订合同和支付
良好的合同有助于良好的合作伙伴关系 - 选择您期望的商业成果,然后奖励推动这些成果的合作伙伴。通过灵活的电子合同定义您的条款,并在70多种货币中自动结算支付。
跟踪
随时跟踪一切 - 准确跟踪网络和应用程序属性中的合作伙伴,并分配性能,无论客户使用多少设备。
参与
保持您的合作伙伴参与并衡量他们的性能 - 主动消息和自动工作流确保合作伙伴保持了解、高效并符合品牌。
保护
识别可疑支付 - 从行业首创:为您的合作伙伴计划提供基于机器学习的欺诈评分。抑制并撤销高风险来源的支付。同时简化质量保证和合作伙伴关系管理。
优化
随时随地的行动洞察力 - 持续优化您的合作伙伴关系以推动增长并提高效率。
如何安装和升级Impact_Integration
1. 通过Composer安装(推荐)
我们建议您通过Composer安装Impact_Integration模块。它易于安装、更新和维护。
在Magento 2根目录中运行以下命令。
1.1 安装
composer require impact_tech/module-magento-integration
php bin/magento module:enable Impact_Integration
php bin/magento setup:upgrade
1.2 升级
composer update impact_tech/module-magento-integration
php bin/magento module:enable Impact_Integration
php bin/magento setup:upgrade
1.3 设置模块
通过运行以下命令完成模块的设置。
运行编译
php bin/magento setup:di:compile
如果您在生产模式下运行Magento,您必须部署模块的静态文件
php bin/magento setup:static-content:deploy
刷新和清除缓存
php bin/magento cache:flush
php bin/magento cache:clean
2. 手动安装模块
如果您不想通过Composer安装,可以使用此方法。
- 在此处下载最新版本: main.zip
- 将
saasler-magento-impact-integration-main.zip
文件解压到app/code/Impact/Integration
;如果不存在,您应该创建一个文件夹路径app/code/Impact/Integration
。 - 转到Magento根目录并运行升级命令行以安装
Impact_Integration
php bin/magento module:enable Impact_Integration
php bin/magento setup:upgrade
php bin/magento setup:di:compile
如果您在生产模式下运行Magento,您必须部署模块的静态文件
php bin/magento setup:static-content:deploy
通过运行以下命令完成模块的设置。
php bin/magento cache:flush
php bin/magento cache:clean
如何卸载Impact_Integration
1. 通过Composer卸载(推荐)
在 Magento 2 根目录下运行以下命令
php bin/magento module:uninstall Impact_Integration
2. 手动卸载模块
在删除 Impact/Integration
文件夹之前,请转到商店 -> 配置 -> Impact 设置,然后点击手动卸载配置选项卡中的卸载按钮。
移除在 app/code/Impact/Integration
中创建的 Impact/Integration
。
在 Magento 2 根目录下运行以下命令
php bin/magento setup:upgrade
php bin/magento setup:di:compile
如果您在生产模式下运行Magento,您必须部署模块的静态文件
php bin/magento setup:static-content:deploy
完成
php bin/magento cache:flush
php bin/magento cache:clean