Your cat sweater shopping headquarters.

This is a final project for an Advanced PHP and MySql Programming class I took at Madison College in the spring of 2015.

It’s a responsive WordPress site with a basic ecommerce capabilities. Visitors can put products in a cart, log in, and checkout with PayPal (or at least, pretend to checkout with PayPal. The site sends the total to a PayPal sandbox, so transactions can’t actually be completed by visitors).

When the PayPal transaction is completed, shoppers are redirected to a page with a printable order recap.

Coded from scratch by me, with help from Bryan Witkowski, class instructor, and Murach’s PHP/MySql.