Set an organization address as customer...
HiI am working with Commerce 12.15, I am trying to set the PreferredBillingAddress/PreferredShippingAddress for a customer. The problem I am facing is that when I try and set an organization address as...
View ArticleHow to Remove CommerceMedia From CommerceMediaCollection
var commerceMediaToRemove=writableCommerceMedia.FirstOrDefault(x => x.AssetLink.Equals(contentLink)); writableCommerceMedia.Remove(commerceMediaToRemove); // this returns falseDoes anyone have any...
View ArticleHow A/B testing affects performance
Hi, We are currently investigating some performance issues for a client, and it seems like the issues only appears once one or more A/B tests are running on the site.When we set up A/B tests we get a...
View ArticleBlocking on a javascript Promise.
I've a PropertyList where editors can select a further list of items, and in Edit Mode, it displays multiple [object Object] output, so I created a Dojo script to inspect and replace that output with a...
View ArticleNonce Error Using OpenIdConnect for Authentication with DXC
I am using OpenIdConnect for authentication against Azure in DXC and it works fine. However, if I try to link directly to an asset (image, document, etc.. ) before authenticating I get the following...
View ArticleHow to use IContentIndexerConventions.ShouldIndexInContentAreaConvention to...
Hi,I have a requirement to allow content of ContentAreaItem item to be indexed with page content in SearchText and of course, I can’t use [IndexInContentarea] attribute due to some restrictions on...
View ArticleLoad Order Without Cache
Hello,We have a process that changes the order data via a stored procedure. The issue we are running into is that when we then load up the order via the order repository, the order is pulling from a...
View ArticleFew stupid questions
1. Is there any way to have properties inside interface, i need for example IMenu ISocialWidgets IColors and than each will have few properties, then i can inherit correct ones on page types that need...
View ArticleFilter on Connector name
Hi!I'm new to Episerver.Find. I tried finding a solution to my problem here in the forums and on google, but I didn't find anything.We are trying to move a existing Episerver site to Episerver DXC.The...
View ArticleContentReference (UiHint.Image) within IList Property List
HelloI have a property of ContentReference decorated with UiHint.Image within a propertylist, this doesnt seem to work any more i.e. the Property does not show within Episerver. If using UiHint.Media...
View ArticleCommunity management system using Episerver
Hello Experts,I would like to know is there any module available in Episerver for community management application ? Or has any one implemented community management functionality in Episerver and if...
View ArticleonChange in dojo does not trigger page save if widget is not focused
I have a custom dojo plugin that uses a jquery dropdown plugin where the user selects one or more items, those items are added to the dojo textbox.But whenever I fire onChange, the page save doesn't...
View ArticleNew Block Can't Add In Page
Hello folksI created a new Block programmatically with its controller and view. When I go into EPi Server Admin/Content Type I can see my new block.When I'm trying to create a new page and insert the...
View ArticleCalling an Block Controller from Ajax
Hello FolksI'm trying to call a controller with ajax and it keeps on failing. Anybody can help? Here is the codeController Codepublic class JumbotronConversionBlockController :...
View ArticleIs there a way to apply an order level credit calculated dynamically?
We are working on adding order exchange functionality to our system. The process goes like this: the customer picks what items wants to return, we calculate the retail of these items, and we would like...
View ArticleHowto: Display the tree list of CRM pages in a custom view
Hi FolkI'm currently implementing a new block with a view. I would like to display the list of pages in the CRM on that new view so the user would be able to select some of these page for further...
View ArticleForm File Upload not working
(this has to be a simple question....)I have a form with a file upload. I submit the form with the uploaded file (txt, xls, xlsx) and the form submits, but the file is not avialable under the form...
View ArticleMigrating to EPiServer 10 is causing Circular reference
HiMigrating to EPiServer 10 is causing Circular reference in all JSON Serializations i use.whether i use JavascriptSerializer, Newtonsoft, Jil.. i get a circular reference error while serializing a...
View ArticleInitializationModule loop problem
Hi All,One of our Epi (version 9.5) apps (load balanced) is experiencing an issue, where one of the web servers is getting into some sort of initialization loop. Last time around, in the space of 12...
View ArticleRemove PageData instance works only once
I get the above error the _second_ time I run_contentRepository.Service.Delete(startPage.ContentLink, true, EPiServer.Security.AccessLevel.NoAccess);If I IIS-reset it works _one_ time, then I get the...
View Article