| Author |
Promotion Codes and OrderForm
|
|
| agindian 2004-12-29, 7:49 am |
| I have set up a discount and associated a Public Coupon with it.
Kindly let me know how do I associate the Coupon Value with the
OrderForm.In the OrderForm the value of the item should be reduced by
the amount specified in the Coupon.
Code snippets will be greatly useful as I am a newbie to Comm Server.
Thanking you in advance
| |
| David Messner [MSFT] 2004-12-29, 5:52 pm |
| This is documented (complete with a comprehensive code sample) in the FP1
documentation.
\Developer's Guide\
Developer Concepts and Tasks\
Marketing System\
Implementing Promotion Codes
Let me know if you need further assistance.
regards
-djm
--
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2004 Microsoft Corporation. All rights
reserved.
--------------------
From: "agindian" <aniltom01@yahoo.com>
Newsgroups: microsoft.public.commerceserver.campaigns_csf
Subject: Promotion Codes and OrderForm
Date: Wed, 29 Dec 2004 06:41:44 -0500
Organization: www.talkaboutsoftware.com
Message-ID:
< f30681b6ecf5a7d2ec69e0a327d9424f@localho
st.talkaboutsoftware.com>
X-Newsreader: www.talkaboutsoftware.com
Content-Type: text/plain;
X-Complaints-To: abuse@supernews.com
Lines: 8
Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!frankfurt1.telia.de!newsfeed101.telia.com!nf02.dk
.telia.net!news.tele.dk!news.tele.dk!small.news.tele.dk!sn-xit-03!sn-xit-12!
sn-xit-06!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mai
l
Xref: cpmsftngxa10.phx.gbl
microsoft.public.commerceserver.campaigns_csf:2947
X-Tomcat-NG: microsoft.public.commerceserver.campaigns_csf
I have set up a discount and associated a Public Coupon with it.
Kindly let me know how do I associate the Coupon Value with the
OrderForm.In the OrderForm the value of the item should be reduced by
the amount specified in the Coupon.
Code snippets will be greatly useful as I am a newbie to Comm Server.
Thanking you in advance
| |
| agindian 2004-12-30, 2:46 am |
| Hello David,
Kindly tell me how to obtain the value(price) associated with the
Coupon.
Is there any variable like Cy_oadjust_subtotal??
do I need to manually deduct the value form the OrderForm or
is the OrderFrom automatically updated with the value of the discount
Coupon.
Thanking you in advance
| |
| David Messner [MSFT] 2005-01-05, 5:53 pm |
| You need to use the OrderDiscount component to actually apply the discount
that is associated with the coupon code (OrderDiscount is in the default
basket.pcf files).
See the reference pages in the documentation for OrderDiscount and
RecordPromoCodes components.
-djm
--
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2004 Microsoft Corporation. All rights
reserved.
--------------------
From: "agindian" <aniltom01@yahoo.com>
Newsgroups: microsoft.public.commerceserver.campaigns_csf
Subject: Re: Promotion Codes and OrderForm
Date: Wed, 29 Dec 2004 23:58:26 -0500
Organization: www.talkaboutsoftware.com
Message-ID:
< fd93126e1ed5dee1906778a495ccb569@localho
st.talkaboutsoftware.com>
X-Newsreader: www.talkaboutsoftware.com
Content-Type: text/plain;
References:
< f30681b6ecf5a7d2ec69e0a327d9424f@localho
st.talkaboutsoftware.com>
X-Complaints-To: abuse@supernews.com
Lines: 10
Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!news.glorb.com!tdsnet-transit!newspeer.tds.net!sn
-xit-03!sn-xit-12!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-
for-mail
Xref: cpmsftngxa10.phx.gbl
microsoft.public.commerceserver.campaigns_csf:2951
X-Tomcat-NG: microsoft.public.commerceserver.campaigns_csf
Hello David,
Kindly tell me how to obtain the value(price) associated with the
Coupon.
Is there any variable like Cy_oadjust_subtotal??
do I need to manually deduct the value form the OrderForm or
is the OrderFrom automatically updated with the value of the discount
Coupon.
Thanking you in advance
|
|
|
|