在产品上应用基于数量的折扣 [英] Applying Quantity based Discounts on a Product

查看:60
本文介绍了在产品上应用基于数量的折扣的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

您好,


我的要求是对所有产品应用最低数量折扣(我在产品级别有一个IsDiscountEligible标志)。


为此,我创建了一个CatalogExpression,如下所示


Product.IsDiscountEligible = True。


在折扣定义中,我选择了GlobalExpresssion并选择了我之前创建并输入数量的表达式。


在接收奖励中,我希望仅将此折扣应用于满足最小数量条件且Product.IsDiscountEligible = True的产品。


我必须选择哪个项目?我做得对吗?


还有一个要求是根据UserType应用所有这些。但这可以在上述功能实现之后。


如果是,请不要忘记将其标记为答案。谢谢Gags

解决方案

您的假设看似正确....您描述的情景应该有效...如果它没有按预期工作我会建议检查篮子管道上的管道日志,了解发生了什么......


如果您需要更多帮助,请告诉我。


Stelio


Hi,

My requirement is to apply a Minimum quantity discount on all products( I have a IsDiscountEligible flag at the Product level).

For this i created a CatalogExpression like below

Product.IsDiscountEligible= True.

In the Discount definition i selected GlobalExpresssion and selected the expression that i created earlier and entered the quantity.

In the Receive Award i want to apply this discount only to the Products where minimum Quantity condition is met and Product.IsDiscountEligible= True.

Which item do i have to Select to do that? Am i doing correct ?

One more requirement is to apply all of this based on UserType. but this can be once above functionality is achieved.


Please do not forgot to mark it as an answer if it is. Thanks Gags

解决方案

your assumptions seem correct.... the scenario that you described should work... if it's not working as expected I would reccomend to check the pipeline logs on the basket pipeline to understand what's going on....

let me know if you need more help.

Stelio


这篇关于在产品上应用基于数量的折扣的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆