Tutorials

How to Add and Setup a Custom Field

To set this up, Product Custom Fields are required and a billable add-on. If Custom Fields are not accessible under Catalog > Product Settings, please contact us so that we can assist you further. In this guide, we’ll help you get the custom field set up, as well as activate the custom field for a […]

Configuring Consent for Google Analytics 4 Using Klaro

In today’s digital world, balancing user privacy with the need for analytics insights is crucial. In this article we will review how to set up Google Analytics consent using Klaro and Google Tag Manager. Klaro provides an elegant and easy-to-use cookie management interface for users, and is a smart way for website owners to respect […]

How to Set up Google Tag Manager

To set up Google Tag Manager, please visit the Tag Manager web site and create an account. (Read more about Google Tag Manager here.) Once the account is created, be sure to copy your Container ID, which can be found on the Tag Manager “All accounts” page: Next, navigate to your web store dashboard, and […]

Protecting your store from bots

Overview If your webstore starts getting flooded with fake registrations, spam accounts, or suspicious checkout activity like card testing attempts, don’t stress. You can lock things down pretty quickly with a few smart settings. Here’s a simple breakdown of the most effective ways to protect your store and reduce bot activity. Enable captcha at checkout […]

How to Use Cloudflare Workers to Add 2FA (MFA) to Your Webstore

commercebuild currently does not offer two-factor/multi-factor authentication (2FA/MFA) or single sign-on (SSO). However, there is an alternative way to implement 2FA for a specific number of users using Cloudflare and their Workers. In this guide, we’ll show you how you can implement it. Note that this guidance is mainly for users who would access any […]

How to Add A Route for a Cloudflare Worker

Once you have created a Cloudflare Worker, you will need to assign that Worker to a route. In other words, Cloudflare needs to know where the script should intervene in the request between the user and the origin server. Getting Started To set this up, you will need to navigate to your domain in the […]

How to Create a Cloudflare Worker

Overview In this guide, we’ll walk you through how to create a Cloudflare Worker and deploy it on your domain. A Worker is a lightweight script that runs on Cloudflare’s edge network, which means it can intercept and modify requests between users and our servers. This is especially useful when you need quick, flexible control […]

Creating a password policy

Overview Your online store’s security is of utmost importance, and one key aspect of it is having a strong password policy in place. By enabling a robust password policy, you can enhance the security of your web store and protect sensitive customer information. In this guide, we’ll walk you through the steps to create and […]

Adding link to the User Account sidebar menu using JavaScript

Overview Sometimes you need quick access to custom pages from the User Account area, maybe a help page, policy link, or a special resource just for logged-in users. Instead of touching backend templates or core files, you can easily add a custom link to the User Account sidebar menu using a small JavaScript snippet. This […]

Restricting characters in fields at checkout

Overview There may be times where you need to restrict certain characters from being entered into fields at checkout. Perhaps you want to disallow special characters in the PO Number field, or only allow numerals to be entered into the phone number field. In this guide we will share a few examples of how that […]