How to limit number of elements in ILIST with only minimum elements value?
Want limit number of elements in ILIST with only minimum elements value?[ListItems(2,1000)][PropertyListCheckbox]public virtual IList<QuestionnaireAnswerBlock> Answers { get; set; }ListItems...
View ArticleHow to add a tooltip to a property added in CMS?
I need some description to be displayed when I hover on a propertypublic virtual XhtmlString Title { get; set; }How can I do it?
View ArticleLocal block not included in code makes all other properties blank in UI
On our webpage we have a site settings page with lots of settings for the site. I have in a new git branch created a new local block with some properties. When going back to another branch that removes...
View ArticleHow to check if there are elements in IList?
I want to put a validation on IList to check if there are elements added in the ILIst.If no elements present, I wan to show a validation message saying "Please add values in the list".public virtual...
View ArticleBlock not visible on Internet Explorer
I have created and published a block type with all its properties and values.Its getting displayed and working properly on Google chromeBut its not getting displayed in Internet Explorer.What could be...
View ArticleFind - Error when clicking search result but result loads correctly
Hi,We have a search page which uses Find and I am seeing an error when the user clicks a search result but the actual page the result is for loads as expected. The search is UnifiedSearch and we loop...
View ArticleA modal popup which displays correctly in Google chrome but not visible in...
I'm actually trying to open a modal popup which displays correctly in Google chrome but not visible in Internet ExplorerAny idea why its not working?
View ArticleIssues When Cancelling Scheduled Publish
Episerver Cms core 11.13.2Steps to reproduce.1) create a page and leave a page property empty (in our instance it's a simple string)2) schedule for publishing2) update code to make the empty page...
View ArticleCustomised Validation Message on ListItems Attribute
I'm using ListItems attribute on IList which shows a validation message. 'The field Answers is invalid'I want to show a customised message. How to do it?[ListItems(2,int.MaxValue)]public virtual...
View ArticleEpiserver local environment setup
Hi Team,I am trying to connect Episerver CMS in localhost (IISExpress) using local administrator account but getting error: The trust relationship between the primary domain and the trusted domain...
View ArticleEpi Commerce Media Hosting in S3
Greetings!We are getting ready to build our ecommerce site using episerver. We have a few questions related to media assets. We plan to use our existing CRM infrastructure as a PIM for the site. We...
View ArticleEpiserver local environment setup
Hi Team,I am trying to connect Episerver CMS in localhost (IISExpress) using local administrator account but getting error: The trust relationship between the primary domain and the trusted domain...
View ArticleIgnore Base ContentAPI Model properties from JSON response
I had this posted in different forum earlier but realized this would get more attention here. I am trying to find a way to ignore base properties of Content API Model .
View ArticleEpiserver Content Delivery API - 500 Internal server error
Hello,I tried to add follwoing nuget packges in an existing project (Dev environment).1) EPiServer.ContentDeliveryApi 2) EPiServer.ContentDeliveryApi.SearchI am receving 500 Internal Server error when...
View ArticleFully qualified URL + EpiServer Content Delivery API
Hello,I have this issue which I can't figure out what it is:Based on EpiServer articles I am using a CustomContentModelMapper and overriding below method to get fully qualified urls in Content api...
View ArticleCommerce Manager: CSV Import Catalog: Import progress window provides no...
Reproduction Steps 1. Log into Commerce Manager. 2. Go to Catalog Manager > Catalogs > Import/Export > CSV Import Catalog. 3. Import any kind of file e.g. products. 4. You are presented with a...
View ArticleHierarchicalCatalogPartialRouter and query string
We are using HierarchicalCatalogPartialRouter for our products and it's working fine. However we would like the query string to be included in the redirect.Example:Url:...
View ArticleIndexing: Products and Categories dependency
In this scenario, Category has an indexed property of count of Products that belongs to the category (or its ancestor). However, when Indexing is scheduled, it's indexing Categories first, so Products...
View ArticleCommerce Manager: CSV Import Catalog: Import progress window provides no...
Reproduction Steps 1. Log into Commerce Manager. 2. Go to Catalog Manager > Catalogs > Import/Export > CSV Import Catalog. 3. Import any kind of file e.g. products. 4. You are presented with a...
View ArticleMarketing/Promotion sales report
Episerver Commerce should have a report for a sales campaign or promotion. For example, view all orders that have used a specific promotion code.This would provide useful information for commerce...
View Article