How to disable shipping in BigCommerce
If you've ever wondered how to disable the shipping in your BigCommerce store, you will need to know that this is done automatically by the system every time...
Customize your BigCommerce template to use same address for both shipping and billing
We are glad that the BigCommerce templates are highly customizable. Using custom HTML and javascript code we can alter the behavior in ways limited only by our imagination.
Maybe...
How to remove shipping countries from the checkout page in BigCommerce (part 2)
BigCommerce features an extensive shipping system, but it lacks the ability to remove shipping countries from the drop down if you do not ship there. This post will show you...
How to open a menu link in a new tab/window
When clicking on a menu page it will open in the current window by default. There are situation when opening in a new tab/window is required. This post will show you how to open a web page in a new window/tab. Just copy-paste the following script in fo...
How to add a custom panel to the BigCommerce templates
In this article you will learn how to create a custom panel that contains a calendar and then how to add it to your templates.
1) Copy the code...
Change language variables on the checkout page for your BigCommerce template
Many labels in a BigCommerce store are controlled by variables. It is known that BC does not grant access to the php code so, in order to change some words you have to replace the variable itself. This is not recommended therefore the best solution is ...
BigCommerce Templates: How to edit the "cannot ship to location" message
If a Country is not covered by a Shipping Zone, when a customer selects that specific Country, there will be a message shown: "Unfortunately we can't ship to your location. Please select another location and try again." This post will show you how to c...
How to dynamically modify the product prices in BigCommerce
A lot of clients have asked for a way to dynamically calculate product prices on the product page based on the quantity that is selected. BigCommerce does not offer this...
How to hide shipping methods in your BigCommerce template
There are times when you need to hide shipping methods from your clients and this is especially true when when running a free shipping promotion.BigCommerce does not support hiding shipping...