Issues with Html.RenderAction after upgrade to 7.19
Hi,We've just upgraded an EPiServer CMS 7 site to the latest version in the '7' branch (7.19).We're experiencing issues with 'RenderAction' calls in our views which call into actions from ordinary...
View ArticleRemoving extra DIVs from EPiServer Content Areas
Hello,This article(https://www.dcaric.com/blog/removing-extra-divs-from-episerver-content-areas) explains how to remove a div when using the helper Html.PropertyFor.In the article it exmplains you...
View ArticleImproved content events for Episerver CMS
Remove the need to cast event args to get relevant information on content events. For instance on the move event you need to cast the ContentEventArg to MoveContentEventArgs to get the...
View ArticleEPiserver Commerce Deleting Product in Code
HiCould someone please provide us the code for deleting products in code.We need to create a scheduled task which picks some expired products and deletes them from the catalogue.ThanksKind RegardsSandeep
View ArticleHow to make a Reference field Searchable in the Contact List in Commerce...
I have a case where the customer wants to be able to search the organization name and find contacts related to the organization. I.e. search for the text "TEST" in the column "Parent Organization"....
View ArticleSupport for the Webforms Editable="false" in MVC PropertyFor
It might be me that is not good at decompiling and googling but I can not seem to find how to use Editable="false" in PropertyFor.The reason I want it is that we use CustomTag and CssClass and stuff...
View ArticleHow to remove property from variant when deleted from code?
How to remove property from variant when deleted from code? I don't want to just unlink but I want to remove from tables like ecfVersionProperty and CatalogContentproperty. I am not sure if a query to...
View ArticleMake Episerver prioritize CMS pages over Commerce catalog-nodes
I'm currently working on a project that uses Episerver CMS and Commerce. We've run into a situation where we would like to show a regular CMS page on a url path that normally leads to a Commerce...
View ArticleMediachase VariantEntry
We use VariantEntry to gather variant data for a Sharepoint connector that gathers data and submits processed documents. I've been getting an error stating the VariantEntry datatype is obsolete, but I...
View ArticleExclude lineitems from order level promotion
Hi,I've been looking around the docs aka DotPeek to try to understand if it's possible to exclude certain lineitems from an order level promotion.The use case is that the customer would like to give...
View ArticleCopy content from 1 cart to another?
I am trying to figure out what is the best way to copy content from cart A to a new cart B.I have a requirement from the customer, that everytime a Dealer clicks Save.The cart should be saved and a new...
View ArticleProperty of list object in page is not hidden even when attributed as [Ignore].
Property of list object in page is not hidden even when attributed as [Ignore]. In the code below, Name is visible in editor as non-editable field. [PropertyDefinitionTypePlugIn]public class...
View Article[Missing text '/headings/heading[@name='Information']/description' for 'English'
I am getting error [Missing text '/headings/heading[@name='Information']/description' for 'English'. I have code like below and when I try to enter data for Student, I get above error message, I can...
View ArticleIgnore descendants from pages with bool property "HideInSearch" = true
Hello,I am new to Episerver Find, which I am implementing instead of SiteSeeker, for a customer.The customer want to be able to choose some pages (with descendants) to not show in the search result....
View ArticleHow to limit word count in XhtmlString property which displays in TinyMCE...
How to limit word count in XhtmlString property which displays in TinyMCE editor?
View ArticleLegacy Cart to Serialized Cart Conversion - LineItem data is missing
Hello,We are on Commerce 11.8.5 and trying to convert from legacy cart to Serialized Cart. After Updating the Code base from Cart Helper to ICart, ran the Legacy Cart Migration in CMS. Unfortuantely,...
View ArticleCould not load type 'Mediachase.Commerce.Manager.Marketing.PromotionList'
Hi,After upgrading to EpiServer Commerce v 13.3.1.0, I am seeing this error when I try to open the promotions in Commerce Manager:Could not load type...
View Article404 on Episerver Content Delivery Api
HiI'm trying to use the content delivery api.I have installed the packages, and when I query mysite/api/episerver/v2.0/site i get an answer.However when I query mysite/api/episerver/v2.0/content/65050...
View ArticleDynamically created metafield doesn't show on the Commerce UI
We have an import that creates metafields from the code. The relations and the values reach the DB. But the fields don't show on the Commerce UI or on the code retrieving the data for PDPs.When the...
View ArticleDisplayName not saved and variant not published when creating variant for...
Hi!This is my code:var variant = _contentRepository.GetDefault<Variant>(productRef); variant.Name = "Name"; variant.DisplayName = "Name sv"; var vaRef = _contentRepository.Save(variant,...
View Article