| Andy Xu[MSFT] 2004-12-08, 5:51 pm |
| Hi, there
There are couple of ways to "publish" your discounts created in Discount
Manager.
1) The main reason that we don't have "publish" button or menu in Discount
manager (as in legacy bizdesk) is that we expect the using application
center to stag approved discounts is the main scenario. Which means,
discounts can be created in the different machines (or domain) from the
production server. In a "data entry" tier, discounts are created and
approved in discount manager app and application center staging with FP1
will stage the approved data and then the cache should be automatically
refreshed. So in short, if your system is deployed in multi-tiers,
applicationi center staging in CS2002 FP1 is the best solution for you.
2) If you are using same server to input the data as well as the deploy the
production, then you can use BDRefresh.aspx or similar code. That means
you need to call CacheManager.RefreshCache("Discounts") or the .NET
equivalent - CommerceCacheModule.CacheCollection["discounts"].Refresh().
You can easily create your own page that does this.
In the future Commerce Server product, we will integrate the "publish
discount" with discount manager, so no matter which way you deploy your
system, one click in the discount manager application should solve the
problem.
HTH,
Andy Xu [MSFT]
Commerce Server Team
--
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this
message are best directed to the newsgroup/thread from which they
originated.
--------------------
From: martinalmroth@hotmail.com (Martin Almroth)
Newsgroups: microsoft.public.commerceserver.general
Subject: Publish campaigns in Discount Manager
Date: 2 Dec 2004 09:37:30 -0800
Organization: http://groups.google.com
Lines: 12
Message-ID: <d3db6b0f.0412020937.419dee62@posting.google.com>
NNTP-Posting-Host: 192.165.111.33
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1102009050 21465 127.0.0.1 (2 Dec 2004 17:37:30
GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 2 Dec 2004 17:37:30 +0000 (UTC)
Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!tornado.fastwebnet.it!tiscali!new
sfeed1.ip.tiscali.net!news.glorb.com!postnews.google.com!not-for-mail
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:15179
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi.
I can't figure out why the discounts that i setup in discount manager
is not published on my site.
I get no error messages, maybe I have missed something during setup.
I can create campaigns and discounts but I have no idea how this is
connected to my site.
Any thoughts or ideas?
The campaignmanager in Bizdesk works. Is there a connection between
these (i guess not) ?
|