newnomad
newnomad

Reputation: 97

100% clientside jquery shoppingcart

I know clientside webcarts could be modified by the visitor, in my application that is OK. The only webacart without serverside logic and validation I have found is simplecart-js. However it is not using jquery.

Can anyone suggest a jquery cart with the same functionalities, or even more basic? I assume it would make use of the ezcookie plugin to store the cart contents into a cookie.

Upvotes: 2

Views: 1685

Answers (1)

Mark Lalor
Mark Lalor

Reputation: 7907

I've seen this plugin for jQuery called Smartcart that sounds like exactly what your looking for

Example

Documentation

Download

Upvotes: 2

Related Questions