Javascript + PHP/MySQL powered online cart

A very simple test of ajax and PHP powered cart, for my personal website.
Cart content is stored in PHP sessions, and its display is live-updated with AJAX.
I used Prototype for AJAX calls, guess I could also use it for other things to reduce the code... like with getElelemtByClassName() or something...).

The related-post in my blog is here (in french).

The cart

  • Your cart is empty.
  • Total:
    0 €

The shop contents