Tutorials

How to Obtain a Google Sheets API Key

For certain customizations, we may ask that you create an API key for Google Sheets. This API key should be different from the one that you may use for other commercebuild services that require a Google API key. Enable the Google Sheets API The first step is to login to your Google account and enable […]

Configuring Your Google API Key

The Google API key is required for three features in the web store: Blog, if you choose to use Google’s Blogger service. (Blogger API) Store Locator (Maps JavaScript API, Geocoding API, and Places API) Google Address Auto Complete (Maps JavaScript API, Places API) Each of these APIs requires the enabling of specific services to function […]

How To Include Price Range In Shipping Charges

This article will talk about how to levy shipping charges based on order amount. For example, apply a shipping charge of $50 if the order amount is less than $100 or charge $30 if the order amount is more than $100 but less than $200. Getting Started In your admin dashboard, navigate to System > Shipping […]

How to Add a Custom Message to Your Web Store Checkout

Currently it is not possible to add a custom message to your checkout page via a store setting. However, with this JavaScript snippet in a Custom Tags (System > Modules > Custom Tags) section, you should be able to add a custom message of your choice. <script> if (window.location.href.indexOf(“/checkout/”) != -1) { $( document ).ready(function() […]

How to Set the Customer Default Ship Via Description

In the web store, you can map the Ship Via Description from the web store carrier to Sage 300 for the Customer Default carrier code by defining both the Carrier Name and the Description. Edit the Carrier To modify the the Carrier Name and the Description, go to System > Shipping Setup and locate the […]

How to Display Volume Discount Pricing on Product Page

If a product in your web store has volume discount pricing, there are some changes to the Product Page Labels you can make to have those volume discounts appear in a more descriptive manner. Navigate to Product Page Labels To get started, go to System > Labels and locate the Product Page Labels section. Modify […]

How To Create A Site Administrator

Creating a Site Administrator for your web store is a fairly easy step by step process. In your admin dashboard, navigate to System > Site Administrators.  On the landing page, click New User button. New User – Step 1 of 3 To begin setting up, select Site Manager (Administrator) from “Select Group” dropdown. Click Continue. New […]

Web Store Performance & Page Speed

Your web store’s performance is a critical component of your customers’ online shopping experience. There are three key areas of performance upon which you should focus: The time to first byte (TTFB) from our servers The amount of HTTP requests that originate from your site upon page load The total asset transfer size In this […]

How to Set Up Metadata Information for Category pages

Metadata provides search engines like Google with important information about the content and purpose of each page on your web store, which helps determine their relevance in search results. In your admin dashboard, you have the ability to create metadata for content pages, category pages, and product pages. Category Pages Single entry Navigate to Catalog > […]