Start a conversation

Common

  • Uncheck "My Billing address is the same as my Delivery address"

    Add a jQuery CDN link to the header script of the checkout page (Admin panel > storefront > Script Manager) Then add the below script to the footer script of the checkout page (Admin panel > Storefron...

  • Remove left sidebar on Web Pages

    Add the below script to the end of a HTML content. <script>//<![CDATA[ var pageSidebar = document.querySelector('.page-sidebar'); if (pageSidebar) { pageSidebar.parentNode.removeChild(pageSidebar); } ...

  • Add an alert on Checkout page

    Go to Admin panel > Storefront > Script Manager. Add a script with the value Name of script: Alert on Checkout page Location on page: Footer Select pages where script will be added: Checkout Script ty...

  • Get a high resolution carousel images in mobile browser

    The BigCommerce system detects your browser, if your browser is a mobile browser, they will return a low-resolution image, it's a feature to save website data. But the image is returned is not good, i...

  • How I get the exact banners dimension in my website?

    You can you Safari, Chrome, Firefox or any browsers support Inspect Element tool to check exactly dimension of your banners.I will present how to use Inspect tool in Chrome browser, you can do with an...

  • Hide all countries except your country from shipping estimate tool

    This example, I want to hide all countries except 'United State', 'United Kingdom', and 'Australia' from the shipping estimate tool in the cart page. Let check the below script. <script> (function () ...