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
With the update 56 , we now have support for installing both the front-end site and Commerce Manager using the Visual Studio extension. From now on, deployment center shouldn’t be used when installing a new empty commerce site. The steps to create...
EPiServer Commerce 8.9 contains, among many other features and fixes, several performance improvements with focus on Orders and the Catalog. These performance improvements benefit all implementations automatically. But we have also added a couple ...
Commerce Manager comes with basic order search and -lists. To improve usability and make it easier to find orders we have developed various enhancements to Commerce Manager. Included in the initial release: Improved Order Search with wildcard...
We have released a new version of the EPiServer.ServiceApi and I wanted to highlight some important features over the last two releases. As of version 1.2.0 the ServiceApi is now split out into two packages. EPiServer.ServiceApi - this is the bas...
We have released the source code for the expression editor here on github. The editor is used to create expressions for custom promotions in EPiServer Commerce. You can read the documenation here to understand how to use.
In Commerce 8.0, we have dropped the dependency to EPiServer Common Framework. When dropping the dependency, we had to remove all classes in EPiServer.Business.Commerce which had dependencies to EPiServer Common Framework. With the dropped classes...
To make a site work in Commerce 7.5, we have to register a partial router that will handle the catalog routing. The partial router, that comes out of the box, is called ‘hierarical catalog partial router’. This partial router needs to be registere...
Integration testing a EPiServer Commerce site can be tricky. How would you know how to initialize everything in a way so that your tests behaves similar to how your site behaves? In an attempt at answering this question for you I’ve created a samp...