Stores

1

Adding a new Store #

It’s possible to add more stores to your Clerk account backend. You might want to add a new store with different country domain or a development site.

In your my.clerk.io Dashboard, click on the current Store name in the upper right corner:

Near the bottom of the popup, click + Add New Store:

Fill in the details for your store and click Add New Store.

...

Users

1

Users menu

A single User has access to all Companies, and usually all Stores that they are added to, from a single my.clerk.io login. There are no extra charges for users, so we recommend that everyone working with Clerk has their own user.

Inviting new users #

Users with Admin or Manager roles can add new team members to a Clerk.io account.

  1. Click your Store name in the upper left corner
  2. Click your Company name in the top of the dropdown
  3. Click Users
  4. Click the button Invite new user
  5. Enter their email address
  6. Set the role that best matches their needs
  7. Click Send invite

Getting access #

If a user already has access to another Clerk.io Company, they will automatically have access to your Company next time they log in.

...

Code Designs

1

Code Designs
Clerk uses Liquid for managing code designs. It’s a safe and flexible templating language that enables you to create any kind of design you want for your Clerk elements. This article covers the basics.

You can check the full documentation in our developer docs.

Objects #

Data points that are displayed when the design is rendered. They are wrapped with {{ and }}. E.g:

{{ product.price }}

In this example, Liquid is accessing the product object and renders the price attribute contained in it.

...

Logics

1

Clerk is built around a powerful API that offers many different ways to display results to customers. These are called Product Logics and offer various functionalities suited to different use cases.

This article explains the available logics for Email and how they work.

The names of these Product Logics match what you see in the my.clerk.io backend when using Content. Each of them has a matching Endpoint in Clerk’s API, which you can inspect in our developer docs using the links provided below.

...

Measuring Impact

1

Using Clerk should technically be free - you should always earn substantially more than you pay for it. That’s why we’ve built a detailed Dashboard and Analytics for all products, to show how it helps your business.

Precise Tracking #

One of the great things about our Dashboards is that you can see exactly which orders were impacted by Clerk and how much more valuable they are.

...

Logics

1

Clerk is built around a powerful API that offers many different ways to display results to customers. These are called Product Logics and offer various functionalities suited to different use cases.

This article explains the available logics for Recommendations and how they work.

The names of these Product Logics match what you see in the my.clerk.io backend when using Content. Each of them has a matching Endpoint in Clerk’s API, which you can inspect in our developer docs using the links provided below.

...

Logics

1

Clerk is built around a powerful API that offers many different ways to display results to customers. These are called Product Logics and offer various functionalities suited to different use cases.

This article explains the available logics for Search and how they work.

The names of these Product Logics match what you see in the my.clerk.io backend when using Content. Each of them has a matching Endpoint in Clerk’s API, which you can inspect in our developer docs using the links provided below.

...

Omnisearch

1

Omnisearch example
Powered by Clerks latest Search technology, Omnisearch provides you with the flexibility that you need to offer the best modern search experience:

  • Live results are shown to your visitors as they type, and include products, categories and pages.
  • Sorting and filtering: to let your visitors refine their search in an intuitive an easy way.
  • Easy to integrate in your site using one of our great starting templates.
  • It matches your brand through changing a few standard settings like logo, fonts, colors and more.
  • It’s fully customizable with HTML, CSS and Liquid for developers.

Getting started #

Omnisearch consists of a customizable Design for visuals and a Content block that allows it to be installed on your site.

...