Exception when adding/updating cart or listing cart items, problem with workflow
Hi!We are running Commerce 11.2.2 and are still using workflows. We just found out that exceptions are caught when we run the CartValidate workflow.Our code:public bool AddToCart(string code, decimal...
View ArticleUpdate all packages to support Newtonsoft.Json v12
Newtonsoft.Json is now in v12, it would be nice to be able to update to that version so please fix all your packages that has dependency to this to work with version 12
View ArticlePutting 2 contentarea side-by-side
Hi, I am new on Episerver. This is my 1st project. I may be asking a very simple question.I am puttting 2 content areas side-by-side.<div class="row">@Html.PropertyFor(x =>...
View ArticleNull exception in commerce controller
I am trying to create controller fro commerce as explained in the link below. However, I am getting NULL exception in the parameter of action. e.g. currentContent is null inpublic class...
View ArticleCMS edit pages redirect issue
Hi Team,I have a requirement of displaying child pages into grid format instead of out-of-box content tree structure. So i have implemented the logic in parent page type and getting all children pages...
View ArticlePartialRouter for Simple Address
Hi!I'm quite new to EPi - working about half a year, and most of issues I had, was successfully solved with help of this forum and some EPi related blogs (jondjones; mathiaskunto). This time I'm having...
View Article[v12.10 -> 12.16] Legacy Promotions - Code column missing from UI after upgrade
Hi,I've just upgraded our Commerce Manager and Commerce Manager Core packages from 12.10 to 12.16 and it seems that the column that would normally house the promotional code in the legacy promotion...
View ArticleExclude specific catalog entries from a Promotion
Hello everybody,A customer I'm working on has for a while asked us to implement a feature where they can create a promotion, select which content they want to be the condition and then select some...
View ArticleEPiServer.CMS.UI 11.14.0 Cannot Read Property "ContentData" of Null error
I got this same error after updating to EPiServer.CMS.UI 11.14.0. It is preventing the publish menu from dropping down...
View ArticleSuspicious cast there is no type in the solution which is inherited from both...
Hi all,the code below causes "Suspicious Cast" warning. Nevertheless everything works.if(contentRepository.TryGet<FormContainerBlock>(copyContentEventArgs.ContentLink, out var...
View ArticleInvalid cast in Commerce Manager after update from 11.2.5 to 11.8.5
Hi all,After upgrading from Commerce 11.2.5 to 11.8.5, which should not contain any breaking change, we get the following error in Commerce Manager when trying to create a return. Anyone seen this...
View ArticlePromotions : excluding certain line items from promotions
Hello everybody, I have a requirement on a project I'm working on whereby pricing information for products can be pulled in one of two ways:Via a list price configured in EPi itselfVia a "special"...
View Articlehow the order promotion is applied?
Hi Team,I have created order promotion(spend 500 get 5% off), item promotion(buy 20 item get 28% off) and both promotions are applied to one order.case1: order promotion as a high priority.I got the...
View ArticleServer rendering HTML with Javascript
It gets more and more popular for every day to render HTML with JavaScript libraries such as Knockout, React, Angular, etc. It's also getting more popular and viable to execute that JavaScript on the...
View ArticlePossible to hide block header?
When using a block as a property for a page or another block. Is it possible to hide the header so that the block appears like a just a list of properties?At the moment I have a blocktype called...
View ArticleRemove Catalog name from product URL
HiReally looking for some help on this one. I followed this post and can't seem to get rid of the catalog-name in the product URL. Is there a different way to do this?Please help!RegardsFarhad
View ArticleAdd the "Submitted from" value to email sent by Forms?
Hi!In the Forms data there is a column called "Submitted from". Is it possible the get that value in the email that is sent?Or how can you otherwise make sure that you know from which page the form was...
View Articleproperties
Hi Does anyone have a COMPLETE example of creating a custom property in CMS? Specifically, this samishleather online store I want to create drop down list of options. Thanks
View ArticleConvert single page PageType to another PageType programically
Hello,i found the topic https://world.episerver.com/forum/developer-forum/-Episerver-75-CMS/Thread-Container/2018/5/convert-page-type-to-another-page-type-programmatically/ where there is described...
View ArticleCustom file drag and drop property with uploading progress bar in editor page.
Hi developers,I am a beginner here. I am trying to create a page with custom property where it wants to allows the editor to drag and drop a file. While uploading I need to show the progress bar of...
View Article