Loading...

BigCommerce Modifications

Your #1 resource on modifying your BigCommerce store
11 October, 2011 Simple template edits to change the wording on the finishorder page in BigCommerce (part 1)

After a customer successfully places an order, the system takes them to a page that is called finishorder.php. Have you ever wondered how to change the wording on that page?…

05 October, 2011 Edit the BigCommerce templates to change the quantity selector according to the inventory level

In the default BigCommerce templates the Cart Quantity Selector is created in such a way that it will show numbers from 1 to 30 no matter how many products you…

04 October, 2011 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…

04 October, 2011 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…

03 October, 2011 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…

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. ...