Support 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 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 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 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 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 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 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 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 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 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 ArticleCannot externally link pages from one directory into another, episerver bug?
Using episerver 11. structure is as follows: -Root +directory 1 +directory 2Trying to link a sentence in a rich text blog in directory 1, to an article in directory 2. have tried linking via...
View ArticleNull currentPage in Index action of page
I am getting null currentPage in Index action of a page. I have added EPiServer route as well. My controller is inherited from PageController<MyPage> and index gets hit but with null currentPage.
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 ArticleHow to change title property of page under SEO tab from code?
How to change title property of page under SEO tab from code?
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 ArticleIsPrimary cannot be Null
I am doing a migration job. I have an xml with data and i am importing it to Catalog.On some items i get following error:Any idea to...
View Article