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
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...
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'...
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...
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...
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...
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...
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...
This post is about how to setup an environment for developing add-ons for EPiServer 7 . By development environment here I mean a possibility for an add-on developer to make some changes in code, build the project and see those changes on a...