Loading...

BigCommerce Modifications

Your #1 resource on modifying your BigCommerce store
03 October, 2011 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 footer.html template file. ...

28 September, 2011 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…

26 September, 2011 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 to use some JavaScript ...

23 September, 2011 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 change that text. Just place the ...

22 September, 2011 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…

21 September, 2011 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…