天天看点

Hybris订单价格的折扣维护

backoffice里创建一个新订单,维护一个行项目,添加一个产品:

在行项目的SubTotal界面,维护Base Price,在Discount values字段里,输入折扣信息:discount: 10.00%:

回到order界面,点击重新计算价格的按钮,就能看到1 * 10 = 9 美元的信息了,说明折扣已经生效。

参考了这个SAP帮助文档:

帮助文档路径:Commerce Platform Module->Commerce Platform Module Implementation->Ordering, Payment and Pricing Standards->Price, Tax and Discount Calculation->europe1 Extension->Editing Tax and Discount Values of an Order in Backoffice

继续阅读