This module creates a rotating carousel of items that are in your webstore. It is perfect for featuring a particular collection of items, best sellers, featured or sale items. Items that are in the Hot Deals Module can be directly added to a customer’s cart or can act as a link to that item’s product […]
Tutorials
Obtaining Your UPS OAuth Credentials
As of June 3, 2024, interactions with the UPS API require OAuth 2.0 security credentials. Follow the instructions below to obtain yours. 1. Log into UPS Go to https://www.ups.com and log into your account. Once logged in, go to their developer’s portal: https://developer.ups.com 2. Go to My Apps Press on the My Apps link in […]
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 […]
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 […]