Obtaining a price for a specific content reference/variant
Hello all,I'm working on a feature that requires the lookup of pricing of a particular content reference - here is the code I currently have, based upon the documentation/posts and articles I've read,...
View ArticleTroubleshooting ImageFile upload Failed
I am in need of some smarter brains to help me troubleshoot an issue with an ImageFile upload. I set up an "ImageFile" type, inheriting from ImageData, to be able to add image files to Episerver. The...
View ArticleContent Delivery API: configuring OAuth
Hi,We're trying to configure OAuth in our setup of the Content Delivery API, and have followed the instructions in the official documentation for doing so:...
View ArticleHow to support razor views in Episerver Modules
Hi ,I am trying to implement a module which is using MVC, so in turn i have razor views. In my previous modules ,I am able to refer webforms pages i.e. ascx or aspx which are packed in the package. But...
View ArticleSupport for Newtonsoft.Json 12 in Epi Find
I see that Epi Find is lacking support for Newtonsoft.Json 12.Is that planned to be released soon?Here's an old post on the same topic from last year:...
View ArticleDeprecated/obsolete properties and methods in Episerver 11
Hi!Getting warnings as follow:IContentExtensions.PublicUrl(IContent)' is obsolete: 'Will remain at least until jan 2017.and 'PermanentLinkMapStore' is obsolete: 'Use IPermanentLinkMapper instead'and we...
View ArticleScheduled job timing out
I've got a scheduled job that isn't working on Episerver. I think it must be timing out as my job calls a service that gets data sent to it and if gets 3 or 4 records it is ok, but if it gets sent 1000...
View ArticleHow to call Uninitialize method in IInitializableModule module used in...
Hi ,When i am trying to un-install my module from Visual Studio Manage Nuget Package Manager, my Uninitialize method in one InitializableModule is not getting triggered. What is the best way to trigger...
View Article[Ignore]-property loses value after IIS reset
I have a Block type that allows nested blocks for structuring block layouts.[ContentType(DisplayName = "Row Layout Block")] public class RowLayoutBlock : BlockData { [Display(Name = "Blocks")]...
View ArticleProblems with registering new PageType after deploy
Hi,We've experience an issue twice after deploy, where a new PageType won't get registred in the database correctly.It is listed inside the Admin/Content Types interface, but if we try to create a page...
View ArticleAlphabetically sort Scheduled jobs and tools in the Episerver 10.2.0.0
Hi Everyone,We are using Episerver 10.2.0.0 for our website and currently all the scheduled jobs and tools are not sorted. we wanted to know how we can alphabetically sort scheduled jobs and tools...
View ArticleError handling in DXC
Hi, I have activated the Error handling in Episerver CMS to "Activate for all". It is working correctly in my local environment, but it is not in INTEGRATION. I always get the error: "The page cannot...
View Articlevalidate is there any web links in text box or not
I have a text box. in that text box i want to allow letters , numbers and few symbols (.,'). i don't to allow any links in that text box. i want regex to don't allow links like (HTTP,HTTP,WWW,ftp).am...
View ArticleI want to add a product listing page but i don't know how?
I want to add a product listing page but i don't know how?
View ArticleIncreased padding = increased scrolling while working
The new design of the CMS editor GUI (11.14/11.23) has some pros, and several cons:The worst of it is the increased padding - padding has been increased with 100%, i.e. DOUBLED (between elements in...
View ArticleUnifiedSearch: Letters with and without diacritical sign
Hi,Got a question regarding episerver find, my problem is similiar to this...
View ArticleShow and Hide dependencies on form fields not working
I have set up a Epi Form that contains two elements. A Text Box with a "This Field will be hidden" option when the value of a multiselect field Equals "No".When I select "No" on the multiselect there...
View ArticleVirtual role addition for ContentDeliveryAPI
As per the documentation I have set up the Content delivery API . As suggested I have added the virtual role:<add name="contentapiread" type="EPiServer.Security.MappedRole, EPiServer.Framework"...
View ArticleSet an organization address as customer...
HiI am working with Commerce 12.15, I am trying to set the PreferredBillingAddress/PreferredShippingAddress for a customer. The problem I am facing is that when I try and set an organization address as...
View ArticleContent Delivery API returns null content if browser has wrong language set
Hey,I've spent couple of hours investigating why my content API returns null content response. I've finally managed to find the reson. It has turned out that my browser has set multiple languages and...
View Article