SaaS CMS has officially launched! Learn more now.

Get the latest!

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

Syndication and sharing

loading
  • Posted on: Jun 13, 2022
    Rating:

    The recent release 14.4.0 of Commerce has the ability to extend Customer Service UI. If you want to add some section of your custom UIs to the existing CSR UI, you can do it. You just create your UI using React, bundling it to CommonJS, packing it...

  • Syndicated blog - Posted on: Jun 12, 2022

    With Optimizely’s transition to .NET5 last year, developers of add-on packages will need to follow suit. The complexity of delivering a package that supports both frameworks will vary depending on the type of package you are trying to migrate. For...

  • Syndicated blog - Posted on: Jun 12, 2022

    With Optimizely’s transition to .NET5 last year, developers of add-on packages will need to follow suit. The complexity of delivering a package that supports both frameworks will vary depending on the type of package you are trying to migrate. For...

  • Syndicated blog - Posted on: Jun 10, 2022

    While moving our client’s Optimizely 12 website to a new hosting provider we had to abandon our RabbitMQ installation in favour of a new ActiveMQ one, also supported by the on-prem event provider (EPiServer.Events.MassTransit). To make it easier...

  • Syndicated blog - Posted on: Jun 09, 2022

    In this blog post I’ll re-introduce an Optimizely addon that’s been available for several years but that perhaps has not gotten a proper introduction to the developer community. The addon adds standardized management of settings in the form of...

  • Syndicated blog - Posted on: Jun 05, 2022

    The versions published on Optimizely's NuGet now has a version 2.0.2 that is compatible with .NET 6.0 and CMS 12.4.2 or newer. Once upon a time I created this package that handles SendGrid messages asynchronously. The typical use case is probably...

  • Syndicated blog - Posted on: Jun 05, 2022

    When you have a need to use available localizations from e.g. a headless app, one way to do it is through a custom api. In this gist you can find a basic api controller that you could use. It uses the LocalizationService to retrieve all...

  • Syndicated blog - Posted on: Jun 03, 2022

    When you are about to migrate a site from CMS 11 to CMS 12, it's not unusual to want to do some rewriting and re-implementation to clean up the architecture as part of the project. When you do that (and in many other cases) it can be incredibly...