sandstein / magento2-module-negative-price-options
本模块允许产品选项的负偏差,例如活动的儿童折扣
dev-master
2020-09-08 08:16 UTC
Requires
- php: ~7.0||~7.1||~7.2||~7.3||~7.4
- magento/framework: ^101.0.0||^102.0.0||^103.0.0
Requires (Dev)
- magento/magento-coding-standard: @dev
- pds/skeleton: ^1.0
- phpro/grumphp: ^v0.21.0
- phpstan/phpstan: ^0.12.0
- phpunit/phpunit: ^6.0|^9.0
- roave/security-advisories: dev-master
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-09-08 16:55:00 UTC
README
本模块允许产品选项的负偏差,例如活动的儿童折扣
安装
-
使用composer将此模块安装到您的Magento 2项目中
composer require sandstein/magento2-module-negative-price-options -
启用模块
bin/magento setup:upgrade
配置
使用方法
变更日志
有关最近更改的更多信息,请参阅CHANGELOG
贡献
有关详细信息,请参阅CONTRIBUTING
测试
单元测试
vendor/bin/phpunit tests/unit
Magento集成测试
-
在
dev/tests/integration/etc/install-config-mysql.php中配置测试数据库。有关更多信息,请参阅Magento文档 -
将包中的
tests/integration/phpunit.xml.dist复制到您的Magento安装中的dev/tests/integration/phpunit.xml -
在该目录中,运行
../../../vendor/bin/phpunit
安全
如果您发现任何安全相关的问题,请通过电子邮件wilfried.wolf@sandstein.de联系,而不是使用问题跟踪器。
致谢
许可证
MIT许可证(MIT)。有关更多信息,请参阅许可证文件