World is now on Opti ID! Learn more
World is now on Opti ID! Learn more
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
As developers working with Optimizely, we often encounter unique challenges that push us to explore the platform's depths. Recently, I tackled a fascinating task involving content migration and external linking, which led me down a rabbit hole of...
We have decided to delist version 14.41 of the Commerce packages as we have discovered a bug that prevents current carts to be saved into PurchaseOrder. The bug COM-20253 results in an unhandled exception error while processing orders if you have...
CMS platforms these days are becoming commoditised. The modelling of most systems lends itself to automation. Giving marketers more flexibility with less need for a developer. This does give developers more room to dive into the real challenges.
As I promised in my previous blog post about getting started with Optimizely Frontend Hosting, today I’m delivering on that promise by sharing how to automate your deployment process with GitHub Actions . In this step-by-step tutorial, I’ll show y...
Step 1: Add Environment Info to the UI Create a custom UIDescriptor and a ComponentDefinition to inject a badge into the CMS UI. using EPiServer.Shell; using EPiServer.Shell.ViewComposition; [UIDescriptorRegistration] public class EnvironmentBadge...
Goal: To ensure that the latest published or last updated content is ranked higher in your search results, you can modify your query to include a boost based on recency . This typically involves boosting content based on a date field such as ...
I was faced with a somewhat unexpected MissingMethodException changing a property type from string to XhtmlString while making changes to an Optimizely website for my current client. I’ve done this sort of change on mant occations, and moving from...