Creation of new addon
Hi All,I am trying to create a new addon, so i have created couple of controllers and some views related to them and packaged everything.Now i am not able to access them post packaging i.e nuget...
View ArticleShould I use/not use Epi Foundation
We have a new project coming up, and we plan to leverage Foundation for it. The customer wants to use a 3rd party search provider and not go with Episerver Find. And I see that Foundation has quite a...
View ArticleDoes Owin authentication exclude MultiplexingMembershipProvider
If I use Owin authentication configured in startup class is it possible to also add a MultiplexingMembershipProvider to enable an sql account login?In documentation Owin requires membersihp and...
View ArticleViewing expired blocks in On-Page Edit
Usually when using On-Page Editing, Episerver adds a striped layer to indicate that a block has expired. However, this does not work when the block is placed in the content area of another block. It...
View ArticleFilter unauthorized BlockData for visitors?
FilterContentForVisitors only works for IContent. Is it possible to also filter blocks based on the site visitor's roles? Say that a certain block type is only applicable for authenticated users and...
View ArticleWhy whenever i click on newly added menu item, it somehow navigates to its...
https://world.episerver.com/documentation/developer-guides/CMS/user-interface/extending-the-navigation/adding-and-configuring-menu-items/I use the code form the above link present in example 4(New...
View ArticleEpiserver find statistics results contains results from other website
Our website Find statistics for "Searches without relevant hits" contains statistics details some other website which is not related to current website.We have this line in codebase to fetch the tags...
View ArticleRemove option to add title attributes to links in TinyMCE
Hi,According to our UX designer the "title" attribute is bad for accessibility on links.Here's more information about titles and accessibility: https://a11yproject.com/posts/title-attributes/The title...
View ArticleDowntime during DXC Deployment
Hi!We deploy our app using the DXC through PaaS portal. We're wondering how much time you should typically expect for downtime between the time that you go from the "warmed up slot" to "go live"?
View ArticleEpiserver CMS - how to ignore a folder in the root
Was looking around but didn't have any luck.Is there a way for Episerver to ignore a folder in the root? Right now it's just static content in a folder, but it might eventually be an application in a...
View ArticleUse localized catalog in Commerce catalog UI
This is something that has been bothering me for years. Why does Episerver render the Catalog UI using the Name property rather than the DisplayName property? The Name property isn't translatable,...
View ArticleDeprecated/obsolete properties and methods in Episerver 11
Hi!Getting warnings as follow:IContentExtensions.PublicUrl(IContent)' is obsolete: 'Will remain at least until jan 2017.and 'PermanentLinkMapStore' is obsolete: 'Use IPermanentLinkMapper instead'and we...
View ArticleAny way to exclude certain fields from search?
When having the '.InAllField()' search, how can we exclude certain fields from searching? I always think it's better to have the blacklist approach (Having 'InAllField()'' and then excluding certain...
View ArticleGet CustommerContext in WebApi
Hi!I need to get some user info in a commerce project in an ApiController class. This is in a library project, so I will not know what kind of a provider a consuming project will have implemented.If I...
View ArticleFind initialization, exclude specifg folder?
Hi,We want index pdf's from Folder 1 and Folder 4, how we do that ?Folder 1-- pdffile1Folder 2--SubFolder-----Pdfflile2Folder 4-- pdffile3Thanks!
View ArticleFallback language for commerce content
Is it possible to set fallback language for commerce content? This answer from 2017 said it didn't work back then, and I can't really get it to work now either (not on latest version, but 13.7 is...
View ArticleCan't apply Visitor Group Coupon for cart in Schedule Job
Hi, My project have "auto-schedule Place order for customer" function. Requirement is apply all coupon codes if they are still valid when schedule job place order for customer.The issue here is I can...
View ArticleCustom Asset Pane Not Working
I've been following https://cdisol.blog/2019/11/22/episerver-creation-and-management-of-non-common-content-types/comment-page-1/#comment-367 and have everything working as expected but I can't for the...
View ArticleMultiselect in content area
Is it possible to enable multiselect to remove a range of items from a content area? Much like the multiselect on items in a promotion.
View ArticleHow to handle the zip-files in the modules folder using Git or other tools?
Hi!My colleague and I have discussed for serveral days how to handle the zip-files thats provided by EPiServer and by default "installed"/located in the /modules/_protected/xxxx/ folder(s).Our current...
View Article