Take the community feedback survey now.
Take the community feedback survey now.
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
This is (a very long due) part two of a collaboration between EMVP Khurram Khan and me on integrating EPiServer with Microsoft Azure Logic Apps. If you haven't read part 1 I really recommend to check out part 1 (by Khurram) first to find out what...
In EPiServer.CMS.Core.11.8.0 we released a feature (that is somewhat related to GDPR) which is the ability to turn of Visitor Group Personalization for all/some requests. We have not changed the default behavior which is that Visitor Group...
In Part I we explained how to use Metadata Plus using class inheritance and we also defined an XML file which will allow us to do the same using another Commerce API which is more flexible. So in this part… Continue reading →
Episerver has made the Market property on IOrderGroup obsolete. If you are using it, you will see this warning message: 'IOrderGroup.Market' is obsolete: 'This property is no longer used. Use IMarketService to get the market from MarketId instead....
This post is intended for developers and is mostly code examples. How to use visitor groups to control access to content is well documented here at episerver world: https://world.episerver.com/documentation/developer-guides/CMS/personalization/ It...
During the Ascend event in Las Vegas, London and Stockholm I held a presentation about news in Episerver Commerce. I talked about new features we have been releasing during 2018 so far, and some things we are currently working on right now....
Disclamber: You should propably never do like this unless it is completly nessesary since you are working directly agains the database of Epi and that can be dangerous so IF you do this, I will take no responsibilty in the script and you do it on...
EPiServer Metadata Plus allows you to customize the Catalog and Order systems custom in several ways. One way is by creating classes that inherit from ProductContent for Products and VariationContent for Product SKUs and then set attributes to the...