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!
Translating the EPiServer UI
-
Development
-
Optimizely
Sometimes you may want to translate the EPiServer user interface to a currently unsupported language or just want to change the text of some button or whatever. If you have been working with EPiServer for a while you probably know that one way you can do this is by putting XML files in the ~/lang folder. But where the hell are the language files being used by EPiServer so you can lookup all the XPaths? I'll tell you. And because I'm so friendly I'll let you download the XML files for free.
Content Area - under the Hood, part II
-
Development
-
Optimizely
This is second post in series of EPiServer Content Area feature. This time we will take a look at how render templates are selected.
Category selection for multiple sites in EPiServer enterprise solutions
-
Development
-
Optimizely
This is a quick tip filed under the "Enhance the user experience for web editors" category. In an enterprise EPiServer solution with multiple sites it's a common scenario to have separate category structures for each site. This simple editor descriptor makes sure the web editor for a specific site only sees and can select the relevant categories.
Content area - under the hood part I
-
Development
-
Optimizely
Lately I was visiting and revisiting content area, code and functionality around this feature in EPiServer and decided to revisit it once again and take a closer look at what’s really inside. So the blog post is not about what content area is, but how it works, how responsible party for rendering and templating is selected when EPiServer needs to render this one of the most powerful content editing feature.
New version of Geta oEmbed
-
Development
-
Optimizely
Another one of our popular modules has been updated to .NET 4.5 and EPiServer 8. It is still backward compatible with the old custom property and dynamic content. In the new version you'll now find a block that you can easily use as both local and shared.
New version of Geta Tags
-
Development
-
Optimizely
The new version now finally supports other types of content like MediaData, BlockData and CatalogContent in addition to PageData.
Moving from EPiServer CMS to EPiServer Commerce as a Developer
-
Development
-
Optimizely
-
E-commerce
Are you starting your first EPiServer Commerce project? What are the major differences between the products? What new challenges do you face in an ecommerce project vs a regular website project?
Simple URL keeper for EPiServer
-
Development
-
Optimizely
-
SEO
Here's a little code sample that is useful for when you need to perform an automatic redirect after content is moved in EPiServer, to avoid getting a bunch of 404's.