Blogg

Välkommen till vår blogg. Här delar vi med oss ​​av vår specialistkunskap och våra erfarenheter kring e-handelslösningar. Vi bloggar om handel, tech, trender, strategi, marknadsföring, UX, nyheter och mycket annat.  

Improved CategoryList editor descriptor for EPiServer

More than one time I have found myself in the need of a filtered category tree in EPiServer. In large sites there can be a lot of categories and sometimes you just want to force the web editors to choose from a predefined root category. What to do? Create a editor descriptor that replaces the built-in one!

Mattias Olsson

Using EPiServer's content selector widget in dojo component

For the last couple of days I have been working with a custom dojo component that plugs into the assets panel. I needed a way to select a page from the content tree and had no idea how to do it so I started to dig around in the large and deep structure of ClientResources in the EPiServer.CMS.UI package and voilà, I found the epi-cms/widget/ContentSelector. Let's use it!

Mattias Olsson

Font Awesome auto complete editor for EPiServer

A couple of days ago I read a blog post about a Font Awesome selection editor for EPiServer. It inspired me because I'm currently in a project where we need basically the same thing with two exceptions: 1. I want the editors to be able to search for icons since the list is quite heavy with more than 500 icons to browse through. 2. I don't want to have a XML file with all the icons, I just want to get them from the stylesheet by parsing it with javascript.

Mattias Olsson

Full support for Asp.Net Mvc areas in EPiServer 7.5

This is a blog post about how to add Asp.Net Mvc areas back in town and add full support in EPiServer v7.5. I’ll not spend time to explain what Mvc area is, most probably if you are reading this, you already are looking for a way to add it or adjust it to your needs in your EPiServer project.

Valdis Iljuconoks

Modern Episerver Development

I get a lot of questions from new and experienced developers alike asking how it is working with Episerver these days. They have maybe heard some rumors from people working with Episerver before or they have stumbled across an Episerver project in the past. The main thing is that there´s a lot of confusion out there about what we as Episerver developers do everyday.

Frederik Vig

EPiServer CMS 8 - What is new?

EPiServer has just released version 8.0 of their popular CMS/WCM system. What is new for editors? How hard is it to upgrade from 7.x? Let's take a look.

Controlling allowed types in a ContentArea using an interface

Recently I've been involved in a project that features a great deal of different content types. Early on I figured that using an AllowedTypesAttribute on ContentAreas would be helpful for the editors, since you might not want to drop exactly everything, everywhere.

Klarna Checkout payment provider for EPiServer Commerce

The first version of Klarna Checkout payment provider for EPiServer Commerce is now released.

Maris Krivtezs