|
Home > Archive > Content Selection Framework > July 2005 > Problem using Discount Manager
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 |
Problem using Discount Manager
|
|
| straza 2005-07-20, 8:47 pm |
| hi,
How to make campaigns and discounts, made in bizdesk, visible in
Discount Manager?
i used CatalogMigrationTool.exe and DiscountMigrationTool.exe to
upgrade this but it didn't work.
another question is, how to use these discounts in my site? because
only those discounts which were made in bizdesk, are applied. does
Discount Manager has other pipelines for this purpose?
Any help is appreciated!!
| |
| David Messner [MSFT] 2005-07-22, 5:50 pm |
|
From the FP1 documentation topic "Implementing Promotion Codes" (Developers
guide\concepts\Marketing):
To ensure that your live Commerce Server system is accessing the newly
installed resources, you need to change one setting in your Web.config
file. Find the <Cache> tag found in your Web.config and change the value of
the type attribute from “Discounts” to “MarketingDiscounts” as follows:
<cache name="Discounts" type="Discounts"
refreshInterval="0" retryInterval="30" />
to:
<cache name="Discounts" type="MarketingDiscounts"
refreshInterval="0" retryInterval="30" />
This will cause the discounts to be loaded from the new Marketing resource
rather than the old Campaigns resource.
-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.
--------------------
NNTP-Posting-Date: Wed, 20 Jul 2005 19:32:21 -0500
Subject: Problem using Discount Manager
From: straza@itimpk-dot-com.no-spam.invalid (straza)
Newsgroups: microsoft.public.commerceserver.campaigns_csf
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit
User-Agent: newsSync (Commerce Server) 6015
Message-ID: <NPydnY0RJvGLcEPfRVn_vA@giganews.com>
Date: Wed, 20 Jul 2005 19:32:22 -0500
Lines: 1
X-Trace:
sv3-PRBDfdP633mEqHYnLHuuSlvKcPbxsYNt1WCi/B3Ot0zGm5/mWf+0L6keXy2W+MllGCkWiZdb
1ilesJY!34uZzjTAMdcNWP6Ovp//1v8FV2jJSp2FJTFzieDIu8A/CGLbNln3Y/Bim4h+
X-Complaints-To: abuse@giganews.com
X-DMCA-Notifications: http://www.giganews.com/info/dmca.html
X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers
X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your
complaint properly
X-Postfilter: 1.3.32
Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onli
ne.de!border2.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.gigan
ews.com!local01.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail
Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.commerceserver.campaigns_csf:692
X-Tomcat-NG: microsoft.public.commerceserver.campaigns_csf
hi,
How to make campaigns and discounts, made in bizdesk, visible in
Discount Manager?
i used CatalogMigrationTool.exe and DiscountMigrationTool.exe to
upgrade this but it didn't work.
another question is, how to use these discounts in my site? because
only those discounts which were made in bizdesk, are applied. does
Discount Manager has other pipelines for this purpose?
Any help is appreciated!!
|
|
|
|
|