Keyword search - show categories in results
Wed, 9 Nov 2005 11:41:15 -0800
I am trying to build the /search.asp?keyword to show all the matches and each
sub-category the matches reside in. For example, a search is done for:
"batteries"
and one of the part numbers found using that keyword is in the following
category breakdown:
Tools>Power Tools>Replacement Batteries
I want to ...
|
ExportCatalog: Access is Denied
Mon, 7 Nov 2005 17:55:31 -0500
Has anyone seen this error? I can't seem to find anything in the SQL trace,
past support articles that suggest what the cause could be?
Event Type: Error
Event Source: CS Web Services
Event Category: None
Event ID: 1
Date: 11/7/2005
Time: 5:44:55 PM
Description:
An exception occurred in the 'ExportC ...
|
abonn
Thu, 3 Nov 2005 21:44:28 +0100
...
|
Product Pricing Update - CS2002 FP1
Thu, 3 Nov 2005 07:35:01 -0800
I noticed that when a new product is added to any catalog, there are two
columns cy_list_price and OriginalPrice that have the pricing information. I
assume that the originalprice will remain the same as the price when the
product was added to the catalog. But whenever I update the price of a
product, both ...
|
CatalogWebService not found
2 Nov 2005 13:00:30 -0800
What would cause the catalogwebservice to not be found? I can see it
in the path, yet when I type in the url, it tells me "page cannot be
found". Totally whacked.
Thanks for your time.
...
|
Updating DisplayName property.
2 Nov 2005 09:13:22 -0800
I am building a catalog from scratch using COM+. The process works
very well. Products are added to the catalog. Here is some sample
code.
dim s as string: s = <some id>
Set objProduct = m_ObjCatalog.CreateProduct(m_Definition, Trim$(s), 0)
Set rsP = objProduct.GetProductProperties
With rsP
...
|
Rebuilding Virtual Catalogs
Wed, 2 Nov 2005 08:26:08 -0800
Where can I find info on automating the rebuild of virtual catalog in off
peak times?
...
|
|
|
Paginating product results in a DataGrid
Tue, 01 Nov 2005 19:46:14 -0600
Hello
I have this commerce application that queries the catalog system and
returns a set of rows to the user in a web browser. We are paginating
this resultset with a DataGrid using a DataSet (saving the entire
DataSet in the Session variables), works fine but this scenario will not
work with high load ...
|
Getting child categories using a SQLWhereClause
Tue, 1 Nov 2005 10:51:25 -0000
Hi,
I am using CS2002 FP1, and would like to know if there is a way that I
can use the CatalogSearch API to get a category's child categories using
a SQLWhereClause. This is the code I have tried (C#):
CatalogSearchOptions searchOptions = new CatalogSearchOptions();
searchOptions.ClassTypes = Cat ...
|
Re: Getting child categories using a SQLWhereClause - PLEASE IGNORE
Tue, 1 Nov 2005 10:49:13 -0000
In fact, please ignore this whole thread as the software sent an old
version of the message, I will repost the correct message.
-----Original Message-----
From: Adam Creeger
Posted At: 01 November 2005 10:47
Posted To: microsoft.public.commerceserver.catalog
Conversation: Getting child categories using a ...
|