mse-sv3n / m1-4-digit-price
以四位数字存储价格
2.0.0
2020-06-20 04:44 UTC
Requires
- php: >= 7.1
This package is auto-updated.
Last update: 2024-09-20 14:40:40 UTC
README
事实
描述
将价格精度从2位提升到4位。
需求
- PHP >= 7.1.0
兼容性
- Magento >= 1.5
安装
- 通过modman
modman clone https://github.com/sreichel/magento-StackExchange_4DigitPrice.git
- 通过composer(推荐)
composer require mse-sv3n/m1-4-digit-price
注意: 如果您的PHP版本低于v7.1,您必须使用1.x版本
composer require mse-sv3n/m1-4-digit-price:^1.0
卸载
- 通过modman
modman remove magento-stackexchange-4digitprice
- 通过composer
composer remove mse-sv3n/m1-4-digit-price
支持
如果您对扩展有任何问题,请在GitHub上提交问题。
贡献
任何贡献都将被高度赞赏。最佳代码贡献方式是在GitHub上发起拉取请求。