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: Jul 14, 2012

    Styling the EPiServer edit mode table layout to make your custom properties look pretty may not always be as easy as one would like. Even though it works well for smaller fields, if you are creating a property of the … Continue reading →

  • Posted on: Jul 11, 2012
    Rating:

    This is Part 2 in a 3-part series on understanding and extending tiered pricing in EPiCommerce. In Part 1, we covered how tiered pricing works and hinted at how to extend it. In this post, we’ll go over the mechanics of implementing custom sale...

  • Posted on: Jul 11, 2012
    Rating:

    This is part 1 of 3 blog posts created to give you some background on how tiered pricing works in EPiCommerce and how you can extend it to do cool things like have pricing for visitor groups or other pricing scenarios you need to handle. When you'...

  • Posted on: Jul 09, 2012
    Rating:

    In this blog I will talk about how easy (or hard) it is to switch from Lucene to Solr. EPiServer Commerce R2 SP2 comes with three providers: Lucene (default), Solr and Solr 3.5. While the Lucene provider is .NET, Solr is based on Java and thus nee...

  • Syndicated blog - Posted on: Jul 08, 2012

    This blog post is about how to implement ASP.NET MVC 4 output cache with EPiServer 7 Preview. Output cache in ASP.NET MVC 4 Output cache in ASP.NET MVC is built on top of the ASP.NET framework. Though ASP.NET MVC manages full page output cache and...

  • Syndicated blog - Posted on: Jul 08, 2012

    This blog post is about how to implement ASP.NET MVC 4 output cache with EPiServer 7 Preview. Output cache in ASP.NET MVC 4 Output cache in ASP.NET MVC is built on top of the ASP.NET framework. Though ASP.NET MVC manages full page output cache and...

  • Syndicated blog - Posted on: Jul 06, 2012

    A customer insisted on indexing the site using their Google Mini server. The problem is that Google Mini does not support forms authentication or cookies. So here is a brief summary of what we did to make indexing the site possible: A Web.config...

  • Syndicated blog - Posted on: Jul 05, 2012

    This blog post is about the error “CS0103: The name ‘model’ does not exist in the current context’ when developing with EPiServer 7 Preview. Background & cause IntelliSense won’t recognize the keyword @model in your view. When running the site we...