I have used dojo 1.1.0 to create a simple shopping cart.
This cart does not rely on a database but uses a csvstore to get product information from a CSV file. I have also made heavy use of dojox.widget.Iterator
The intention was to show how far we can go with just HTML, CSS and Javascript (Dojo of course). I am hoping that designers will find it easy to skin and modify the cart without much knowledge of javascript.
The cart is available at:
http://simplecart.devprog.com/cart/
