Managing Multiple Order Forms in Admin Order Management
Referencing back to this: https://world.episerver.com/forum/developer-forum/Episerver-Commerce/Thread-Container/2016/11/managing-multiple-orderforms-in-cart/Are you currently supporting multiple order...
View ArticlePropertyDefinitionType and moving code to different assembly (refactoring)
Currently I'm refactoring a framework, which we use here for all our custom developed components on EPI CMS/Commerce. One of the refactorings is splitting up back-end and front-end into two projects,...
View ArticleContent Delivery API - Search under parent and other Queries
Ive a few queries about the Content Delivery API (which needs some better documentation and examples)I want to use the Content Delivery API with Find to search for pages of a specific type under a...
View ArticleISynchronizedObjectInstanceCache vs ObjectCache
What is the difference between using C# ObjectCache vs ISynchronizedObjectInstanceCache in an Episerver web application.
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 ArticleOrderValidationService 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 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 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 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 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 ArticleAdd custom icon to Episerver toolbar
I would really like to get the globe back, to be able to «view on website» with one single click.I guess it should be possible to add a button like this, getting the url from the link «view on...
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 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 Article