The model item passed into the dictionary is of type...
The model item passed into the dictionary is of type 'Castle.Proxies.HelloWorldPageProxy', but this dictionary requires a model item of type...
View ArticleSimple Address URLs - NoIndex,NoFollow?
I'm curious to learn how the Simple Address URLs are configured. I don't see the ones set up for my site indexing (which is good as I am trying to avoid a potential duplicate content issue) but would...
View ArticleIs there a way to mark EPiSessionId Cookie secure and HttpOnly?
Like all the other questions regarding cookies and security scan, is there a way to mark the "EPiSessionId" cookie secure AND httpOnly?I've already set: <httpCookies requireSSL="true"...
View Article(400) Bad Request returned for nested query
Hello,I'm trying to make working query with sorting by nested object.I have the following extension method:public static IEnumerable<CategorySortOrder> CategoriesSortOrder(this ProductContent...
View ArticleHow to set the budget for my project?
Hi, community. I want to create my ecommerce website. It will be a small construction materials website. So, I've decided to hire a team of developers, because as far as I understand, it's way more...
View ArticleAdding the GoogleMapsEditor not working
I'm having issues adding the GoogleMapsEditor https://nuget.episerver.com/package?id=EPiServer.GoogleMapsEditorI have a local blockpublic class CoordinatesBlock : SiteBlockData, IGoogleMapsCoordinates...
View ArticleDiscount price set up
Hi,I have a question about discounts. My customer have created a campaign with a 3-for-2 get the cheapest item for free-discount.This is modelled like the price of the cheapest product is set to NOK...
View ArticleAllow anonymous access to add items in cart but ask them to mandatorily sign...
I need to implement above flow using mvc, angular and episerver? If anyone has any idea please share it
View ArticleEpi Commerce Media Hosting in S3
Greetings!We are getting ready to build our ecommerce site using episerver. We have a few questions related to media assets. We plan to use our existing CRM infrastructure as a PIM for the site. We...
View ArticleText to Speech - Implementation in Episerver CMS
Hi,I have a legal policy page in my application, the content of the page is pulling from CMS (static content).Now I need to integrate Text to Speech integration on this page.I need your help on, how it...
View ArticleHow to make a default value in a block types property?
When you create a new block type in code, how do you make it default to a value for a property?E.g. below we have a property of "type". How would we make it default to a default value, e..g. "heavy"...
View ArticleUpdate Attribute value of Recipient using Campaign Rest API
Hi,We are using Episerver campaign API(https://api.campaign.episerver.net/apidoc/index.html#/Recipients/) to manage recipients.I need to update existing recipient attributes and I am using this post...
View ArticleHowto programatically set a block name
When you create an instance of a block in the CMS, you give it a name, which defaults to something like "new block 1" and you can set the blocks properties (e.g. "SKU" and "Country")When the block is...
View ArticlePossible to export data in load balanced environment with non-sticky sessions
As described in CMS-16060.
View ArticleHow to find where content is located based on url
I have a pdf document somewhere hidden in my filestructure. The search in Media doesn't return it. But I do have the public url, which contains an ID:...
View ArticleNew forum for Episerver Content Delivery API
Episerver Content Delivery API now has a forum of its own.
View ArticleHow to display blocks properties by looping over them in the page view,...
We have a simple block (MyBlock) with a few string properties, and a view which simply outputs the properties as text.e.g. { "title": "@Html.PropertyFor(x => x.title)" }We have a page with a...
View ArticleProducts SEO Information(Newly Added or Updated) is not rendering in the Page
Hi, I have been adding SEO copy to Episerver Commerce for product categories in the fields that I assume are correct as I am unable to find any other place for this info. However when I do a search in...
View ArticleEPiServer.ServiceApi.Commerce 5.4.4 GetOrder endpoint does not return line...
Hi. We are using ServiceApi to get order details through a http request (episerverapi/commerce/orders/orderGroupId). We added some meta fields on LineItem but they are not present in the response. We...
View ArticleAdding block to block container - disappears after adding new block
I have a block that contains a block. When I add a new block to this block container, it doesn't show and therefore can't be published.The first class below is my block container. Second is the block...
View Article