Building an eCommerce Website

Book:

Ullman, L. (2010) Effortless E-Commerce with PHP and MySQL (Voices That Matter) (PDF 6,679 KB)
Source Code
:
ecom_scripts_ex1
ecom_scripts_ex2

In this comprehensive guide to creating an e-commerce Web site using PHP and MySQL, renowned author Larry Ullman walks you through every step—designing the visual interface, creating the database, presenting content, generating an online catalog, managing the shopping cart, handling the order and the payment process, and fulfilling the order—always with security and best practices emphasized along the way. Even if you’re an experienced Web developer, you’re guaranteed to learn something new. The book uses two e-commerce site examples—one based on selling physical products that require shipping and delayed payment, and another that sells non-physical products to be purchased and delivered instantly—so you see the widest possible range of e-commerce scenarios. In 11 engaging, easy-to-follow chapters, Effortless E-Commerce with PHP and MySQL teaches you how to:

• Think of the customer first, in order to maximize sales
• Create a safe server environment and database
• Use secure transactions and prevent common vulnerabilities
• Incorporate different payment gateways
• Design scalable sites that are easy to maintain
• Build administrative interfaces
• Extend both examples to match the needs of your own sites

Larry Ullman is the president of Digital Media and Communications Insights, Inc., a firm specializing in information technology (www.dmcinsights.com). He is the author of several bestselling programming and Web development books, including PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide. Larry also writes articles on these subjects and teaches them in small and large group settings. Despite working with computers, programming languages, databases, and such since the early 1980s, Larry still claims he’s not a computer geek (but he admits he can speak their language).


Web References:
Build an eCommerce Website with PHP – Part 1 – Introduction

(http://valentin.radulescu.me/simple-ecommerce-php-part1/)


Build an eCommerce Website with PHP – Part 2 – PHP & JS
(http://valentin.radulescu.me/simple-ecommerce-php-part2/)


Build an eCommerce Website with PHP – Part 3 – Database Design
(http://valentin.radulescu.me/simple-ecommerce-php-part3/)


Create a site for e-commerce with PHP, MySQL, and PayPal
(http://www.techrepublic.com/resource-library/downloads/create-a-site-for-e-commerce-with-php-mysql-and-paypal/)


Creating an e-Commerce Web site: A Do-It-Yourself Guide (PDF 2,634KB) 


How to Create an E-Commerce Website Using PHP
(https://www.youtube.com/watch?v=FymgHnWUMg4)

Published on 28 Apr 2013
Full source code available at: http://www.johnmorrisonline.com/lesso…
In this lesson, you’ll learn how to create an e-commerce website using PHP

How to Create an eCommerce Web Site
(http://www.johnmorrisonline.com/lesson/how-to-create-an-ecommerce-web-site/?sp_ref_comp=1913)


E – Commerce Website PHP Tutorial – Setting Up the Pages, Layout, and Templates
(https://www.youtube.com/watch?v=65gV8JOgWkQ)

Published on 20 Dec 2010
Series: http://www.developphp.com/video/PHP#e…
Source Download: http://www.developphp.com/video/PHP/P…
In this first video we will establish pages our system will need. We also create a modular design and page layout for easier site management. The E – Commerce Web Site we will be assembling is one in which all of the inventory is in a MySQL database and we offer a custom PHP cart for a unique shopping experience. It is a site that handles sales, customers, and inventory.

eCommerce Website Tutorial
(https://www.developphp.com/video/PHP/Create-the-Design-Layout-and-Region-Templates)

Create the Design Layout and Region Templates
Create the Store MySQL Database Tables
Store Admin Area and Log In Form Tutorial
Store Inventory Management System
Store Inventory Management System Continued
Store Inventory Management System Continued More
Dynamic Home Page for Online Store
Product Display Page
Shopping Cart PHP Multidimensional Array
Shopping Cart PHP Multidimensional Array Continued
Display the PHP Shopping Cart
Display the PHP Shopping Cart Continued
Tally the Total of Your PHP Shopping Cart
Remove Items From PHP Shopping Cart
Format Currency and Numbers
Program Quantity Control In Shopping Cart
Quick Shopping Cart Tweak
Payment Processors and SSL Encrypted Code
PayPal HTML Shopping Cart Variables
PayPal IPN PHP Instant Payment Notification Script