Tutorials

WooCommerce Roles Management

Role management in WooCommerce is extremely flexible when using the custom commercebuild functionality.  In this article, we will walk you through how roles can best be used to manage users in your online e-commerce store. What are roles? User roles in WordPress define the set of permissions and capabilities assigned to each user on the […]

How to use the Hot Deals module

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 customers cart or can act as a link to that item’s product […]

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

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