WEB HOSTING | DOMAIN NAME REGISTRATION

The Lessons

Videos featured in Web Designer Magazine

PHP article

More Free Videos

.. every web designer should learn at least some basic PHP.

Introduction to the shopping cart video tutorials

php shopping cart video tutorialFor a lot of people new to web programming, the ability to create a shopping cart is a must!

... After months of ignoring request, I finally decided to put out a video tutorial on how to create a shopping cart with PHP.

I didn't do this particular video myself (I got my right-hand-man Jon to do it) ... but being the control freak that I am, the video lessons were put together with the killersites philosophy in mind: Keep it simple, practical and get to the point!

In this series of videos, you learn how to build a PHP based shopping cart that works with Paypal. Some highlights:

  • Learn to use object oriented techniques!
  • This shopping cart 'talks' to Paypal so you can do live credit card and Paypal processing!
  • Learn how to create XML documents and how to process them with PHP.
  • You will also learn a few 'best practices' when it comes to programming.

Thanks,

Stefan Mischook

Build a PHP Shopping Cart with Paypal Integration Video

Videos by: Jon Lebensold

The complete list of videos:

PART 1: INTRODUCTION
Duration: 4:49

We'll quickly go through what the end result our project is supposed to look like and some of the tools that will help us get there.

PART 2: TECHNOLOGY OVERVIEW
Duration: 10:42

A better look at the technologies as well as some of the tools we're going to be used to build our PayPal shopping cart. We'll also do a bit of refactoring and explain some of the benefits of using an IDE (integrated development environment).

PART 3: BUILDING AN XML CATALOG
Duration: 17:22

Using XML as our data storage format, we're going to create a catalog of items for our shopping cart.

PART 4: BUILDING THE CATALOG PAGE
Duration: 15:30

We're going to put some skin on that catalog and start making it look a little more like a page to buy items and a little less like the index of a phone book.

PART 5: FINISHING THE CATALOG TEMPLATE
Duration: 12:54

With our catalog completed, we're going to tidy up – or refactor – our project and get ready to build the ShoppingCart object.

PART 6: MAKING AN "ADD TO CART" PAGE
Duration: 15:58

We'll cover how we can use the $_SESSION array in PHP to store our customer's order as they navigate our website and add items to the shopping cart. We'll also start building the Shopping Cart class and look at some object-oriented programming concepts.

PART 7: BUILDING THE SHOPPING CART
Duration: 15:54

We will be adding the major functionality of our shopping cart class in this video and getting it ready for calculating subtotals and totals with shipping costs.

PART 8: CALCULATING COST
Duration: 7:37

We'll be creating templates for our checkout page in order to have a proper line-item for each product with the necessary cost details.

PART 9: SHIPPING COST
Duration: 10:09

Now that we have the individual items lined up in our checkout page, we can add the shipping costs.

PART 10: FINISHING THE CART TEMPLATE
Duration: 8:38

We're finally done writing our shopping cart class! Now we can put it to work with our newly created checkout page.

PART 11: SENDING DATA TO PAYPAL
Duration: 11:36

PayPal requires a collection of preset hidden form elements on form submission. These elements act as the glue between our shopping cart and their website, and we're going to flush them out in this video.

PART 12: PAYPAL SANDBOX INTEGRATION
Duration: 12:31

We're going to go through the steps needed to create a PayPal Sandbox account. This tool lets us complete transactions without having to pass money through PayPal.

PART 13: A QUICK LOOK AT PAYPAL'S IPN
Duration: 5:47

PayPal's IPN (Instant Payment Notification) is a handy way of knowing when a transaction has been completed succesfully. We'll quickly go over how we can pick up data collected by PayPal and how it can be used to track orders after they've been placed.

Thanks,

Stefan Mischook

Buy the Complete PHP Shopping Cart Video Course!

I love giving away videos, but we need to pay the bills around here too ...

:)

So you can get the entire video course on creating a shopping cart with PHP etc ... for practically nothing! Oh yea, when you buy the videos, you get all the source code too.

For download:

On DVD:

Thanks for supporting killerphp.com.

Stefan Mischook

Questions?

Just post them on the PHP forum.

Thanks,

Stefan Mischook