OrderValidationService does not remove lineitem? [12.16]
Hi!I have a strange, or maybe not, behaviour in the OrderValidationService.For a variant I set in stock to 1, tracked inventory to true, backorder to 0, preorder to 0.I then try to add 2 in my cart....
View ArticleAlloyDemo setup issues
Working on the training course EpiServer dev fundamentals. I am having trouble just installing the AlloyDemo. During install I get this error. I am using VS2019 Community on my laptop.The...
View ArticleHow to patch new properties in web.config
Hi Guys,I have a requirement of patching some properties to the existing web.config. I am trying to do it via Add-on so i dont have access to web.config but i want to make my property added to the...
View ArticleEpiserver.CommonFramework vs Episerver.Logging
Trying to upgrade to Epi 11 and got a conflict between the CommonFramework, which uses an old NHibernate and is stuck on log4net 1.2 and the Episerver.Logging.Log4net which uses log4net > 2.The...
View ArticlePurchase order is null after orderRepository.SaveAsPurchaeOrder
I was wondering if anyone has encountered an issue where the purchase order from OrderRepository is NULL after calling SaveAsPurchaseOrder saving a cart about once or twice a day(we have about 200...
View ArticleReplacement for OrderContext.GetTaxes within ITaxCalculator?
Hi,After upgrade I am getting this warning:'OrderContext.GetTaxes(Guid, string, string, IOrderAddress)' is obsolete: 'This method is no longer used. Use ITaxCalculator instead. Will remain at least...
View ArticleRecommended way to inherit properties from parent pages
Hi there,I am looking to inherit properties from parent pages based on a specific flag. I had a look at the FAQs section of the website and saw that dynamic properties are recommended for this, see...
View ArticleAfter upgrade, edit mode community interface does not rendered fully
After upgrade, edit mode community interface does not rendered fullyRecently we have upgraded our episerver to the following versions, EPiServer.CMS.Core 11.13.1EPiServer.CMS.AspNet...
View ArticleWhat does "AddFallbackToBeginningOfHighlightedText" do?
Hi,I have a customer that uses Find, we display the result with what I assume is "highlighted text", meaning a summary of the page where search has hits. In some cases some words are concated, the site...
View ArticleWe need the globe back, to be able to «view on website»
When Episerver.CMS.UI 11.21.0 were released, we lost easy access to the globe in edit mode for accessing the public URL of a specific page.Now we have to click «Options», and then «view on website».In...
View ArticleRebuild Episerver Find indexes site wise
Hi All,Can we rebuild the Episerver Find indexes site wise because if we rebuild the indexes using "EPiServer Find Content Indexing Job" schedule job then it will rebuild the indexes for all the sites...
View ArticleHow to get PrincipalInfo in web api?
Hi!I have a site which is built on AspNet Identity, and I would like to have an api method (not using Headless) that returns logged in status for the current user.Is this possible?It looks like this:As...
View ArticleHow to find out all customers who bought a particular variant(sku)?
How to find out all customers who bought a particular variant(sku)? I am using asp.net identity for users. Any databse insight would be very helpful.
View ArticleHow to have two files for same langauge for multi-site development?
We get labels and text displayed on site from the language file. We want to have different text per sitewhen getting string from localization service. Is there a way to have two files (.xml) each for...
View ArticleUpdate all packages to support Newtonsoft.Json v12
Newtonsoft.Json is now in v12, it would be nice to be able to update to that version so please fix all your packages that has dependency to this to work with version 12
View ArticleEPiServer.Find.LambdaExpressionExtensions._cache keeps growing indefinately
The private static field EPiServer.Find.LambdaExpressionExtensions._cache keeps growing indefinately even when executing the same query and receiving the same result over and over. This will eventually...
View ArticleConfigure Shipping Method - When does SaveChanges and LoadObject get called?
Hi there,We are configuring a new shipping method and can see we need to implement a two methods which are SaveChanges and LoadObject. We are wondering where and when these two methods get called?...
View ArticleCustom redirect in Bvn.404Handler not working
Hi!I am trying to get the custom redirect gadget in the BVN.404Handler, but I can't get it to work. It simply wont do the redirects I add.I have installed the latest version (11.2.3).The 404 redirect...
View ArticleChange display of value i PropertyList
Having a PropertyList whose class has DatePicker and TimePickerThe class looks like this:[Display(Order = 100)] [UIHint("DatePicker")] public DateTime? Date { get; set; } [Display(Order = 200)] public...
View ArticleBatch loading of content area items
Working on a site with content areas with many content area items, I was profiling the site and database to improve the first load performance of the site.I attempted to batch load all items when...
View Article