OutputCache Implementation Help
Hi there,Trying to set up outputcache but failing so far.I have ensured that I have the following in my web.config:<caching> <outputcache enableoutputcache="true"/>...
View ArticleAccess to Commerce tab in episerver
Hey,I would like to create user accounts for the sales group which can have the full access to following view in episerver (Commerce part).Commerce tab - Catalog - Marketing - Commerce Manger (every...
View ArticleExtend UI Custom Scheduled Job
Hello everyoneIs there a way to extend the UI for additionnal parameters of a custom Scheduled Job created from C# code? If so, how? If not, how would you recommand to pass user input to the scheduled...
View ArticleHow to set editor access right for a specific language of a site
Hi, I would like to set access right for an editor group so that they have ONLY access to read/create/change/delete/publich a specific language branch. If I set as WedEditor, the user have access to...
View ArticleWrong URLs on indexed content on load balanced site with edit server
Im having a problem with the URLs going to our edit-server.We have two web fronts and one edit server, and the problem is that indexed content gets the URL to the edit server.So for example:...
View ArticleHide standard elements
Hi,I've built a bunch of custom epiforms elements and I'd like to display only these elements when the user presses "create new form element". The standard functionality always shows the "standard...
View ArticlePropertyDictionarySingle Mass import and Localization
Hi,How can you mass import availaible values for a commerce field backed by [BackingType(typeof(PropertyDictionarySingle))] ?How should localization be handled ? Right now I think the only approach...
View ArticleHowto edit dynamic properties in EPiServer 11
HiI have upgraded our intranet to EPiServer 11 (11.10.6.0). Now I can not edit dynamic properties. What have I missed?Configuration:<configuration> ... <episerver> ......
View ArticleDisable .FilterOnCurrentSite() for UnifiedSearch
Is there a way to disable the default filtering .FilterOnCurrentSite() for UnifiedSearch?I'm building a search feature where it will be optional to filter by site.This post describes a way of doing it...
View ArticleError logs issue in DXC
Hi,I am working on a website that is running in DXC. When we get the application log from paasportal.episerver.net we have noticed that all the errors are shown as:"EPiServer.Global : Unhandled...
View ArticleThird Party Tax Calculator and Saving Taxes in EPiServer 11
Hello,We use a thrid party service to calculate the taxes for our orders on our site. I've been in the process of moving over to using the new order system and have ran into a problem with saving the...
View ArticleHook into the download event for media files
Hi,I would like to know, if there are any events exposed that i can hook into, on the dowload of media (pdf, docx etc.). In good old UnifiedFile world, we used to have these events but not sure about...
View ArticleContent Delivery API - 404 on /api/episerver/auth/token
Hiya Folks,I'm currently in the process of figuring out how to work with the episerver content delivery API, and have added that package to a simple test project (build from an empty project), only...
View ArticleFind out which MediaData that is referenced from a page/block
There's this method in IContentRepository_contentRepo.GetReferencesToContent(mediaData.ContentLink, false)That will let me know if there's content (pages/blocks) that is using the MediaData in...
View ArticleSorting on property with JsonProperty with PropertyName set
I have the following product content:public class SampleProduct : ProductContent { [JsonProperty(PropertyName = "heading")] public override string DisplayName { get => base.DisplayName; set =>...
View ArticleDelete Orphaned VPP images
Hi,I am using Episerver 6 R2. There are over 14,000 orphaned images in the VPP which we have flagged in a spreadsheet.Is there away to delete items that are orphaned from the site via code?ThanksJon
View ArticleAlways show language segment in URL
Hello!I have a website with 4 different languages. On the master language, Swedish, I want to always show the /sv/ part of the URL. If the visitor goes to mypage.com/news I want them to be "redirected"...
View ArticleSoftLinkCollection timesout
Hi,I am looking for orphaned files in the VPP in our Episerver 6 R2.I loop through all my VPP directories and find the files in each and count how many linked pages there are using...
View ArticleMake default sort on this part to descending
Right now when you go to this pagehttps://world.episerver.com/forum/developer-forum/Feature-requests/You get the oldest request first, it should be the opposite
View Article