Blogg

Velkommen til bloggen vår. Her deler vi vår fagkunnskap og våre erfaringer rundt netthandelsløsninger. Vi blogger om handel, tech, trender, strategi, marketing, UX, nyheter og en masse annet. Slå deg løs!

Third year Gaselle status

Geta has three years in a row been picked out by Dagens Næringsliv to be included in the Gaselle list of aspiring businesses.

Import redirects for 404 handler

  • Development

  • Optimizely

This is more a reminder for me, but could be useful for others as well. We use the Episerver 404 handler in most if not all of our projects. It does a good job of handling URL redirects and custom 404 pages.

Frederik Vig

Content reference selector with direct file upload

  • Development

  • Optimizely

Sometimes when developing Episerver solutions you find the need to extend the behaviour of already existing property editors. In this blog post I will briefly describe how I extended the built-in content selector with direct upload functionality using drag and drop. This way you don’t have to create your "Media"-items before being able to select them. You can just upload them directly to the property editor and they will be added to the assets folder of the content you are working on and selected automatically.

Fredrik Eckmar

Insert your view engine at correct position

  • Development

  • Optimizely

The other day I had to deal with a mysterious error with the Episerver Shell search function. You know the little search icon to the right in the dashboard drop-down menu. When I clicked it nothing happened. I looked at the request in developer toolbar, discovered the exception and this is how I fixed it.

Mattias Olsson

Episerver Commerce - Retrieving all parent catalog nodes

  • Development

  • Optimizely

  • E-commerce

From time to time I get asked; 'How can I retrieve all parent catalog nodes for a product in Episerver Commerce?' Achieving this using the current version of Episerver commerce API is a bit cumbersome. Luckily Episerver is working on a relation overhaul for the next major version of Commerce, but until then I'll provide some sample code that does the trick.

Mari Jørgensen

New EMVP in Geta

It's with great pleasure we now introduce one new EMVP (Episerver Most Valuable Professionals) in Geta, Māris Krivtežs

Service API for Customers, Carts and Orders released

  • Development

  • Optimizely

  • E-commerce

EPiServer released Service API some time ago but it was missing an API for Customers, Carts and Order. We have now released additional Service API endpoints for this Commerce functionality.

Maris Krivtezs

Content area renderer on steroids

  • Development

  • Optimizely

This is an example of a custom content area renderer that automatically wraps blocks in container and row <div> tags and also has support for non wrapped hero blocks.

Mattias Olsson