silvercommerce/bulk-pricing
Composer 安装命令:
composer require silvercommerce/bulk-pricing
包简介
Add bulk pricing management to a SilverCommerce install
关键字:
README 文档
README
Adds pricing to products based on the quantity in the order. Allows adding price brackets to products which alter the price when a minimum quantity is ordered.
Each price bracket has a minimum quantity field and a new price field. When the item is added to an order or modified, it will find the bracket with the highest minimum that is below the current quantity and assign that price to the item in the order.
Installation
Install this via composer:
composer require silvercommerce/bulk-pricing
Not using composer? Install composer
Now run dev/build (either via the browser, or using sake).
Configuration
A pricing table can be added in the templates via the '$PricingTable' variable.
统计信息
- 总下载量: 266
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2019-01-09