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
Routing to the Product Detail Page is one of the most important components of our EPiServer 7 MVC and Commerce integration. The routing we create will define the primary path to the product's information. Since we are not going to be creating page...
Over the last couple of months, we've been working on integrating EPiServer Commerce 1 R3 with an EPiServer 7 MVC site. Unfortunately, this is not the most straightforward process, as Commerce 1 R3 is not fully supported with EPiServer 7 sites usi...
Over the last couple of months, we’ve been working on integrating EPiServer Commerce 1 R3 with an EPiServer 7 MVC site. Unfortunately, this is not the most straightforward process, as Commerce 1 R3 is not fully supported with EPiServer 7 sites usi...
Over the last couple of months, we've been working on integrating EPiServer Commerce 1 R3 with an EPiServer 7 MVC site. Unfortunately, this is not the most straightforward process, as Commerce 1 R3 is not fully supported with EPiServer 7 sites usi...
The API for PayPal has changed since the release of the provider so you will get an exception when trying to connect to paypal. This is the error found in the log: [ERROR] [com.paypal.sdk.exceptions.TransactionException] - The request was aborted:...
In a project that had been upgraded from EPi6 R2 (originally an EPi4 site) with PageTypeBuilder to EPi7 the Global Library in the block section was missing. When checking the parameters globalBlockFolderId and siteBlockFolderId in sitesettings of...
EPiServer 7 CMS provides full support for creating templates with MVC using the Razor and Web Forms view engines. Part 1 of this series describes how to create Page Templates. This post describes how to build Block Templates. Prerequisites This...
Background for this post. I wanted to learn how to create EPiServer 7 MVC Add-On and quick googling basically had 2 results. So this blog post will be based on Dmytro Duk blog posts Developing simple add-on for EPiServer 7 … Read more ›