A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Get the latest!

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

Syndication and sharing

loading
  • Syndicated blog - Posted on: Aug 29, 2014

    I needed to add a few extra tabs to our EPiServer 7.5 installation last week, and found Per Magne Skuseth‘s comment on Tabs and sort index to be really useful. Of course I managed to alter the piece of code … Continue reading →

  • Syndicated blog - Posted on: Aug 29, 2014

    Creating a CustomerContact from a MembershipUser is something you'll run into quite quick when developing a Commerce site. Now, what's wrong with this piece of code? public CustomerContact CreateUser(MembershipUser user, string firstname, string...

  • Syndicated blog - Posted on: Aug 29, 2014

    Just a quick note to myself (and perhaps others), so that I won’t spent the same amount of struggling again… :) The Xml CDATA tags do not work in EPiServer, and what’s more: EPiServer stops parsing the lang file at the point where the CDATA tag is...

  • Syndicated blog - Posted on: Aug 29, 2014

    Once in a while, you might just need to retrieve shopping carts outside a given user context. Since it's not super intuitive in the Commerce API's, here's how.

  • Syndicated blog - Posted on: Aug 28, 2014

    The most commonly used workflow in EPiServer is the Sequential approval workflow. It is primarily used to assign tasks and send notifications through the various stages of page publication. Troubleshooting workflows is no easy task. You typically...

  • Syndicated blog - Posted on: Aug 28, 2014

    Every website should have a friendly 404 page. It’s also nice to give your clients the possibility to edit the content of the 404 page and maybe add a contact form as well. But how do we do it? First we need a model for the 404 page: namespace...

  • Posted on: Aug 28, 2014

    Microsoft released a new preview search solution in Azure a little while ago and this post is about how to use it in an EPiServer website. I try this out because that when deploying an EPiServer site to Azure as an Azure website the built in...

  • Syndicated blog - Posted on: Aug 27, 2014

    So I ran into a problem, or maybe a bug, while using the Property Control in a WebForms implementation. I needed to have a backup value for a property. e.g. if you have an introduction property on a page and a description to be used in the MetaDat...