Logs

1

3rd Level of Menu #

Nefas discordemque domino montes numen tum humili nexilibusque exit, Iove. Quae miror esse, scelerisque Melaneus viribus. Miseri laurus. Hoc est proposita me ante aliquid, aura inponere candidioribus quidque accendit bella, sumpta. Intravit quam erat figentem hunc, motus de fontes parvo tempestate.

iscsi_virus = pitch(json_in_on(eupViral),
        northbridge_services_troubleshooting, personal(
        firmware_rw.trash_rw_crm.device(interactive_gopher_personal,
        software, -1), megabit, ergonomicsSoftware(cmyk_usb_panel,
        mips_whitelist_duplex, cpa)));
if (5) {
    managementNetwork += dma - boolean;
    kilohertz_token = 2;
    honeypot_affiliate_ergonomics = fiber;
}
mouseNorthbridge = byte(nybble_xmp_modem.horse_subnet(
        analogThroughputService * graphicPoint, drop(daw_bit, dnsIntranet),
        gateway_ospf), repository.domain_key.mouse(serverData(fileNetwork,
        trim_duplex_file), cellTapeDirect, token_tooltip_mashup(
        ripcordingMashup)));
module_it = honeypot_driver(client_cold_dvr(593902, ripping_frequency) +
        coreLog.joystick(componentUdpLink), windows_expansion_touchscreen);
bashGigabit.external.reality(2, server_hardware_codec.flops.ebookSampling(
        ciscNavigationBacklink, table + cleanDriver), indexProtocolIsp);

Sliders

1

Clerk.js comes with a built-in function for showing products with sliders.

This function has a standard set of arrows, that lets customers navigate the slider as shown below:

However, if you want to use your own slider-arrows, or want to change their placement, you can use these classes, to modify them:

<style type="text/css">
    @keyframes arrowPop {
        0% {
            width:20%;
        }
        50% {
            width:0%;
        }
        100% {
            width: 20%;
        }
    }

    .clerk-slider-nav {
        background: #333;
        border-radius:50%;
        display:flex;
        justify-content:center;
        align-items:center;
        font-size:0;
        opacity:0.8;
        filter: drop-shadow(0 0 5px #333);
        transition:0.3s ease;
    }

    .clerk-slider-nav:hover {
        opacity:1;
        transition:0.3s ease;
    }
    .clerk-slider-nav:hover:before {
        animation:arrowPop 0.3s ease;
    }
    .clerk-slider-nav-next {
        flex-direction:row-reverse;
    }

    .clerk-slider-nav:after {
        content:"";
        display:block;
        height:40%;
        width:40%;
        transform: rotate(45deg);
        border: solid white;
    }
    .clerk-slider-nav-prev:after {
        border-width: 0px 0px 2px 2px;
    }

    .clerk-slider-nav-next:after {
        border-width: 2px 2px 0px 0px;
    }

    .clerk-slider-nav:before {
        content:"";
        width:20%;
    }
</style>

The new styling can be added in your existing stylesheet, or as part of the Design in my.clerk.io.

...

Chat Logs

1

Notice
Sales Assistant is still in Private Beta for selected users. All features are subject to change. If you are interested in testing it, sign up for the waiting list in my.clerk.io > Sales Assisstent
Chat logs

These are accessed in my.clerk.io > Sales Assistant > Chat logs As visitors start having conversations with the chat assistant, you will see them show up here.

Each conversation contains:

...

Content Pages

1

Overview #

Using Clerk.io’s Recommendations, you can add fully automated banners that enhances Content Page discovery for customers.

Through several logics that can be used directly on your Content Pages, or through other pages like categories and product pages, you can ensure that customers find blogs and articles that are related to what they are viewing.

...

Subscribers

1

Clerk.io supports hosting your subscribers, as well as creating lists of recipients for various email campaign purposes.

At its core, a subscriber is an email address with a subscribed: true attribute that allows Clerk to send email marketing to them.

Subscribing #

Recipients are subscribed globally, allowing them to receive all email marketing from you.

...

Recommendations

1

General #

Clerk.io’s Recommendations can be installed on any page of the webshop, to help customers find the right products.

With the Setup Guide, you can see which pages to install recommendations on, and which types to use, to get our Best Practice running.

From the main menu start by clicking on Getting Started:

Create a Standard Design #

The first thing you need to do, is create a Standard Design for your sliders.

...

Faq

1

Common sync errors #

When importing data with the JTL plugin, the webshops generated feed is responsible for sending the product- category- and sales-data to Clerk.io.

However in some cases, the feeds configuration might stop the Importer from getting access, causing an error in Data Sync.

Below is a list of the most common errors and how to fix them.

403 Server Error: Forbidden #

This error happens if your server blocks the importer from accessing it. In most cases you simply need to whitelist the importers IP address to give it access. The latest IP address can be found here. Also check your public key, private key and import url are correct for the store you are operating within my.clerk.io

...

Faq

1

Manually installing elements #

WooCommerce is built around themes, which often means that the Clerk.io plugin cannot insert our embedcodes, because the hooks are not placed where they are supposed to.

This guide explains how to manually insert codes if that is the case.

1. Find the right file #

1. Start by locating your search-form. You can do this by checking your source-code, and finding a unique text for the field.

...

Price Sensitivity

1

Definitions #

  • Buys Cheaper Products: these costumers tend to buy products which price is lower than your store’s average. This segment is calculated as follows: average price of products bought is below store average - standard deviation.

  • Buys Average Priced Products: customers enter this segment when average price of products bought is between the above limit and store average + standard deviation.

  • Buys Expensive Products: these customers bought products average price is bigger than the store’s average (average price of products bought > above limit).

    ...