November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
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
Constructing custom properties for EPiServer often gets you to a point where you would much rather just use built-in EPiServer functionality instead of reinventing wheels; especially when it comes to things such as adding page selectors, XForms...
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 →
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...