Tutorials

How to Restrict Product Access by Customer or Group

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. 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 click System > Site Settings. Once you’re […]

Protecting your store from bots

If you find that your web store is experiencing issues with spammy looking registrations or potential carding attempts at checkout, there are a few steps you can take to help prevent those. Enable captcha at checkout Enable captcha at registration Require email validation after registration Enable AVS security options with your payment gateway merchant Cloudflare […]

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

In this guide, we’ll show you how you can create a Cloudflare Worker. Cloudflare Workers are useful because they can allow you to intervene in the requests between users and our servers. To get started, you will need a Cloudflare account, and your web store will also need to have its DNS hosted at Cloudflare. […]

Creating a password policy

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 apply […]

Adding link to the User Account sidebar menu using JavaScript

There might be a situation in which you want to add custom links to the sidebar menu of your user account pages. This can be done fairly easily with JavaScript. Log into your site and navigate to “System → Modules → Custom Tags”. Add a new tag, with the position of “Footer”, and the page […]

Restricting characters in fields at checkout

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 can […]