pricing:一个用于处理价格的库

时间:2024-06-02 15:25:57
【文件属性】:

文件名称:pricing:一个用于处理价格的库

文件大小:31KB

文件格式:ZIP

更新时间:2024-06-02 15:25:57

PHP

blesta /定价 一个用于处理价格的库。 支持: 单价 物品价格单价,可能包含折扣和税金 打折 百分比 固定金额 税收(含税,不含税) 包容性和排他性 按顺序施用或复合施用 物品收集 迭代商品价格 总计合计超过商品价格 安装 通过composer安装: composer require blesta/pricing 基本用法 单价 use Blesta \ Pricing \ Type \ UnitPrice ; $ price = new UnitPrice ( 5.00 , 2 , "id" ); $ price -> setDescription ( "2 X 5.00" ); $ unit_price = $ price -> price (); // 5.00 $ qty = $ price -> qty (); // 2 $ total = $ price -> t


【文件预览】:
pricing-master
----src()
--------Collection()
--------Total()
--------Description()
--------PricingFactory.php(2KB)
--------Modifier()
--------Type()
----phpunit.xml.dist(821B)
----ruleset.xml(209B)
----.travis.yml(336B)
----README.md(9KB)
----tests()
--------Unit()
----.gitignore(31B)
----composer.json(829B)

网友评论