Re: Getting child categories using a SQLWhereClause
Tue, 1 Nov 2005 10:47:22 -0000
Sorry, my delightful newsreader chopped off the end of my message, it
should have been:
I have obtained, and installed hotfix 883644 (Catalog Search API does
not use SQLWhereClause) as I thought that may be relevant, but that has
not helped. Is the hotfix supposed to fix this issue?
Cheers,
Adam
--- ...
|
Getting child categories using a SQLWhereClause
Tue, 1 Nov 2005 10:30:34 -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 parent category's child
categories using the CatalogSearch API. This is the code I have tried
(C#):
CatalogSearchOptions searchOptions = new CatalogSearchOptions();
searchOptions.ClassTypes = ...
|
Need help with product property permissions using Azman
Mon, 31 Oct 2005 14:31:05 -0800
Hi. We need to set permissions in Azman that will prevent anyone from
editing certain product properties (i.e. Price, etc.). Does anyone know how
this can be done? What Groups, Definitions, Roles, etc. in Azman do I need
to create to support this? I have been told that it can be done, but I can't
find ...
|
Searching across multiple catalogs question
Thu, 27 Oct 2005 20:45:05 -0700
I'm trying to search across mutiple catalogs I pass the catalog collectiion
in to the CatalogSearch object as follows:
CatalogSearch.CatalogNamesCollection =
CommerceContext.Current.GetCatalogsForUser()
I also pass in the names of the properties I want returned. Some of the
catalogs have product defini ...
|
Strange results when using GetChildCategories with Sorting and Paging
Thu, 27 Oct 2005 14:21:34 +0100
Hi,
I am experiencing strange results when using
Category.GetChildCategories(CatalogSearchOptions) from the BCL.
The CatalogSearchOptions has a StartingRecord and RecordsToRetrieve
specified. The SortProperty has also been set to "DisplayName" (a
multi-lingual property).
The results I recei ...
|
Catalog import -The operation has timed-out
26 Oct 2005 04:08:48 -0700
This question is related to CS 2002 and Catalog import with XML.
I sometimes get the "The exception: "The operation has timed-out."
occurred" when I'm calling the WebService that import XML Catalog file.
....
Complete stacktrace: at
System.Web.Services.Protocols.WebClientProtocol.GetWebResponse(WebReque ...
|
Product Relationship in XML Catalog import
26 Oct 2005 03:55:09 -0700
This question is related to CS 2002 and Catalog import with XML.
I'm adding related product to the Catalog XML import feature.
I added this lines to the XML under related products:
<Product ....
<Relationship name="RelatedProduct" targetCatalog="ExBaseCatalog"
targetProduct="XXP2" >
<RelationshipDescript ...
|
|
|
Dummy Question
Tue, 25 Oct 2005 15:13:02 -0700
Hi there,
I am very new to CS. I gotta display information coming from a separate DB,
on the same SQL server running CS.
I read that the best way to do it is with the CatalogManager.SetJoinTable
method. Is it really the best way?
To me it's not good design since I don't even need anything from the p ...
|
Slow fulltext catalog search
24 Oct 2005 07:30:37 -0700
Hello,
I am experiencing an incredibly slow response time with the fulltext
catalog search. My catalog is only 7500 products with 20,000 variants.
Using the catalogmanager search, a search can take up to 10-15
seconds. This is totally unacceptable. I have tried everything I can
think of the speed it up. ...
|
xsl
Fri, 21 Oct 2005 14:59:34 -0400
afternoon all,
does anyone know of any xsl samples for catalog import?
doug
...
|