November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
Follow bloggers on Optimizely World to get the latest from people who know all about the Optimizely platform! You will find blog posts from the entire Optimizely community, as well as from the Optimizely development teams.
Start blogging - create your own blog (requires log in)
Manage your blog posts on Optimizely World (requires log in)
Rules for blogging on Optimizely World
When working with EPiServer page views there is a useful property - PageEditing.PageIsInEditMode, which allows checking if the page is open in edit mode. But when working with block views, there is no such property. I found one solution on EPiServ...
Hypothesis: Promotion engine will run promotions only for the defined market even if editors are creating promotions for other markets also. using System; using System.Collections.Generic; using System.Linq; using EPiServer.Commerce.Marketing; usi...
You may have noticed that the new promotion system within EPiServer Commerce is finally out of beta. Besides all the obvious advantages there is a little treasure in there as well. In the old days we used to create custom blocks for displaying a...
I got a chance to share my views on custom promotion at Manchester Meetup and learn from other technology masters. It was really a cool gathering. There was at least one representative was present from each EPiServer partner in that region. It was...
We look at the benefits of validation in Episerver and how developers can use it to save themselves and content editors a lot of headaches.
Version history is one of the basic features of any CMS and of course EPiServer has complete support over all of your pages and commerce data. You might say that everyone knows that EPiServer has this feature, but to be honest I didn't expect to...
This time we're creating a custom Dojo widget as an editor for string list properties, making use of the new PropertyList type that was introduced in Episerver 9.
Integrations in CMS projects often get complicated, but customers love simplicity. So are ready-made modules the perfect answer?