Commerce IIS Setup
I am setting up Commerce in my IIS environment. Right now I have it listed as a separate site that the CMS application accesses. Instead of using an actual domain though, I reference the server name...
View ArticleSeprator/Divider custom property for two Epi Properties in Edit Mode
Hi, I want to display horizontal line in Edit mode to seperate two properties.I am working with Epi 9, MVC. Can you please suggest any solution?Thanks
View ArticlePropertyList in Commerce error
I am trying to use a propertylist within commerce, but I get a type converesion error.The type System.Collections.Generic.IList`1[[System.String, mscorlib, Version=4.0.0.0, Culture=neutral,...
View ArticleAzure BLOBs redirecting to login
I've set up a demo Azure site and wired in the messaging and blob providers. I am also running a local version connected to the same data sources and SQL. The blobs work correctly locally, and after...
View ArticleCommerce Security
I have implemented microsoft owin identity security on the CMS portion of the site, but I cannot get it working on the commerce portion. Ideally, a user should log into a common login page and get...
View ArticleSetDefaultValues on local block properties not possible?
Does not seem to work ... data specified is not set.The local block is inside another shared block, and i can set default values on other properties on the shared block (just not the properties on the...
View ArticleHow to authenticate to SharePoint Site using EpiServer Connect For Sharepoint...
I have my Episerver site and Sharepoint site in different domain.I used EpiServer Connect For SharePoint to connect to SharePoint.As both are in seperate domain.EpiServer can not connect to...
View ArticleGetting full page content for RSS from a page with Composer
I need to be able to output the full content of a page for an RSS feed however the page uses composer so it is not as simple as just calling the main body property.So far I can pull the full html for...
View ArticleA few questions about the Discounts/Promotions egine
I'm using Episerver version 9.11.0.0, and the "new" promotions engine / discounts:1. Is it possible to "hide" some of the built-in Discount types so that they don't show up as choices in commerce...
View ArticleNo items appear in edit tree. I get ajax errors code 500
Hi,When I run the CMS, I am not seeing items in the ajax tree. When looking at the JavaScript console, I see a long string of 500 errors. These are some of them. Any idea of what is going on and how to...
View ArticleMultiple page selector
I'd like to create a property that allows an editor to select multiple pages instead of just that one you get if you choose a "Page" property. Any experience from doing something like that?
View Articleunable to save robots.txt content
Hello.Anyone know how I can debug robots.txt functionality in episerver 6?After installing this in Package Manger Console:Install-Package EPiRobots -Version 1.0.1 I am able to view "Manage robots.txt...
View ArticleNo items appear in edit tree. I get ajax errors code 500
Hi,When I run the CMS, I am not seeing items in the ajax tree. When looking at the JavaScript console, I see a long string of 500 errors. These are some of them. Any idea of what is going on and how to...
View ArticleIntegrating Azure AD B2C with OWIN for frontend-users
We want to add Azure AD B2C for authentication for frontend-users of our platform (CMS with Commerce). I'm trying to use OWIN for the authentication but we'd like to still use the default forms...
View ArticleThe model item passed into the dictionary but requires different model.
I am running into this on alot of projects and still haven't found why or what to do to fix it.Whenver i use a block controller for my block, and pass a view model of the block that contains lets say a...
View ArticleDoes episerver normally takes 30 to 50 minutes to start?
<p>When I run episerver using a copy of the production database from my laptop it takes betwen 30 to 50 minutes from the point when I click on the run button to the point where I see the...
View ArticleNow .NET core and ASP.NET core is in 1.0 can EpiServer work under this?
Now .NET core and ASP.NET core is in 1.0 can EpiServer work under this?If we can deploy EpiServer onto non Microsoft Machines, cost will reduce and we will be able to spread out quickly. Especially as...
View Articleget html of XHTML property with nested block via ajax
Hi all,I need to get XHTML property of my block using ajax.If I add a different block into RTE, if I call _contentLoader.Get<MyBlock>(id).Description.ToHtmlString(), I get <div...
View ArticleDisplay content in the CMS depending on the user's permissions/group
Is there a way to display content on a page in the CMS that only shows for specific user group members? What I want to do is lock editing and publishing of some pages for certain groups. Then if they...
View ArticleRendering ContentArea as list
HiIs it possible to create a custom renderer for ContentAreas without swapping out the default one entirely? In my case I want to render it as a <ul> with <li>-elements.I can solve this by...
View Article