Try our conversational search powered by Generative AI!

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
  • Posted on: Sep 01, 2014
    Rating:

    Projects is our first Beta feature in the Edit UI, and the reason for it being beta is that we want to gather feedback from you on what we can improve, which features are we missing and so on, and still have the possibility to do large changes...

  • 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
    Rating:

    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...