PHP eCommerce and Shopping Cart(s): devshed

Tagged:

Devshed has a very promising tutorial series going that is designed to help users build a PHP based shopping cart system "step by step." Very cool stuff, and probably a better, more robust and more scalable solution with a far better price than just about any commercial counterpart (open source, open code for flexibility and scalability and lets see, cost == 0, go PHP!)

The articles are in three parts, part 1 is out and available via the link. Checkit.


  • (part 1) understand the fundamentals components of an E-Commerce site

  • (part 1) learn to create a product catalog

  • (part 1) learn to create maintenance screens for the product catalog


  • (part 2) learn to use the session management capabilities in PHP4

  • (part 2) learn to manage users and user privileges


  • (part 3) learn to display the product catalog

  • (part 3) learn to allow customers to order from the product catalog

  • (part 3) understand how credit card authorization and payment works

  PHP 3 part cart tutorial: part 1 - the catalog