fond-of-spryker/sales
最新稳定版本:2.2.0
Composer 安装命令:
composer require fond-of-spryker/sales
包简介
Extends spryker sales module
README 文档
README
- customize OrderReferenceGenerator
- add TaxRate in the Order Totals
Installation
composer require fond-of-spryker/sales
Configuration
$config[SalesConstants::ORDER_REFERENCE_PREFIX] = 'xxx';
$config[SalesConstants::ORDER_REFERENCE_OFFSET] = 1000;
Remove last separator from prefix e.g. xxx-yyy-1000 => xxx-yyy1000, xxx-1000 => xxx1000
$config[SalesConstants::ORDER_REFERENCE_USE_SEPARATOR_TO_CONNECT_PREFIX_TO_ORDER_NUMBER] = false;
Changelog
2020-05-11 1.0.5 => added config param SalesConstants::ORDER_REFERENCE_USE_SEPARATOR_TO_CONNECT_PREFIX_TO_ORDER_NUMBER for removing last separator from prefix of order number. Default is false and it would not be removed
统计信息
- 总下载量: 22.7k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-09-05