Tutorials

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

Controlling Access to Specific Product Categories

Overview commercebuild lets you control who can see specific product categories in your store. You can restrict access at the user group level, making certain categories visible only to logged-in users, or specific customer groups. This guide walks you through how category access works in the commercebuild web store, so the right products show up […]

How to Configure Regional Availability and Pricing (RAAP) in Google Merchant Center

Overview Regional Availability and Pricing allows you to show availability of a product at a specific warehouse location for a B2C/guest user, which may be different from the default locations set in your B2C/Public settings. This may be necessary so that Google displays region-specific stock availability and pricing (based on the warehouse). In this guide, […]

How to Add Custom Fields to Product, Category, Search and Cart Pages

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. Overview Custom Fields in commercebuild let you add extra product details and display them where they matter most, on Product pages, Category/Search results, and the […]

Google Address Auto Complete

Overview If customers sometimes enter incorrect address details during checkout, the free Google Address Auto-Complete add-on can help simplify the process. This feature suggests accurate addresses directly from Google as customers begin typing. It helps users quickly select the correct address, reduces typing errors, and improves the accuracy of the information submitted during checkout. How […]

How to use PunchOut

commercebuild PunchOut is a billable add-on. Please reach out to us if you would like this feature enabled for your web store. commercebuild’s PunchOut technology can be used to integrate with platforms, such as TradeCentric or Greenwing. However, it is possible that you’d like to leverage our PunchOut technology for another purpose. In this guide, […]

Targeting specific user groups with CSS or JavaScript

There may be times when you want to customize your store in some way for specific users, depending on which group a user is assigned to. Perhaps you want to use CSS to hide a button for one user group, but display the button for others. Or perhaps you want to trigger a JavaScript function […]

How to Enable reCAPTCHA on Custom Forms

In order to enable reCAPTCHA on Custom Forms, go to your web store Dashboard, click System > Features > B2c (Public), and toggle Enable Form Captcha to ON. To verify that the reCAPTCHA is working, go to the page with the custom form as a Guest user and verify its presence: Note that logged in users […]

Adding a custom message to the shipping step at checkout

There might be times that you want to display a custom message in the shipping step at checkout. For example: You can achieve this with a little JavaScript placed under “System → Modules → Custom Tags”. You will want to be sure that you select the options “Position: Footer” and “Page Type: Cart”. Once that […]

How to configure Stripe as a payment method

This guide will walk you through the steps to configure Stripe as a payment method in your web store. A prerequisite is that you already have a Stripe account. Obtain Your API Keys Log into your Stripe account and navigate to https://dashboard.stripe.com/apikeys. First decide if you want your account in “Test Mode” (for testing purposes). […]