DXC, how to find the number of page views per day?
Our org has 3 DXC subscriptions, and has a number of very heavy sites.Marketing have access to various analytics tools they use, such as google analytics and adobe campain, tealium etc.As developers...
View Articlelanguage gadget doesn't duplicate block contents from selected language
example:CMS page in dutchpage has contentarea with 'local' blocks, each block has their own contentareas with more 'local' blocks.select another language in language gadget that doesn't exist...
View ArticlePromotions with Multiple Order Forms
We have a client that uses multiple ERPs, handles payments differently for different items, and has complex shipment logic. This forced us to break up our orders in to multiple order forms with...
View ArticleEpiserver local environment setup
Hi Team,I am trying to connect Episerver CMS in localhost (IISExpress) using local administrator account but getting error: The trust relationship between the primary domain and the trusted domain...
View ArticleValues 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 Article