Shopping Cart (2006)

Over the years I've designed and implemented numerous shopping carts that have been bespoke, tailored to individual clients needs. In an effort to increase the amount of resuable code I proposed the development of a generic shopping cart that is easy to implement.

Key Technologies

  • Object oriented PHP

The shopping cart was coded as a number of easy to implement PHP classes with all session and cookie handling done in the classes themselves.

Shopping Cart Features

  • Never directly interacts with the product data making integration with existing product databases a simple task
  • Configurable depending on individual site's needs
  • Standardised payment processing integration