Below is summary of issue that we have faced in upgrading different sites from R2 to R2SP1 and R2SP2. Basic steps http://world.episerver.com/Documentation/Items/Installation-Instructions/EPiServer-Commerce/Upgrading-EPiServer-Commerce-from-version...
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)...