I started building an open source E-commerce website in Yii2 framework.
This video is the first part of unprepared, unedited process of building the E-commerce website.
Second Part: https://morioh.com/p/58a8e4f9236c
Project Source Code (⭐️ Give it a star ⭐️)
https://github.com/thecodeholic/yii2-ecommerce-website
Timecodes
- 00:00:00 - Introduction
- 00:01:29 - Demo
- 00:07:36 - Introduction
- 00:10:16 - Project setup
- 00:25:52 - Integrate SB Admin 2 into backend
- 01:04:34 - Generate migrations
- 01:31:33 - Generate models
- 01:36:54 - Generate and customize products CRUD
- 03:18:19 - Display products on frontend
- 03:43:11 - Customize and bugfix signup and login
- 04:05:02 - Handle user profile and address update
- 04:55:08 - Cart basic functionality
- 06:16:48 - Implement change quantity in cart
- 06:41:58 - Implement checkout
- 07:12:55 - Implement online payments with PayPal
- 09:08:00 - Validate PayPal transaction & finish checkout
- 10:06:47 - Send email when order is paid
- 10:41:36 - Fix password reset bugs
- 10:46:29 - Password change
- 10:55:47 - Update checkout page & Bug fixing
- 11:18:25 - Display orders in backend, Sorting & Filtering
- 11:45:38 - Customize Formatter class
- 11:49:23 - Display Order items
#php #web-development #programming #developer