simpleCart(js) Version 2.0 Released!
We are happy to announce the release of simpleCart(js) version 2.0 today. We have been working hard to add several features that you all have requested, and we’re excited to get this script in your hands. There are several new features, including GoogleCheckout, easy currency settings, tax, shipping, and a new method for adding items to your cart that requires no javascript, and allows for different inputs and options. There is also a brand new site to go along with this update: simplecartjs.com . Please take a minute to check out all the new features, documentation, and demo. Thanks to all those who have been helping test for the past few weeks, we couldn’t have released this new version without your help.
Upgrading your version
If you are already using simpleCart(js), the only thing you need to change to use the new script is how you add it to your page:
<script src="simpleCart.js" type="text/javascript"></script> <script type="text/javascript"> simpleCart.email = "you@yours.com"; </script>
Check out the website, simplecartjs.com to learn about the new features, and let us know what you think!


