Blogg
Velkommen til bloggen vår. Her deler vi vår fagkunnskap og våre erfaringer rundt netthandelsløsninger. Vi blogger om handel, tech, trender, strategi, marketing, UX, nyheter og en masse annet. Slå deg løs!
EPiServer CMS 8 - What is new?
-
Development
-
Optimizely
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
-
Development
-
Optimizely
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
-
Development
-
Optimizely
-
E-commerce
The first version of Klarna Checkout payment provider for EPiServer Commerce is now released.
How to limit rendering to specific display options and set default display option for a block
-
Development
-
Optimizely
Often we want to do a little more work on our projects to make life easier for the editors that's supposed to create and update content on the website we're developing. Sometimes a small effort can do quite a big difference.
Working with the EPiServer 7.5 Commerce API
-
Development
-
Optimizely
-
E-commerce
With the introduction of EPiServer 7.5, EPiServer Commerce provides a content provider that can serve any catalog content as IContent. This means that it is possible to work with catalog content using the same techniques as working with CMS content.
Control how media types are resolved in EPiServer
-
Development
-
Optimizely
Lets say you have several content media types that all have identical MediaDescriptor extension strings. How can you control which type EPiServer will use when uploading files in the asset pane?
Creating a one-click tweet editor plugin for EPiServer 7.x
-
Development
-
Optimizely
Developing a plugin for EPiServer isn't always straightforward, this blog post aims to cross some of the hurdles of getting creative with the TinyMCE editor.
Log4net Loggly Appender for EPiServer CMS
-
Development
-
Optimizely
Loggly is a great cloud-based logging tool. It enables developers to centralise their logging to one convenient location, which helps reduce the time it usually takes to log into the server where the project is located, find the relevant log files, and scroll through the countless number of lines to find that one specific log entry. Needless to say, it's a useful tool indeed, and this plugin enables you to effortlessly implement this feature into your EPiServer CMS project.