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. […]
Tutorials
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 […]
Controlling Access to Specific Product Categories
Through the commercebuild web store there is a way to restrict access to specific categories of products through the user group level. In this guide we will review how that is done. Prepare the category You must first either create the new restricted category, or identify which category already exists that you intend to use. […]
How to Configure Regional Availability and Pricing (RAAP) in Google Merchant Center
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, we’ll […]
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. Create Your Custom Fields Your custom fields can be configured by navigating to “Catalog → Product Settings → Custom Fields” Press the “Add New Custom […]
Google Address Auto Complete
If you’re facing issues with customers entering incorrect address details at checkout, our free Google Address Auto-Complete add-on can help streamline the process. This feature provides users with suggested, accurate addresses directly from Google, reducing the chance of errors and ensuring correct details are submitted. To enable this feature, simply follow these steps: Configure your […]
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 […]