允许优惠券仅使用一次 [英] Allowing a coupon to be used only once

查看:123
本文介绍了允许优惠券仅使用一次的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们的CS客户为其网站发送了一些带有优惠券代码的营销材料。 事后,他们问我是否可以创建此优惠券,以便每个客户只能使用一次。 有没有办法设置它? 如果
我知道这将要完成,我会创建一批代码供他们分发给他们的客户。


 


谢谢。

解决方案

1。如果CS客户向每个客户发送了不同的代码,您可以使用Marketing Manager将代码作为私人优惠券导入。


2。如果CS客户向每个客户发送相同的代码,那么当您实际需要私人优惠券时,这实际上是公共优惠券。您可以执行以下操作:


a。使用优惠券时,写一些代码在配置文件中设置一个标志,在申请折扣前检查标志,如果已经设置,则取消。


或b。创建私人优惠券。在将代码交给Commerce Server之前,写一些代码将优惠券代码从公共优惠券转换为私人优惠券代码。


您可能还想尝试将公共代码作为私人代码导入,但我认为如果您导入相同代码的多个实例,营销经理会抱怨,但值得快速尝试,如果您在导入数据库后切换数据库
中的实际代码,CS可能不会注意到。 / p>


Our CS customer sent out some marketing material with a coupon code on it for their website.  After the fact they ask me if it is possible to create this coupon so that each customer can only use it once.  Is there a way to set this up?  If I had known this was going to be done, I would of created a batch of codes for them to distribute to their customers.

 

Thanks.

解决方案

1. If the CS customer sent a different code to each customer you can import the codes as private coupons using Marketing Manager.

2. If the CS customer sent the same code to each customer, this is in effect a public coupon when you actually needed a private coupon. You could do the following:

a. Write some code to set a flag in the profile when the coupon is used, check the flag before appying the discount and cancel if it already set.

or b. Create a private coupon. Write some code that converts the coupon code from a public coupon to a private coupon code before handing the code to Commerce Server.

You may also want to try importing your public code as a private code, but I think Marketing Manager will complain if you import multiple instances of the same code, but it is worth a quick try, CS may not notice if you switch the actual codes in the database after they have been imported.


这篇关于允许优惠券仅使用一次的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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