simpleCart(js) - Instant E-Commerce With PayPal Support
Posted On понедельник, ноября 17, 2008 at на 13:40 by KsimpleCart(js) is a lightweight (10.5 kb) & free shopping cart application for creating a simple yet good looking e-commerce environment in minutes.
It uses cookies to store the shopping basket data, no databases required, and payment is completed via PayPal.
The application is modular with the JavaScript functions included.
An "add to basket" example:
simpleCart.add('name=Shirt','price=6.00','image=images/myImage.png'
,’quantity=5′,’size=XL’,'color=Blue’);
The download package already includes the source of the demo.