sandstein/magento2-module-negative-price-options

本模块允许产品选项的负偏差,例如活动的儿童折扣

安装: 1

依赖关系: 0

建议者: 0

安全: 0

星标: 0

关注者: 1

分支: 0

开放问题: 0

语言:Shell

类型:magento2-module

dev-master 2020-09-08 08:16 UTC

This package is auto-updated.

Last update: 2024-09-08 16:55:00 UTC


README

Latest Version on Packagist Software License Build Status Supported Magento Versions

Coverage Status Quality Score Maintainability

本模块允许产品选项的负偏差,例如活动的儿童折扣

安装

  1. 使用composer将此模块安装到您的Magento 2项目中

    composer require sandstein/magento2-module-negative-price-options
    
  2. 启用模块

    bin/magento setup:upgrade
    

配置

使用方法

变更日志

有关最近更改的更多信息,请参阅CHANGELOG

贡献

有关详细信息,请参阅CONTRIBUTING

测试

单元测试

vendor/bin/phpunit tests/unit

Magento集成测试

  1. dev/tests/integration/etc/install-config-mysql.php中配置测试数据库。有关更多信息,请参阅Magento文档

  2. 将包中的tests/integration/phpunit.xml.dist复制到您的Magento安装中的dev/tests/integration/phpunit.xml

  3. 在该目录中,运行

    ../../../vendor/bin/phpunit

安全

如果您发现任何安全相关的问题,请通过电子邮件wilfried.wolf@sandstein.de联系,而不是使用问题跟踪器。

致谢

许可证

MIT许可证(MIT)。有关更多信息,请参阅许可证文件