Identify which products bought together belong to the main product in Supermarket theme
Solution:Create a product option named Parent SKU:Edit the option set of your also bought together products and add Parent SKU option to option set. Set Required = No:Make sure your also bought together products has Parent SKU field:Now, view a product which has the also bought together products from store front. Verify it has Parent SKU option:Create a new script in Storefront > Script Manager, insert the code below:<script>(function($) { $('body').on('change', '[data-also-bought-ch
…
9th Sep 2019
BigCommerce Supermarket Theme Release Notes
Highly recommend making a backup copy of your current theme before updating to the newer version.
Please note that if your theme files have been modified, it cannot be updated automatically. Please contact us for a quote on manual updates.
August 2, 2024 - v7.0.7
Fix price not display on homepage for logged in customer if hide price from guest is enabled
Display login for pricing link on home page
July 12, 2024 - v7.0.6
Fix incorrect pri
…
15th Apr 2019
How to upgrade reCAPTCHA v2 for Stencil BigCommerce themes
As March 31, Google will no longer support reCAPTCHA v1. If your BigCommerce store is still use v1, Captcha box simply disappears, preventing spammers, bots no longer work.If you using Blueprint BigCommerce theme, please follow instruction here to upgrade to reCAPTCHA v2: https://developer.bigcommerce.com/themes/blueprint/#please-add-recaptcha-v2If you use BigCommerce themes bought on BigCommerce marketplace, simply upgrade in Theme Store.If you use customized Stencil BigCommerce theme but
…
24th Mar 2018
Insert Google Tag Manager code into BigCommerce Stencil theme
Find your Google Tag Manager code in your GTM Workspace > Admin tab > click menu Insert Google Tag Manager. Copy the code an insert in to your BigCommerce Stencil template file templates/layout/base.html as showing below:
16th Feb 2018
Fix select box don't show dropdown on Android/Chrome for FastClick JS
Solution 1:Add user-scalable=no into meta tag viewport.Solution 2:Check and fix all overflowed ancestor elements of select element.Solution 3:Disable FastClick as it no longer needs for modern web browsers.
7th Feb 2018