maatoo / mto-magento2
maatoo for Magento 2
1.6.0
2024-04-26 09:16 UTC
Requires
- php: >=7.4.0
- magento/framework: ~102||~103
- symfony/lock: *
- dev-master
- 1.6.0
- 1.5.3
- 1.5.2
- 1.5.1
- 1.5.0
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.1
- 1.3.0
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.0
- dev-feature/magento2.3.3-compat
- dev-feature/prepare-configurations-in-admin-panel-for-cron-schedule
- dev-bugfix/write-logs-only-with-debug-mode-master
- dev-bugfix/write-logs-only-with-debug-mode
- dev-bugfix/2.4.6-Magento-Compatibility
- dev-feature/batch-updating-data
- dev-feature/magento2.3.3-batch-updating-products-and-new-category-logic
- dev-bugfix/magento2.3.3-fix-order-lines
- dev-feature/batch-product-updating
- dev-bugfix/issue-with-validating-custom-options-in-the-product
- dev-feature/preferred_locale
- dev-feature/php73-compat
- dev-feature/field-enhancements
- dev-bugfix/order_lines_sync_issue
- dev-feature/locking
- dev-feature/variant-products
- dev-feature/full-sync
This package is auto-updated.
Last update: 2024-09-18 08:45:00 UTC
README
先决条件
为了运行 maatoo for Magento 2,需要以下组件
- PHP 7.4 或更高版本
- Magento 2.3 或 Magento 2.4
此扩展仅在 Magento 社区版上进行了测试。如果您想在 Adobe Commerce Cloud 上运行它,请联系 support@maatoo.io
安装
安装扩展
要安装 maatoo 扩展代码库到 Magento 2,请使用 composer
composer require maatoo/mto-magento2 --no-update
有关更多信息及详细说明,请参阅官方 Adobe 文档:https://experienceleague.adobe.com/docs/commerce-operations/installation-guide/tutorials/extensions.html
激活扩展
请确保备份您的安装(数据库和文件)。我们还强烈建议您首先在预发布或开发实例上测试扩展,并验证商店结账是否有意外行为。
要激活扩展,运行以下命令(如需,请调整到您的常规程序)
bin/magento maintenance:enable
bin/magento module:enable Maatoo_Maatoo
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento maintenance:disable
配置
扩展安装并激活后,继续进行配置。
基本配置
- 打开 Magento 后端并转到 maatoo -> 配置
- 确保选择「默认配置」范围
- 将「启用此解决方案」更改为「是」
- 输入从 maatoo 团队提供的 Maatoo URL、用户和密码
- 点击「保存」
- 切换到您的网站范围并将「启用此网站」更改为「是」:
- 对需要激活扩展的每个网站重复第 6 步
高级配置
待定
启用持久购物车
maatoo 可以发送遗弃购物车提醒。要使在线购物者能够通过点击电子邮件提醒来恢复遗弃的购物车,需要在 Magento 中启用持久购物车。要启用持久购物车,请执行以下操作
- 转到 Magento 2 管理面板中的常规 -> 网页
- 转到客户 -> 持久购物车
- 将「启用持久性」设置为「是」
- 保存并清除缓存
更新扩展
请确保备份您的安装。我们还建议在预发布或开发实例上测试更新的扩展。
要更新扩展,请使用 composer
composer update maatoo/mto-magento2
然后刷新 Magento
bin/magento maintenance:enable
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy -f
bin/magento maintenance:disable