Learn to create an E-Commerce Website from scratch in PHP & MySQL, building an online shopping store in PHP & MySQL had never been easier from scratch before this course. You are going to create your first online store using PHP and MySQL from start to end.
What is this e-commerce site all about?
E-commerce is an online shopping store for selling/buying products, we’ll use simple PHP and MySQL queries to create this project, if you are really serious about creating an eCommerce website from absolutely 0 knowledge, then this course is for you.
What You Will Learn?
-
Setting a basic environment for creating an online store
-
Creating the admin panel to update the site
-
Adding products and displaying them on the website
-
Ordering products and storing orders
-
Displaying orders and details
-
Integrating Paypal into the eCommerce site
-
Finishing the eCommerce site
Content and Overview:
With over 8 hours of content and 40 lectures, this is a perfect course to learn creating a complete e-commerce website from absolutely scratch using PHP, MySQLi, JavaScript, HTML, and CSS. If you are a beginner who really doesn’t know how to create a megaproject in PHP then this course will help you a lot. It can also help you in creating your final year project for your university or college. This course is designed for absolute beginners, but meanwhile, you should have a basic understanding of PHP & HTML. The source code of this course is attached to the last lecture, and you can download that to use in your own projects.
Course Overview & Prerequisites
in this introductory lecture, You'll see the preview of the project (eCommerce) which we are going to create in this complete course from scratch in PHP & MySQLi.
This a welcome note for students, read it and get ready to start learning the course.
Setting Up Template & Database
In this lecture, we'll install the necessary tools to start this project.
In this lecture, you will learn about downloading the main template for our e-commerce store in PHP and MYSQL.
In this lecture, I will teach you how to break the template to make it clean.
In this lecture, we will be editing template pages to make it in good order for a later stage.
In this lecture, we will learn to create the database for this project as well as all the required tables to store data for this online store.
In this lecture, we will connect the database with the server so we can store and retrieve data from the database.
in text lecture, learn about the list of the folders to be created for this project.
Creating the Admin Panel
In this lecture, I will teach you about downloading the admin panel for this project and editing it according to our online store.
Please download the admin panel template from the link given.
In this lecture, I'm going to teach how you can store contact form data in the database.
In this lecture, we will make some forms to insert data in the admin panel.
In this lecture, we will create the code to store categories in the database.
in this lecture, we'll add the search box to the website layout.
In this lecture, I will teach about making category dynamic on the website and admin panel.
In this lecture, I'm going to teach you how to create admin login form.
In this lecture, I will explain about Sessions in PHP and how to use them for this project.
In this lecture, we will create the login backend for the Admin Panel of this project.
In this lecture, I will teach you editing the side bar of Admin Panel for this project.
In this lecture, we will use some conditions to restrict other users from accessing the admin panel.
In this video, we will create logout button for admin panel.
Showing the Products
In this lecture, we will show the products from the admin page.
In this lecture, we will create an update button for products.
In this lecture, it will be about the update button backend in PHP for Admin Panel.
In this lecture, we will create the script for delete button for the admin panel.
In this lecture, we will clear small things in the admin panel.
Online Store Frontend Setting
in this lecture, we will edit the header of the page.
In this lecture, we will edit the slider of the main page.
In this lecture, I will teach you editing the index page and make it perfect for our store.
In this lecture, I will teach you about editing the products using PHP and MySQL.
In this lecture, we'll discuss about fixing the top bar on the main page of this online store.
In this lecture, we will talk about the details page which needs to be edited.
In this lecture, we will discuss about editing the about page for the main store.
In this lecture, we will edit the about page for this online store template.
In this lecture, we will edit contact page for the online store.
In this lecture, we will delete some extra stuff not needed for this project.
Creating the CART
In this lecture, we will start creating the cart for this project and I will show you an example of the cart.
In this lecture, you will learn to create the CART for this online store and e-commerce project in PHP and MySQL.
In this lecture, I will explain the initial code for this CART.
In this lecture, I will teach you about CART alerts which is a code to give alerts in the browser to the customer.
In this lecture, we'll discuss the duplicate product which we will solve through the code.
In this lecture, we will discuss about showing cart data in the cart on the website.
In this lecture, we will talk about removing an item from the CART when the user clicks to remove.
In this lecture, we are going to update the cart and add more products to the cart.
This is a video about total CART item and how to update it.
Customer Registration
In this lecture, we will create a customer registration system to register customers in this e-commerce store.
In this lecture, I will teach you to create auth for the customer.
In this lecture, we will create a customer login system to allow customers to login to their accounts.
In this lecture, we will create the CART form for getting data.
In this lecture, we will create the order handler which will handle the orders.
In this lecture, I will explain the CART code which is very important for this project.
Paypal Integration & Finishing the Project
In this section, we will talk about paypal payment setup for this project which is very important.
In this lecture, we will integrate Paypal into the eCommerce project.
In this lecture, we will create the customer logout button to end the session for an active customer.
In this lecture, we will discuss the CART quantity which is very important for dynamic CART.
In this lecture, we will sort out some small things to fix the system for users and admin.
In this lecture, we will show the orders in admin panel by creating a script in PHP.
In this final video, we will edit the admin panel and make it more easy to use.
Please download the source code with project and SQL file from the resource file.