Start page accessible from the outside by two url:s
We have a three site setup with three start pages.This can be accessible from the outside as (same page in epi):www.url-to-domain.com/www.url-to-domain.com/startpage-url/Which means every page is...
View ArticleSort order not affecting new page
Hi!I have a node that has "sort subpages" set to to "Start publish date (latest first)". If I publish a new page under this node, it goes to the bottom instead to the top. I have to change the sort...
View ArticleFind for text having special characters
Do we have a list of characters that are reserved or not expected to be part of string search?Reason: I have some pages that start with "@" and If i have two pages with similar name, one that starts...
View ArticleAdvice for creating configurable packages with price discount
I want editors to be able to build a container of products with a flat price. Sounds like PackageContent is the way to go, right? The editors should also be able to provide more expensive options for...
View ArticleContentProvider items not displaying in tree
I'm writing another content provider for EPiServer, and I'm having an issue where the child items that I return from the provider are not displayed in the tree.So when EPiServer calls this url...
View ArticleGet unproxied instances of pages and blocks
I`m trying to get hold of the real instances beneath the proxy instances when handling blocks and pages.I`ve tried UtilProxy.GetUnproxiedInstance(proxyBlock) but that did not work.How can I access the...
View ArticleSetting up multi-site in IIS express problem
I was following the instructions in the training on how to setup a second site in Epi. The problem I updated my hosts file, updated my applicationhost.config file with bindings, updated my project to...
View ArticleShared cart - B2C
Has anyone implemented a shared cart for B2C websites ?Scenario is user can shop across multiple brand sites using a single cart. I'd be interested in understanding how it can be achieved without...
View ArticleAdd longer cache lifetime on static content for quicknavigator
We are doing some work on loadtimes and are using Lighthouse to messure the site.We then see that we get red (if we test when we are logged in to epi) on cache policy because of static content for...
View ArticleCannot change the order of available content types when creating pages. Sorts...
I am unable to change the order of available page types in edit mode when creating new pages.I have tried in code to change "order" for the content type (see code below), but the pages are sorted in...
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 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 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 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 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 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 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 ArticleManaging 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 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 Article