|
Home > Archive > Commerce Server General > October 2005 > Verisign Component in StarterSite
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 |
Verisign Component in StarterSite
|
|
| cgruber 2005-10-07, 6:03 pm |
| Hi all,
Since Verisign's component is built for the RetailSite and not the
StarterSite, it is looking for Dictionary values that do not exist.
e.g. _shipping_carrier
What is the best way to add these fields into the dictionary?
Thanks,
Chris
| |
| Nihit Kaul [MSFT] 2005-10-24, 10:38 am |
| Hi Chris,
Probably best to contact Verisign to figure this out. As ageneral rule
though you can simply add the required keys on the objects as indexer
properties before invoking the pipelines. For e.g. on the OrderForm or
LineItem (depending on where the key is needed), you do:
OrderForm of = myBasket.OrderForms[0];
of["MyCustomKey"] = "MyCustomValue";
Thanks,
Nihit Kaul[MSFT]
Commerce Server
http://blogs.msdn.com/nihitk
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
--------------------
NNTP-Posting-Date: Fri, 07 Oct 2005 11:42:58 -0500
Subject: Verisign Component in StarterSite
From: cgruber@bgnet.bgsu-dot-edu.no-spam.invalid (cgruber)
Newsgroups: microsoft.public.commerceserver.general
Mime-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-15
Content-Transfer-Encoding: 8bit
User-Agent: newsSync (Commerce Server) 7370
Message-ID: <9MmdnfgrL68OONveRVn_vA@giganews.com>
Date: Fri, 07 Oct 2005 11:42:59 -0500
Lines: 1
X-Trace:
sv3- 4FreXHA1sbxAnyXaYY+G7ex22Rv6wNWDmdFGxsYW
8wNz8aV3Y2BAXvi3zRf7jwXKG0XqKzZ0
DWGzVMr!dMhjUm9+0TOV/ fGDc45+M3S6Ibsw5leaDlfeNWMwMFQcf5yPqQe03
/l5/Zqv
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!TK2MSFTFEED02.phx.gbl!tornado.fastwebnet.it!tiscali!ne
wsfeed1.ip.tiscali.net!proxad.net!216.239.36.134.MISMATCH!postnews.google.co
m!news4.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.n
ntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3656
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi all,
Since Verisign's component is built for the RetailSite and not the
StarterSite, it is looking for Dictionary values that do not exist.
e.g. _shipping_carrier
What is the best way to add these fields into the dictionary?
Thanks,
Chris
|
|
|
|
|