Take the community feedback survey now.
Take the community feedback survey now.
Here is a set of few useful queries that we have been using since CMS 5 internally for debugging and improving customer experience. I have not tested these with CMS 7. List All Web Pages with Their Properties and Current Values Below Query can hel...
Issue: User was getting unexpected search results for products, e.g. with a search key word ‘Sate’ he was getting same result as for ‘Site’. Although for most of the clients they will happy with these results but this particular client was unhappy...
We have a requirement for our client that he can masquerade user and can create a new cart based on some existing Purchase Order(e.g. for damaged/lost orders). Option 1: Get The OrderForm and other objects from PurchaseOrder and assign it to new...
Below function can help you to retrieve PageData object of some CatalogNode without effecting performance. private PageData FindPageByCatalogNode(CatalogNode catalogNode) { string text = (catalogNode.ParentNode != null)...
There are some instances when we need to know the Parent nodes of a Page based on [catalogue] Product Listing. E.g. I have a scenario when we are setting up header menus for products. Editor can select a parent Node for display child nodes as...