A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

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: Dec 09, 2013

    In EPiServer 7.5, it has become a lot easier to create a commerce site in MVC. Commerce 7.5 uses the same routing system, and the same typed content model as the CMS, which enables the same MVC support in commerce as in CMS. We will write a commer...

  • Syndicated blog - Posted on: Dec 09, 2013

    One of the new things in EPiServer 7.5 is the ability to restrict available content in ContentAreas (and similar Properties). A great way that prevents content to be dragged to a ContentArea compared to the validator option that is common in...

  • Syndicated blog - Posted on: Dec 09, 2013

    1.        Create a Content Type We can use CMS-style rendering template in EPiServer Commerce 7.5. to use rendering template for a Node or an Entry, we need to define a content type class e.g. using EPiServer.Commerce.Catalog.ContentTypes; using...

  • Posted on: Dec 06, 2013

    There are some changes that have been done regarding routing and template selection in EPiServer 7.5. Here is a summary of the most significant changes.   Routing to files/media In EPiServer 7.5 the handling of files used in content (typically...

  • Posted on: Dec 06, 2013

    I don’t know about you but I use ImageResizer a lot ( http://imageresizing.net/) . One of the major changes in EPiServer 7.5 is the way media/images are handled and ImageResizer no longer worked for images stored in EPiServer. In order to fix this...

  • Posted on: Dec 06, 2013

    Create custom views You might have already known that in EPiServer 7.5, it is possible to create custom views in Edit mode beside the built-in “On page edit” and “All properties” views. In the simplest practice, all you need is to create a widget...

  • Syndicated blog - Posted on: Dec 06, 2013

    The web is dynamic in nature and there are many reasons the idea of a PageType does not scale for what’s on the horizon in web development. I’ve posted on the Making Waves Blog. Read the complete blog post here.

  • Syndicated blog - Posted on: Dec 06, 2013

    We can use any attribute developed for CMS, in our commerce content type models. e.g.  ContentType attributes, Access attributes, AvailableContentTypes attributes, TemplateDescriptor attribute, Property attributes, Image URL attribute and Default...