London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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
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.
hello
I have the same problem, can you please give me your solution ?!
Thank you
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.