Values of properties in IPayment when converting from cart to purchase order
Hi guys,I've set some values to the "Properties" (hashtable) in an instance of an IPayment, when I save the cart as purchase order the values are gone. Is this the default behavior?Thank you!
View ArticleAutofixture can't create instance of PageData
I'm running into a problem with Autofixture not able to create instances of PageData (or derived types) due to an error:AutoFixture.ObjectCreationExceptionWithPath : AutoFixture was unable to create an...
View ArticleChanging namespace of block results in error
Today I ran into a weird issue when refactoring code. As a result of the refactoring I changed the namespace of a block contenttype. This resulted in a runtime error when synchronizing the...
View ArticleOrdering ContentArea block items by StartPublish Date
Hi, I would like the ability to order block items (ContentAreaItem) within a content area by published date (StartPublish). I am adding a new bool 'Order Items' to the model and if true I want to apply...
View ArticleCommerce Manager Over HTTPS - CSManagementClient Issue
We are currently using commerce manager over HTTP without issue. We wanted to switch this to HTTPS to expose externally but we are running into an issue. We referenced this...
View ArticleREST API controllers into existing EPiServer CMS website
Hi Team,I have created couple of custom tables into CMS database to meet the client business requirements and which is hosted in Episerver DXC.Now, Our client has a requirement to build couple of REST...
View ArticleDraft added when trying to create and publish content programmatically
Hi When trying to create a commerce content programmatically using code similar to thisvar clone = content.CreateWritableClone<CustomProduct>(); //Update clone properties here var batch = new...
View ArticleMultiple episerver form container views?
Disclaimer: apparently I cannot post links on the forum cause my account hasn't associated to a companyI am following the guide regarding custom forms on develop guides.It tells you to copy...
View ArticleLicense fails to load
Hi,I am having issues with my licenses on my machine. My old one expired but the new one gives me a generic: "A error occured while loading the license file.".Doing a Google search reveals that it...
View ArticleCustomers loading carts associated with other customers
We're facing a perplexing issue in our production environment where customers appear to occasionally get mapped to other people's carts (e.g. retrieving someone else's cart viewmodel, adding/removing...
View ArticleAdvanced & External reviews Email template edit
Hi,We are implementing Advance External review Add on. We are using Episerver 11.14.1 version hosted on DXC.We want to edit the email template set for review:Could you please help me where can I find...
View ArticleUpdate-EpiDatabase doesn't work with user secrets
I think there might be a bug in the Visual Studio tools for Episerver, which doesn't allow to initialize/update episerver database when User Secrets for project are enabled. I have come up with...
View ArticleDijt FilteringSelect and EpiServer rest store issues
I have put together a widget which essentialy will allow users to select documents from external system and save links to them.I have used a dijit FilteringSelect to achieve this together with Epi...
View ArticleOpening Content from another site in a multisite enviroment
We have a multi site setup, on one of the sites there are several news articlesOn the second site the requirement is that we can open that content but stay on t hat same site, rather than linking to...
View Article.GreaterThan filter not working on List count?
I'm trying to achieve filtering a result based on the Count-property of a List being greather than zero, like this:query = query.Filter(u => u.SomeList.Count.GreaterThan(0));This doesn't work, or...
View ArticlePrevent users from removing block from content area
Let's say I have a page with a content area, and there are couple of blocks predefined (e.g. by administrator). Is it possible to prevent regular editors (who can edit the page) from removing those...
View ArticleURGENT + Need Database query to pull some content
There has been a one time need for pulling some content with the criteria so looking for database query: I need to be able to query data based on a page type and with some other filters:I have a page...
View ArticleError: Did not find a module by assembly 'EPiServer.GoogleAnalytics,...
Episerver 11My site was working just fine. I had Episerver support push production down to the integration, including DB and blobs. The site was working just fine. I did a push of code from Visual...
View ArticlePersonalized group with list of blocks?
Is there a way to get the personalized group to contain more than one block for each visitor group? We have a calendar that contains calendar items that are supposed to be aimed to certain groups. But...
View ArticleMulti-select faceting
Hello,I'm having a challenge figuring out how to do multi select faceting with Episerver Find, when terms under different facets are selected. I will try to explain what I am doing and what I want to...
View Article