Handling Undo/Redo in custom Editor?
Hi,I have created a custom field which represents a set of CSS Classes that a content author can select.[EditorDescriptor(EditorDescriptorType = typeof(StyleEditorDescriptor))] public virtual string...
View ArticleShipping Discount with Multiple Shipments only applied to First Shipment
We have a project running Commerce 13.7.0 where we break orders in to multiple order forms / shipments, and are having trouble with shipping discount only applying to the most expensive shipping cost,...
View ArticleUnifiedSearch not searching in SearchAuthors field on RssContent
We have a problem with searching RssContent with UnifiedSearch.We need to be able to search on the field SearchAuthors, which is populated when looking at the index records. However when searching with...
View Article413.1 Error (Request Entity Too Large) importing data
I keep getting a 413.1 Error (Request Entity Too Large) when importing data in the Admin, Tools section. I've increased the limit in applicationhost.config and set maxRequestEntityAllow and...
View ArticleEPiServer Find Content Indexing Job scheduled job:...
Hi,I have experencing an issue when i am trying to run the job EPiServer Find Content Indexing Job. This issue only happend on DXC enviroment and i can't reproduced on my local development environmentI...
View ArticleUpgrading to Commerce 13, could not get instance of ICartProvider
Hi,I was trying to upgrade from commerce 11.2.6 to 13.14.1.I got the following error:Failure while building 'Lambda:...
View ArticleAdding blocks to TinyMCE using Inline Block edit
When editing a XHtmlString field on a block, using the Inline block edit, it seems not possible to drag and drop a block into the TinyMCE editor. Is there some other way of adding blocks to a TinyMCE...
View ArticleNew Property not showing in edit mode
Hi there, Working on an existing block, [Display(Name = "string 1", GroupName = SystemTabNames.Content, Order = 10)][CultureSpecific]public virtual string String 1{ get; set; }[Display(Name =...
View ArticleChanging order status away from a custom order status
Hi,I followed the blog post https://world.episerver.com/blogs/Quan-Mai/Dates/2019/2/new-feature-in-commerce-13-extendable-orderstatus-and-ordershipmentstatus/ for creating a new custom order status,...
View Article'Default membership provider must be specified' error when creating an account
I've configured my Commerce site to use Asp.NET Identity and it all seems to be OK: I can create contacts, organizations etc and view all other Commerce content OK.However, if I create a contact and...
View ArticleDelete old MigrationStep classes?
After you deploy a custom MigrationStep (say, after renaming a property), should the MigrationStep class remain in the code base or is it safe to delete?
View ArticleCMS UI refresh (V11.23.3) doesn't persist selected edit mode
Unfortunately, the CMS no longer remembers the content editor's last selected edit mode, which was a nice feature. The CMS always loads the In-Page Editing Mode.How to replicate:Edit a pageSwitch to...
View ArticleIs there a way to fetch CustomerId or parent from SerializedCart's OrderForm?
HiI need to fetch the CustomerId from SerializedCart IOrderForm, but don't see it as a property on it and don't see a way to access the parent of this IOrderForm either. But it is a field on...
View ArticleInstalling visual studio extension offline does not work (Extension is signed...
Trying to install the below VS extension for Episerver, but it does not work.https://marketplace.visualstudio.com/items?itemName=EPiServer.EpiserverCMSVisualStudioExtensionI have no internet access on...
View ArticleHow to extent the UI of modules/Geta.SEO.Sitemaps/AdminManageSitemap.aspx...
When i edit the sitemap the UI is more confusing, is their anyway that i can extent it.
View ArticleUnified search not finding content in fallback language
I just now upgraded to Find 13.2.5 from 12.7.1.Before upgrading if a query was present on a page in the fallback language it would show up in the search results, but after upgrading I only get hits in...
View ArticleHow to extent the UI of modules/Geta.SEO.Sitemaps/AdminManageSitemap.aspx...
When i edit the sitemap the UI is more confusing, is their anyway that i can extent it.
View ArticleCMS UI refresh (V11.23.3) doesn't persist selected edit mode
Unfortunately, the CMS no longer remembers the content editor's last selected edit mode, which was a nice feature. The CMS always loads the In-Page Editing Mode.How to replicate:Edit a pageSwitch to...
View ArticleCMS 8 - Federated Security with OpenIdConnect
We have a asp.net webforms project where we use Episerver as CMS 8. Recently, we switched to federated security with Owin Middleware as described here (but instead of WSFederation, we use...
View ArticleDispose IOC container gracefully on application shutdown
I have a solution in which I spin up a service as a singleton instance. It inherits IDisposable in order to properly flush and clean up internals. However, the Dispose method is never called, because...
View Article