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...
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); } ...
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...
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...
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...
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 () ...