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