To deter spam submission through storefront forms, BigCommerce now supports Google reCAPTCHA v2 challenges, to distinguish human customers/visitors from automated bots.
We recommend that all storefront themes take advantage of this upgraded bot detection. However, BigCommerce’s legacy Blueprint themes were last published in our Theme Marketplace before we implemented reCAPTCHA v2. Therefore, please use the following instructions to update your Blueprint-based theme with the best-available deterrent against automated spam.
To incorporate reCAPTCHA v2, you will need to update script references in these three template files:
Panels/CreateAccountForm.htmlpage_contact_form.htmlproduct_comments.htmlUpdating Safely Please back up each file before making any changes.
The instructions below are based on the default Blueprint theme (Classic Next), as it was last published in BigCommerce’s Theme Marketplace. Therefore, the HTML markup will vary, based on customizations you have already made to this theme, or to other Marketplace themes.
Search each of the three template files for a <script> tag like the following. If you find it, delete the whole tag. (This script invokes a legacy reCAPTCHA v1 challenge:)
Alternately, you might see the same RecaptchaOptions variable inside a different <script> tag at the top of the same three templates. If so, delete the lines shown here:
In each of the three template files, add the following script tag to the top of the page.
Then replace the “before” code block just below with the simplified “after” code that follows.
Below are the browsers supported for the BigCommerce control panel. We drop support when a version falls below 2% of usage. The browsers are sorted by popularity, with the most popular browsers at the top.
For a current list of target browsers (desktop and mobile) that BigCommerce supports for storefronts using our themes, please see our article on supported browsers.