| David Lott [MSFT] 2005-12-19, 5:55 pm |
| Hi Kirk,
Are you referring to a promocode/coupon rather than a discount?
If so, you probably have a problem with you site code that is caching the
promocode incorrectly. Look at "Implementing Promotion Codes" in Commerce
Server 2002 FP1 Help for an example of how this should be implemented.
This should help you understand how your system is implementing promocodes.
Thanks,
David Lott
Microsoft
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.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
NNTP-Posting-Date: Fri, 09 Dec 2005 11:42:43 -0600
Subject: Discount being applied to everyone
From: kirksmithson@hotmail-dot-com.no-spam.invalid (Smitty200)
Newsgroups: microsoft.public.commerceserver.campaigns_csf
We have a discount that is applied to every customer who comes to the
site after one person has entered it and applied it to there order.
The code for some reason is staying active and auto applying to every
customer after one person enters it. I am new to commerce and did not
do any of the code for the site. I have figured out some stuff on my
own and managed to fix a few problems but this one escapes me. I have
found a line in web.config that tells me that the discounts are being
applied from discount manager and not bizdesk.
<cache name="Discounts"
type="MarketingDiscounts" refreshInterval="900"
retryInterval="30"/>
Could it be that the refreshinterval or retry interval is to high or
too low? Any advice you can give would be appreciated.
Thanks
Kirk
|