-
Implementing Klarna Checkout
Written by Maja Sæterstøen
In this tutorial we're going to look at how we can implement Klarna Checkout on our webshop in a few easy steps. This tutorial assumes you've already got a functional webshop, as well as user credentials from Klarna.
-
Migrating to Azure Database for PostgreSQL server
Written by Relatude
When migrating Relatude CMS databases to Azure there are a few things to consider before you get started. This article explains one possible way of migrating databases successfully.
-
Relatude installation using PostgreSQL
Written by Employee
This article describes the steps of installing a new Relatude CMS project using a PostgreSQL database.
-
PostgreSQL EnterpriseDB installation
Written by Employee
This post describes the installation of PostgreSQL using the EnterpriseDB installer. The post is targeted at local installation aimed for development purposes, and not for hosting on a server.
-
PostgreSQL installers and versions
Written by Employee
This post covers our experiences of using PostgreSQL for development purposes on Windows machines.
-
Deploying a SQL database to Azure with SQL Server Management Studio
Written by Maja Sæterstøen
This post shows how to deploy a database to Azure with SQL Server Management Studio.
-
How to configure editor stylesheets
Written by Relatude
The Relatude WYSIWYG editor works well out of the box, and many sites use it in the default setup. But sometimes you need to style the text and other html elements in the editor in the same style as it is styled in the website, as well as offering custom css classes to apply to elements. This tutorial will show you how.
-
Custom elements in HTML editor using WAFTagProvider
Written by Relatude
-
How to create a site map in Relatude
Written by Vidar Langberget
Many websites have a site map. The code below shows you how to create a simple site map.
-
Tracking of Relatude forms submissions through Google analytics
Written by Einar Johansen
If you want to track submissions from the Relatude forms module in Google Analytics you probably want to filter out the ones who’s valid and the ones that’s not.
-
Making a relation between the same content class reflexive
Written by Vidar Langberget
If you create a relation where the parent and child content class is the same, you often need the relation to reflexive.
-
Using coupon codes in the e-commerce module
Written by Vidar Langberget
The e-commerce module supports coupon codes. In this tutorial I'll show you how to set it up.
-
Adding custom fields to the search index
Written by Relatude
Sometimes you want to filter your searches on a property that doesn't have a field in the Lucene search index. This example will show you how to add a property as a custom field.