I think you are familiar with this post and with the solution presented. However, the script presented there, had one weak point, where the system would ask again for the BigCommerce API credentials. Well, for many of you, this is not a weak spot, however, there may be others for whom entering the API credentials two times may be an ...
As an administrator, a good feature of a shopping cart would be the ability to search orders by products sold. Unfortunately, the BigCommerce cart does not have this feature yet, so, this article will show you how to add this functionality.
The solution presented below only works with Mozilla Firefox.
The whole idea is to install a script ...
Have you ever been in a situation where you were suppose to log in ten times a day into your BigCommerce store, inserting the username and the strong password every-time and felt like the log in action was taking half of the time spent at work those days? Well, those times are over: we can use Greasemonkey now!
By default, the BigCommerce templates display the product page containing the product details and 3 more buttons: "Add to Cart" (when applicable), "Add to Wishlist" (when applicable) and "Buy in bulk and save" (also when applicable). From a customer point of view, this seems to be a limited functionality; I mean, one should be able to make an offer for ...
By default, there are two different ways to display categories in the category list on the side of the homepage, that the BigCommerce templates allow: a simple list and a fly-out menu. However, you may want to have a collapsible menu instead. You can do this with some JavaScript code.
In order to get this done, you will have ...