PHP for Beginners: How to Build an Ecommerce Store
- Description
- Curriculum
- FAQ
- Reviews
Hands-on Real Life Project inside!
On-Demand E-commerce Skills Inside
After creating a very successful PHP for beginners course, I’m back with another Amazing course that will take your basic PHP skills to another level.
This course comes packed with new tricks and code formats that would take your basic PHP skills to different heights.
In this course, you will learn how to make a complete e-commerce store that will communicate with Paypal and Stripe to send API requests for payment processing. Also, you will learn how to fetch data from those APIS to use in the admin for order, sale reporting, etc.
If you have taken my other PHP courses, you will notice that this course’s project is more function-based, more secured, we have more techniques, more organized and we upload our final application to the web.
MORE MONEY ……
Completing this course will prepare you to build E-commerce stores online for clients that would gladly pay really well for your work.
My first PHP course prepares you with all the knowledge but this course will polish all that knowledge and at the same time show you new tricks and grow your skills.
By taking this course you will take your PHP skills to another level which will allow you to build more PHP Apps, a lot easier and also open up more doors for your web development career.
-
1Introduction
-
2Udemy Walk Through and Video Quality
-
3Windows OS - PHP Development setup
-
4MAC OS - PHP Upgrade and my setup
-
5Ubuntu OS PHP Development Setup part 1
-
6Ubuntu OS PHP Development Setup part 2 - finished
-
7Displaying Errors part 1
-
8Displaying Errors part 2
-
9Displaying Errors part 3
-
10Editors I recommend
-
11Course Exercise FIles
-
12Downloading Assets
-
13Defining Paths with Constants
-
14Defining Paths and Database Connection with Constants
-
15Creating Database and Testing
-
16Making Index.php Parts Modular
-
17Slider and Navs Snippet Creation
-
18Creating the Category Table
-
19Displaying Dynamic Categories
-
20Useful Custom Helper Functions
-
21Creating the Products Table and Data Insertion
-
22Starting the Get Product Function
-
23Display Products
-
24Product Button Link to Single Product Page
-
25Category Page and Funcion
-
26Single Product Page Setup
-
27Displaying Dynamic Data in Single Product Page - CHALLENGE
-
28New Column and Data Insertion - SOLUTION
-
29Displaying Products in Category Page
-
30Displaying Products in SHOP Page
-
36Setting Up Quantity and Procedure Explanation
-
37Removing the function that destroys sessions
-
38Creating the CART page and the Add Product Session Code Part 1
-
39Session destroy - (Edwin from the future)
-
40Add Product Session Code Part 2
-
41Add Product Session Code Part 3- Limiting with quantity
-
42Remove and Delete Items from cart
-
43Testing our Remove and Delete Functions
-
44CART - function part 1
-
45CART - function part 2
-
46CART - function part 3
-
47CART - function part 4
-
48CART - function part 5
-
49CART - function part 6 - getting total
-
50Cart Unsetting Values
-
51Introduction to the Developer Paypal Site - Updated
-
52Auto Return Setting in PayPal - Updated
-
53Paypal form Explanation - Updated
-
54Creating PHP form code
-
55Submitting Info to Paypal
-
56Fixing product total for paypal
-
57Thank you Page Part 1
-
58Thank you Page and Creating Orders Table Part 2
-
59Session Destroy And Paypal Button Functionality
-
60Improving Paypal Button and more