CartJS: Minimal, Customizable, JavaScript Shopping cart - Innovarew Solutions

cart.js, Minimal, Customizable, JavaScript only Shopping cart for Online Shops

Código HTML

<!--
 * @file cart.js
 * @description CartJS: Easy, Customizable, JavaScript only Shopping cart for Online Shops
 * @url https://innovarew.appspot.com/tag/cartjs/

 * @copyright (C) 2017 Innovarew Solutions. All Rights Reserved.
 * Contact us if you are interested in using our products and services.
-->
<script type="text/javascript" id='cartjs' charset="utf-8">
(function () {
     var s = document.createElement('script');
     s.type = 'text/javascript';  s.async = true; s.src = '/files/cart.js';
     s.onload = (function() {
         var myCfg =
         {
         cart:
         {
             currency: '&euro;',
             addtocart: "Add to cart",
             cartName: "Your business",
             email …
more ...