|
Home > Archive > Content Selection Framework > January 2005 > Nullifying the discount calculated by discount coupon
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 |
Nullifying the discount calculated by discount coupon
|
|
|
| Hi,
The Requirement in my project is like this:
User can enter a Promotional coupon and see the discounted price by using
calculate button without purchasing.
User has the option to modify the discount coupon details and check the
price. Thus each time when the user is entering a new coupon code we need
to nullify the discount applied by the previous coupon and process with
the new coupon and show the discount only for the new coupon.
For achieving this after processing the order form in basket pipeline for
the first coupon, I am removing the coupon from OrderForm[“promo_codes”]
| |
| David Messner [MSFT] 2005-01-13, 5:51 pm |
| Answered in the other (complete) post to this newsgroup.
-djm
--
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All rights
reserved.
--------------------
From: "Jimut" <jimutbasa@yahoo.com>
Newsgroups: microsoft.public.commerceserver.campaigns_csf
Subject: Nullifying the discount calculated by discount coupon
Date: Fri, 07 Jan 2005 15:48:47 -0500
Organization: www.talkaboutsoftware.com
Message-ID:
< 9398b09dd4376a354b3358f8ac4f77f2@localho
st.talkaboutsoftware.com>
X-Newsreader: www.talkaboutsoftware.com
Content-Type: text/plain;
X-Complaints-To: abuse@supernews.com
Lines: 14
Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!news.glorb.com!sn-xit-04!sn-xit-12!sn-xit-06!sn-p
ost-01!supernews.com!corp.supernews.com!not-for-mail
Xref: cpmsftngxa10.phx.gbl
microsoft.public.commerceserver.campaigns_csf:2978
X-Tomcat-NG: microsoft.public.commerceserver.campaigns_csf
Hi,
The Requirement in my project is like this:
User can enter a Promotional coupon and see the discounted price by using
calculate button without purchasing.
User has the option to modify the discount coupon details and check the
price. Thus each time when the user is entering a new coupon code we need
to nullify the discount applied by the previous coupon and process with
the new coupon and show the discount only for the new coupon.
For achieving this after processing the order form in basket pipeline for
the first coupon, I am removing the coupon from OrderForm["promo_codes"]
|
|
|
|
|