Redirects

1

Redirect is our new functionality for customizing Search.

It allows you to create a direct connection between a query or keyword and a specific url. When can you use it?

For example, you have a stand-alone product for one category, and you want to make it possible for your costumers to directly search for the product page from the search, without passing by the search page.

This guide will be divided into two sections. The first one is to show you how to create a Redirect for your store and the second part the additional steps you will have to follow if you have a custom API store.

...

Configuration

1

Screenshot of the search settings section

Clerk.io’s Search 3.0 comes with a set of customizable features that let you to adjust your site’s search behaviour even more. Once it is active in your store, you will be able to find the Search configuration page in the lateral menu under Settings.

In the Search configuration page, you will be able to adjust the different parameters listed below.

Note: every time you update your Search configuration, it will trigger an analyzation of your data. Depending on the size of your catalogue it may take up to 15 minutes, although in most cases it shouldn’t require more than a few minutes. Changes will be visible in your site once the re-indexation is over.

...

Knowledge Center

November 1, 2023
1

Knowledge Center #

Welcome. Get an overview of Clerks features and functionalities.

Popular Articles

Clerk Basics

Modifiers

November 1, 2023
1

Overview #

Modifiers is a powerful tool that allows you to change the product data after the sync without the need to get a developer to make changes in the data-feed. As it is currently an exprerimental tool, only the internal clerk staff can use it for now. So please contact support if you need this functionality.

It supports the following commands.

CommandEffect
setAdds an attribute to all products
deleteRemoves an attribute on all products
updateUpdate an attribute on all products
typeChanges the type of an attribute on all products
splitSplit a string by separator, into a list of strings.
expressionEvaluates an expression in an attribute
formatFormats a string in an attribute
lowerFormats a string to all lowercase characters
upperFormats a string to all upper characters
capitalizeFormats a string to title casing with first character uppercased

All commands also supports the if clause. The if clause can be added to anything with a statement, and the command will only be run on the attribute if the statement evaluates to true.

...

Email Recs

1

Before you start!

Make sure that you have made the initial integration on the webshop so that Clerk.io is synced with your product catalog and order history.

1. Create an Email Design #

The first thing you have to do is create a Design for your emails. You can create as many different designs as you want and each Design can be used across many different recommendations blocks.

1. In my.clerk.io backend, head to the menu on the left hand side. Click Email -> Designs.

...