Month: May 2015

Inline checkbox editor

24 May 2015 EPiServer, EPiServer properties No comments

In the last post I described how to extend the All properties view. I changed the behavior of forms editing by subscribing to events between widgets. But code did not affect the On Page edit view. It was possible to edit message details, while it was not possible to change the ShowMaintenanceMessage bool property state. (more…)

Extending “All properties” view

11 May 2015 EPiServer 1 comment

In EpiServer 7.5+ you can create a custom view in Edit Mode. This is a powerful extension point to enhance the user experience. With few lines of code we are able to display the Content in a specific way. One of the built-in views is “All properties” view which allow to edit the form properties.

In this post I’ll show you how to extend “All properties” view and to create dependencies between the form properties. (more…)

Experiences of upgrading EPiserver Commerce

4 May 2015 EPiServer, EPiServer Commerce, EPiServer migration 1 comment

We upgraded both CMS and Commerce a few weeks ago. We did not encounter any major issues while upgrading Commerce however I would like to point two issues worth sharing. (more…)