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: Sep 01, 2014

    I received a request the other day for the ability to use Active Directory Groups in Commerce Manager for permissions.  While Commerce Manager uses granular permissions that will not allow this easily, there is a way to at least sync the groups an...

  • Posted on: Sep 01, 2014
    Rating:

    In order to get features out as early as possible and to get early feedback EPiServer will from time to time include features that are in “beta state” in our weekly deliveries . By default beta features are hidden to prevent unintentional use...

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

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