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!
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.
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.
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.
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.
New version of Tags for Episerver
-
Development
-
Optimizely
The biggest fix has been auto-save not always picking up changed values from the Tags property. In addition we’ve added some more flexibility with GroupKeys, CultureSpecific support, allow spaces, allow duplicates and case sensitive. And a brand new admin interface for managing tags.
Order management in Klarna Checkout Module
-
Development
-
Optimizely
-
E-commerce
This blog post is the third in a series of blog posts about Geta's Klarna checkout module for Episerver Commerce. In this post I will describe order management processes such as complete shipment, returns and partial shipment.
Redirect based on Episerver visitor group
-
Development
-
Optimizely
Here's a small code sample on how you can redirect to content in Episerver (or somewhere else) based on visitor groups.