Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Catalog browser displaying empty nodes

Vote:
 

I have a fresh Commerce installation where I have imported the catalog from the Clicktalk sample.

When I create a first page containing a catalog browser, the tree comes up with empty nodes (in edit mode).

 

The site is running in .Net 4, but so is also my clicktalk instance where the browser works fine.

There's no script errors in the IE console, and elmah reports no exceptions.

#58256
Apr 16, 2012 12:14
Vote:
 

I dont believe commerce works with .net 4. Also be sure to set the pagetypes in commerce settings and set the catalogs to be available

/Jacob

#58263
Apr 16, 2012 16:17
Vote:
 

PageTypeBuilder is .Net 4 i believe, so that's what we've chosen.

If I change CatalogNodeBrowser.aspx.cs from 
XmlNode newChild = this.CreateXmlNode(p["NodeName"] as string, p.PageLink.ToString(), false, true);
to
XmlNode newChild = this.CreateXmlNode(p.PageName as string, p.PageLink.ToString(), false, true);
I get the name showing (for the first level).

The catalogs are available. 

I'm not sure what you mean by pagetypes.

 

#58266
Edited, Apr 16, 2012 17:59
Vote:
 

It was the page types. :)

Thank you very very much!

#58267
Apr 16, 2012 20:26
Vote:
 

hello

I have the same problem, can you please give me your solution ?!

Thank you

#70588
Apr 23, 2013 15:39
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.