Blog
Welcome to our blog. This is where we share insights on e-commerce solutions. We blog about commerce, tech, trends, strategy, marketing, UX, news and other stuff. Enjoy!
Features folder in Optimizely 12
-
Development
-
Optimizely
A few days ago we completed the migration to Optimizely 12 for one of our projects and we have some tips and tricks to share.
Upgrading to Optimizely 12 ASP.NET Core Identity
-
Development
-
Optimizely
Upgrading to Optimizely 12 involves switching frameworks to .NET 5 which is a big step involving a lot of things. One of those things I found a bit trickier than the rest is porting an existing authentication provider. Normally you have either ASP.NET Membership or ASP.NET Identity set up in your Optimizely 11 solution, running on ASP.NET Framework 4.72.
Tracking down initialization issues in Optimizely
-
Development
-
Optimizely
Upgraded Geta Optimizely packages
-
Development
-
Optimizely
We have released several packages that are upgraded for Optimizely 12.
Avoid Lock - Pointing Two WebJobs to The Same Azure Storage Account
-
Development
Recently we had a requirement to run multiple copies of our webjobs in parallel (with different settings and configuration) doing similar but different work.
New Geta.NotFoundHandler
-
Development
-
Optimizely
BVN.404Handler and Geta.404Handler are re-released as Geta.NotFoundHandler. The new library supports ASP.NET 5 and Optimizely 12.
Extending Episerver On Page Editing view
-
Development
-
Optimizely
In this blog post I'll show you one way of extending Episerver's On Page Editing view, by automatically setting image caption and alt text properties on a page based on the image content that the editor selects.
Custom Episerver Commerce Product/Variant router
-
Development
-
Optimizely
-
E-commerce
-
SEO
Just wanted to share a custom Epi Commerce hierarchical router that I'm using in a project where we have a Product -> Variant structure. All variants in the catalog belong to a product and a product can have one or multiple variants.