需要创建折扣,允许某些用户使用折扣但阻止其他用户 [英] Need to create a discount that allows some users to use discount but block others

查看:63
本文介绍了需要创建折扣,允许某些用户使用折扣但阻止其他用户的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个折扣,允许匿名用户使用折扣优惠券代码。 当他们进入购物篮并使用优惠券时,产品需要20%的折扣。

I have a discount that allows anonymous users to use a discount voucher code.  When they enter the basket and use the voucher it takes 20% off the products.

如果匿名用户有个人帐户,他们可以登录并且折扣仍然适用(这是正确的)因为此折扣适用于访客和个人用户)

If the anonymous user has a personal account they can log in and the discount is still applied (which is correct as this discount is for guest and personal users)

如果匿名用户登录并拥有商业帐户,则会删除此折扣并仅应用标准的10%折扣。

If the anonymous user logs in and has a business account it removes this discount and only applies the standard 10% off.

我已经能够通过使用相同的优惠券代码创建两个折扣来创建它。 一个用于个人用户,另一个用于匿名用户和这些工作。 只要我取消选中"交互"选项卡上的所有
框并更改折扣优先级,系统上的业务帐户就可以运行。

I have been able to create this, by creating two discounts using the same coupon code.  One is for personal users and the other is for anonymous users and these work.  The business account which is on the system works as long as I uncheck all the boxes on the Interaction tab and change the discount priorities.

问题是有时候商业帐户折扣可以与其他折扣券一起使用,因此我需要确保它不适用于个人/客人折扣,但可以使用其他折扣。

Problem is that sometimes the business account discount can be used with other discount coupons therefore I need to make sure that it doesn't work with the personal/guest discount but work with other discounts.

这是否可行,如果可行,怎么办?我让这个工作? 谢谢。

Is this possible and if so how do I get this to work?  Thanks.

推荐答案

如果我理解正确,你可以通过以下方式做你想做的事:

If I understand you correctly, you can do what you want by doing the following:


  • 帐户类型 (例如商家|个人)添加到
    用户对象 
    定位档案
  • 为每个
    帐户类型定位表达式 >(如果你把它作为一个全局表达式,你可以重复使用它。)
  • 设置20%折扣  资格全球表达
    到你的个人表达。
  • 将<10%折扣  资格全球表达设置为您的商家表达式。
  • 首次识别时,在您的网站上设置用户对象  帐户类型 fy帐户(来自之前的cookie,登录等)。
  • Add Account Type (e.g. Business|Personal) to your User Object Targeting Profile.
  • Create a Targeting Expression for each Account Type (if you make it a global expression you can re-use it).
  • Set the 20% off discount Eligibility Global Expression to your Personal expression.
  • Set the 10% off discount Eligibility Global Expression to your Business expression.
  • Set the User Object Account Type on your site when you can first identify the account (from previous cookie, login, etc).

这种方法可以做你想要的,而不需要搞乱互动。

This approach should do what you want, without the need to mess with interactions.


这篇关于需要创建折扣,允许某些用户使用折扣但阻止其他用户的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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