thijsvandberg/yireo_checkouttester2

适用于 Magento 2 的结账测试器

安装: 26

依赖项: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 21

类型:magento2-module

0.0.4 2017-06-21 15:25 UTC

This package is not auto-updated.

Last update: 2024-09-29 03:15:27 UTC


README

主页: http://www.yireo.com/software/magento-extensions/checkout-tester-2

要求

  • Magento 2.0.0 稳定版
  • Magento 2.1.0 稳定版

安装

我们推荐使用 composer 来安装此软件包。将我们的免费 composer 仓库添加到您的 Magento 2 安装中

composer config repositories.yireo-free composer https://satis.yireo.com

接下来,使用以下命令安装我们的模块

composer require yireo/yireo_checkouttester2

接下来,将新模块安装到 Magento 中

  • 运行 php -f bin/magento module:enable Yireo_CheckoutTester2
  • 运行 php -f bin/magento setup:upgrade
  • 清除 Magento 缓存
  • 商店 > 配置 > 高级 > Yireo 结账测试器 下配置设置
  • 完成

单元测试

此扩展没有附带单元测试。