|
Home > Archive > Content Selection Framework > June 2006 > Discount for site registration
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Discount for site registration
|
|
|
| I'm using FP1 Discount Manager and I'm looking for a way to provide a one
time $20 off a purchase of $100 or more for client who registers on the site.
Has anyone setup this kind of discount before?
| |
| WenJun Zhang[msft] 2006-04-27, 7:26 am |
| Thank you for posting!
This is a quick note to let you know that I am researching your issue and
will get back to you as soon as possible.
Best regards,
WenJun Zhang
Microsoft Online Partner Support
This posting is provided "AS IS" with no warranties, and confers no rights.
| |
| WenJun Zhang[msft] 2006-04-27, 7:26 am |
| Hi,
I think to achieve this, you may have to create your own pages or at least
add some code in the registration process. Take the advantage of FP1's new
coupon (promotion code) feature to deliver the coupons to the new
registered users(you may consider to place these kind of users in a special
temp group).
Please refer to:
Andy Xu's weblog: Commerce Server, .net and more
http://blogs.msdn.com/yuxiangxu/arc.../22/162147.aspx
Best regards,
WenJun Zhang
Microsoft Online Partner Support
This posting is provided "AS IS" with no warranties, and confers no rights.
| |
| J.F. Larente 2006-06-15, 12:23 pm |
| The other way to do this without worrying about coupons is to look at the
Profile System (UserObject) for the "Registered Date" and comparing that
against today's date (assuming you want to give them the discount at the
time of registration only to drive the sale right away).
Otherwise, a "private" coupon can be used. There is a bit more work involved
in doing the latter however.
J.F. Larente
""WenJun Zhang[msft]"" <wjzhang@online.microsoft.com> wrote in message
news:zgcHkYRZGHA.1232@TK2MSFTNGXA01.phx.gbl...
> Hi,
>
> I think to achieve this, you may have to create your own pages or at least
> add some code in the registration process. Take the advantage of FP1's new
> coupon (promotion code) feature to deliver the coupons to the new
> registered users(you may consider to place these kind of users in a
> special
> temp group).
>
> Please refer to:
>
> Andy Xu's weblog: Commerce Server, .net and more
> http://blogs.msdn.com/yuxiangxu/arc.../22/162147.aspx
>
> Best regards,
>
> WenJun Zhang
> Microsoft Online Partner Support
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
| |
| J.F. Larente 2006-06-15, 1:19 pm |
| The other way to do this without worrying about coupons is to look at the
Profile System (UserObject) for the "Registered Date" and comparing that
against today's date (assuming you want to give them the discount at the
time of registration only to drive the sale right away).
Otherwise, a "private" coupon can be used. There is a bit more work involved
in doing the latter however.
J.F. Larente
""WenJun Zhang[msft]"" <wjzhang@online.microsoft.com> wrote in message
news:zgcHkYRZGHA.1232@TK2MSFTNGXA01.phx.gbl...
> Hi,
>
> I think to achieve this, you may have to create your own pages or at least
> add some code in the registration process. Take the advantage of FP1's new
> coupon (promotion code) feature to deliver the coupons to the new
> registered users(you may consider to place these kind of users in a
> special
> temp group).
>
> Please refer to:
>
> Andy Xu's weblog: Commerce Server, .net and more
> http://blogs.msdn.com/yuxiangxu/arc.../22/162147.aspx
>
> Best regards,
>
> WenJun Zhang
> Microsoft Online Partner Support
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>
>
|
|
|
|
|