Autoplay
Autocomplete
Previous Lesson
Complete and Continue
MERN Stack 2024 Build Multi-Vendor Ecommerce Start to Finish
Introduction
Course Intro (5:11)
Course Introduction - What you will build in this course (28:14)
Course Ecommerce Excise Files - Downloadable Resources
Seller and Amdin Payment System Intro (5:39)
Seller and Amdin Payment System Intro (6:40)
Support
React Fundamentals React Structure, JSX component & Rendering
1 React Introduction (6:46)
Fundamental Project Excise Files
Fundamental Excise Files - Downloadable Resource
2 Create New React App Using Vite (7:21)
3 Project Run And Build Command (6:33)
4 Dive Inside React Project Structure (14:43)
5 Organizing File Folders (5:09)
6 Best VS Code Extensions And Settings For React Development (6:19)
7 Primary Understanding On Component Part 1 (8:59)
8 Primary Understanding On Component Part 2 (7:22)
9 JSX And Conventions (9:41)
10 JSX Short Hand If else (4:01)
11 JSX Immediately invoked function (6:42)
12 JSX Loop Inside (5:52)
13 JSX Conditional Rendering Using If Else (8:55)
14 JSX Conditional Rendering Using Switch Statement (4:07)
15 JSX Conditional Rendering Using Ternary Operator (2:42)
16 JSX Conditional Rendering Using Logical And And (3:32)
17 JSX Conditional Rendering Using Immidiatly Invoked Function (3:40)
18 Passing properties to child component (5:13)
19 Passing simple string to child component (5:06)
20 Passing object to child component (5:35)
21 Passing function to child component (2:52)
22 Managing Click Event (5:40)
23 Managing Form Submit (5:07)
React Routing
24 Applying React Router Dom (15:15)
25 Link And NavLink For Router (13:37)
26 Browser Router VS HashRouter (5:09)
27 Passing Parameter Via Naviagation (5:45)
React Hook & State Management
28 -Hook- Meet With Hook (1:45)
29 -Hook- useRef InnerText InnerHTML (9:58)
30 -Hook- useRef Working With Attribute (5:44)
31 -Hook- useRef Working With Input Element (7:38)
32 -Hook- useRef Working With CSS Class (6:13)
33 -Hook- useRef Caching Expensive Computation (15:27)
34 -Hook- useState Understading Inside (8:35)
35 -Hook- useState Working With Immutable Object (8:21)
36 -Hook- useState Working With Immutable Array Part 1 (14:15)
37 -Hook- useState Working With Immutable Array Part 2 (6:48)
38 -Hook- useState Managing Form Like Pro Part 1 (12:32)
40 -Hook- useState Managing Form Like Pro Part 2 (11:34)
41 -Hook- useEffect understanding arguments and uses (6:40)
42 -Hook- useEffect calling api using promises (7:00)
43 -Hook- useEffect calling api usig async await (7:09)
Express JS Fundamental
e1 Introduction (4:01)
e2 Your First Express Application (10:23)
e3 Express js routing (6:45)
e4 Four Topic We Need To Focus (1:21)
e5 Understanding Response (4:17)
e6 Simple String Response (5:07)
e7 Response Status Code (4:12)
e8 JSON Response (4:14)
e9 Response Download (4:12)
e10 Response Redirect (4:27)
e11 Response Header (5:43)
e12 Response Set Cookies (4:59)
e13 Response Clear Cookies (4:46)
e14 Working With Request (1:32)
e15 Get Request With URL Query (6:26)
e16 Working With Get Request Header (4:15)
e17 Simple Post Request (2:48)
e18 Post Request With URL Query (3:52)
e19 Post Request With Header Properties (5:14)
e20 Post application-json (7:42)
e21 Working With Multipart Form Data (8:46)
e22 File Upload (9:46)
e23 Middleware (2:18)
e24 Application Middleware (8:05)
e25 Route Middleware (3:49)
MongoDB Fundamental - A NoSQL Database
m1 Introduction to MongoDB (1:42)
m2 Installing MongoDB and Compass (6:23)
m3 Connecting to MongoDB (8:07)
m4 Schema and Models (7:24)
m5 Create and Save a document (8:05)
m6 Find documents in multiple ways (10:21)
m7 Query API Select, Sort, Limit, Count Documents (8:51)
m8 Complex Query Comparison Operators (7:58)
m9 Complex Query And, Or Operations (5:34)
m10 Exercise Advanced Query (6:13)
m11 Update a document (Way 1) (3:43)
m12 Update a document (Way 2) (5:38)
m13 Delete documents in 3 ways (3:53)
Section 1 : Ecommerce Project setup
p1 Project Setup and VS Code Extenstion (4:23)
p2 Project All Package Install (9:37)
p3 Install Tailwind Css (9:25)
p4 Ecommerce Project Setup (13:16)
Section 2 Create Route And Login Register Setup
p5 Route And Login Register Part 1 (14:05)
p6 Route And Login Register Part 2 (6:20)
p7 Route And Login Register Part 3 (13:47)
p8 Route And Login Register Part 4 (13:16)
p9 Route And Login Register Part 5 (9:40)
p10 Route And Login Register Part 6 (5:45)
Section 3 Login Register Page State Define
p11 Login Register Page State Define Part 1 (9:58)
p12 Login Register Page State Define Part 2 (3:51)
Section 4 Project Redux Toolkit Setup
p13 Backend Admin Dashboard Setup (10:53)
p14 Project Redux Toolkit Setup Part 1 (10:55)
p15 Project Redux Toolkit Setup Part 2 (7:15)
p16 Project Redux Toolkit Setup Part 3 (13:00)
Section 5 Project Backend Setup
p17 Project Backend Setup Part 1 (14:27)
p18 Project Backend Setup Part 2 (12:47)
p19 Project Backend Setup Part 3 (7:31)
Section 6 Project Admin Login Page Setup
p20 Admin Login Page Setup Part 1 (12:51)
p21 Admin Login Page Setup Part 2 (16:54)
p22 Admin Login Page Setup Part 3 (15:12)
p23 Admin Login Page Setup Part 4 (5:55)
Section 7 Error And Notification Message Manage
p24 Error And Notification Message Part 1 (15:02)
p25 Error And Notification Message Part 2 (14:01)
p26 Error And Notification Message Part 3 (6:51)
Section 8 Create Middleware And Routes Manage
p27 Middleware And Routes Manage Part 1 (14:10)
p28 Middleware And Routes Manage Part 2 (12:32)
p29 Middleware And Routes Manage Part 3 (18:40)
Section 9 Manage Project Navigation Design
p30 Project Navigation Part 1 (13:04)
p31 Project Navigation Part 2 (14:55)
p32 Project Navigation Part 3 (13:43)
p33 Project Navigation Part 4 (13:18)
Section 10 Manage Project Header Design
p34 Project Header Design Part 1 (11:18)
p35 Project Header Design Part 2 (10:46)
p36 Project Header Design Part 3 (10:17)
Section 11 Project Dashboard Design
p37 Dashboard Design Part 1 (16:53)
p38 Dashboard Design Part 2 (15:34)
p39 Dashboard Design Part 3 (3:51)
p40 Dashboard Design Part 4 (19:25)
p41 Dashboard Design Part 5 (13:24)
p42 Dashboard Design Part 6 (3:44)
Section 12 Project Admin Order Page Design
p43 Admin Order Page Design Part 1 (16:22)
p44 Admin Order Page Design Part 2 (12:17)
p45 Admin Order Page Design Part 3 (9:32)
Section 13 Create Pagination
p46 Create Pagination Part 1 (11:19)
p47 Create Pagination Part 2 (14:10)
p48 Create Pagination Part 3 (6:43)
Section 14 Category Page Design
p49 Category Page Design Part 1 (11:36)
p50 Category Page Design Part 2 (9:51)
p51 Category Page Design Part 3 (13:13)
p52 Category Page Design Part 4 (9:06)
p53 Category Page Design Part 5 (12:55)
Section 15 Sellers Page Design
p54 Sellers Page Design (11:47)
Section 16 Payment Request Page Design
p55 Payment Request Page Design Part 1 (12:57)
p56 Payment Request Page Design Part 2 (17:05)
p57 Payment Request Page Design Part 3 (4:26)
Section 17 Deactive Sellers Request Page Design
p58 Deactive Sellers Request Page Design Part 1 (8:27)
p59 Deactive Sellers Request Page Design Part 2 (6:33)
p60 Deactive Sellers Request Page Design Part 3 (15:56)
p61 Deactive Sellers Request Page Design Part 4 (8:12)
Section 18 Sellers Chat Page Design
p62 Sellers Chat Page Design Part 1 (13:13)
p63 Sellers Chat Page Design Part 2 (10:02)
p64 Sellers Chat Page Design Part 3 (11:32)
p65 Sellers Chat Page Design Part 4 (7:55)
p66 Sellers Chat Page Design Part 5 (9:23)
Section 19 Owner Order Details Page Design
p67 Owner Order Details Page Design Part 1 (13:43)
p68 Owner Order Details Page Design Part 2 (17:08)
Section 20 Seller Dashboard Page Design
p69 Seller Dashboard Page Design Part 1 (9:26)
p70 Seller Dashboard Page Design Part 2 (5:53)
Section 21 Add Product Page Design
p71 Add Product Page Design Part 1 (16:56)
p72 Add Product Page Design Part 2 (13:32)
p73 Add Product Page Design Part 3 (11:50)
p74 Add Product Page Design Part 4 (12:41)
p75 Add Product Page Design Part 5 (8:15)
Section 22 Product Image Add Manage
p76 Product Image Add Manage Part 1 (14:05)
p77 Product Image Add Manage Part 2 (15:12)
p78 Product Image Add Manage Part 3 (9:42)
Section 23 Products Page and Discount Page Design
p79 Products Page Design Part 1 (12:26)
p80 Products Page Design Part 2 (11:57)
p81 Discount Page Design (3:46)
Section 24 Orders And Payments Page Design
p82 Orders And Payments Page Design Part 1 (5:56)
p83 Orders And Payments Page Design Part 2 (10:26)
p84 Orders And Payments Page Design Part 3 (12:18)
p85 Orders And Payments Page Design Part 4 (8:24)
p86 Update Seller Route (6:09)
Section 25 Chat Seller And Admin Page Design
p87 Chat Seller And Admin Page Design Part 1 (9:03)
p88 Chat Seller And Admin Page Design Part 2 (6:52)
Section 26 Seller Profile Page Design
p89 Seller Profile Page Design Part 1 (16:30)
p90 Seller Profile Page Design Part 2 (5:20)
p91 Seller Profile Page Design Part 3 (9:38)
p92 Seller Profile Page Design Part 4 (12:29)
p93 Seller Profile Page Design Part 5 (12:35)
Section 27 Product Edit And Orders Details Page Design
p94 Product Edit And Orders Details Page Design Part 1 (15:07)
p95 Product Edit And Orders Details Page Design Part 2 (8:54)
p96 Product Edit And Orders Details Page Design Part 3 (7:22)
Section 28 Seller Register and Login
p97 Seller Register and Login Part 1 (13:38)
p98 Seller Register and Login Part 2 (10:23)
p99 Seller Register and Login Part 3 (10:31)
p100 Seller Register and Login Part 4 (12:28)
p101 Seller Register and Login Part 5 (9:05)
p102 Seller Register and Login Part 6 (7:47)
p103 Seller Register and Login Part 7 (8:10)
Section 29 User Role Manage
p104 User Role Manage Part 1 (14:53)
p105 User Role Manage Part 2 (11:52)
p106 User Role Manage Part 3 (10:59)
p107 User Role Manage Part 4 (8:26)
Section 30 Protect Route Manage
p108 Protect Route Manage Part 1 (14:09)
p109 Protect Route Manage Part 2 (16:59)
p110 Protect Route Manage Part 3 (16:44)
Section 31 Setup Category Add And Get Option
p111 Setup Category Add And Get Part 1 (13:09)
p112 Setup Category Add And Get Part 2 (13:01)
p113 Setup Category Add And Get Part 3 (13:56)
p114 Setup Category Add And Get Part 4 (14:04)
p115 Setup Category Add And Get Part 5 (14:23)
p116 Setup Category Add And Get Part 6 (9:03)
p117 Setup Category Add And Get Part 7 (13:07)
p118 Setup Category Add And Get Part 8 (13:41)
p119 Setup Category Add And Get Part 9 (13:25)
Section 32 Add Product Setup
p120 Add Product Setup Part 1 (8:01)
p121 Add Product Setup Part 2 (17:11)
p122 Add Product Setup Part 3 (10:00)
p123 Add Product Setup Part 4 (15:09)
p124 Add Product Setup Part 5 (9:47)
p125 Add Product Setup Part 6 (12:15)
p126 Add Product Setup Part 7 (12:42)
p127 Add Product Setup Part 8 (11:27)
Section 33 Product Show
p128 Product Show Part 1 (20:40)
p129 Product Show Part 2 (14:42)
p130 Product Show Part 3 Bug Fixed (4:49)
Section 34 Product Edit and Update
p131 Product Edit and Update Part 1 (12:57)
p132 Product Edit and Update Part 2 (11:13)
p133 Product Edit and Update Part 3 (9:17)
p134 Product Edit and Update Part 4 (24:03)
Section 35 Product Image Change
p135 Product Image Change Part 1 (11:25)
p136 Product Image Change Part 2 (12:15)
Section 36 Profile Image Upload
p137 Profile Image Upload Part 1 (11:07)
p138 Profile Image Upload Part 2 (10:33)
p139 Profile Image Upload Part 3 (14:39)
Section 37 Profile Info Add
p140 Profile Info Add Part 1 (13:31)
p141 Profile Info Add Part 2 (10:56)
p142 Profile Info Add Part 3 (6:12)
Section 38 Seller Request Show Add
p143 Seller Request Show Add Part 1 (13:43)
p144 Seller Request Show Add Part 2 (7:19)
p145 Seller Request Show Add Part 3 (12:59)
Section 39 Seller Details And Status Manage
p146 Sellar Details And Status Manage Part 1 (13:23)
p147 Sellar Details And Status Manage Part 2 (6:12)
p148 Sellar Details And Status Manage Part 3 (19:25)
Section 40 Frontend Project Setup,Folder ,Route Manage
p150 Project Setup,Folder ,Route Manage Part 2 (17:49)
p149 Project Setup,Folder ,Route Manage Part 1 (13:24)
p151 Project Setup,Folder ,Route Manage Part 3 (17:58)
p152 Project Setup,Folder ,Route Manage Part 4 (5:56)
Section 41 Header Design Tailwind Css React
p153 Header Design Tailwind Css React Part 1 (12:50)
p154 Header Design Tailwind Css React Part 2 (11:23)
p155 Header Design Tailwind Css React Part 3 (9:01)
p156 Header Design Tailwind Css React Part 4 (17:57)
p157 Header Design Tailwind Css React Part 5 (9:57)
p158 Header Design Tailwind Css React Part 6 (12:42)
p159 Header Design Tailwind Css React Part 7 (18:44)
p160 Header Design Tailwind Css React Part 8 (7:05)
Section 42 Banner Design Uailwind Css React
p161 Banner Design Uailwind Css React Part 1 (12:05)
p162 Banner Design Uailwind Css React Part 2 (14:12)
Section 43 Feature Product Design Setup
p163 Setup Feature Product Part 1 (14:24)
p164 Setup Feature Product Part 2 (10:29)
p165 Setup Feature Product Part 3 (9:22)
Section 44 Latest Products Design Setup
p166 Setup Latest Product Part 1 (13:21)
p167 Setup Latest Product Part 2 (15:06)
Section 45 Footer Area Design Setup
p168 Setup Footer Area Design Part 1 (9:27)
p169 Setup Footer Area Design Part 2 (12:39)
p170 Setup Footer Area Design Part 3 (8:40)
Section 46 Shop Page Design Setup
p171 Setup Shop Page Design Part 1 (16:28)
p172 Setup Shop Page Design Part 2 (14:49)
p173 Setup Shop Page Design Part 3 (13:13)
p174 Setup Shop Page Design Part 4 (10:46)
p175 Setup Shop Page Design Part 5 (5:51)
p176 Setup Shop Page Design Part 6 (15:48)
p177 Setup Shop Page Design Part 7 (13:35)
p178 Setup Shop Page Design Part 8 (16:01)
Section 47 Card Page Design Setup
p179 Card Page Design Setup Part 1 (14:23)
p180 Card Page Design Setup Part 2 (13:42)
p181 Card Page Design Setup Part 3 (12:38)
p182 Card Page Design Setup Part 4 (12:07)
Section 48 Shipping Page Design Setup
p183 Shipping Page Design Setup Part 1 (16:23)
p184 Shipping Page Design Setup Part 2 (12:25)
p185 Shipping Page Design Setup Part 3 (13:49)
p186 Shipping Page Design Setup Part 4 (10:52)
Section 49 Product Destails Page Design Setup
p187 Product Destails Page Design Part 1 (8:37)
p188 Product Destails Page Design Part 2 (15:51)
p189 Product Destails Page Design Part 3 (17:19)
p190 Product Destails Page Design Part 4 (10:15)
p191 Product Destails Page Design Part 5 (20:26)
p192 Product Destails Page Design Part 6 (15:23)
p193 Product Destails Page Design Part 7 (12:58)
p194 Product Destails Page Design Part 8 (20:08)
p195 Product Destails Page Design Part 9 (8:38)
Section 50 Product Reviews Page Design
p196 Product Reviews Page Design Part 1 (14:25)
p197 Product Reviews Page Design Part 2 (7:37)
p198 Product Reviews Page Design Part 3 (10:51)
p199 Product Reviews Page Design Part 4 (14:52)
Section 51 Customer Login Register Page Design And Manage State
p200 Customer Login Register Page Design Part 1 (13:55)
p201 Customer Login Register Page Design Part 2 (12:22)
p202 Customer Login Register Page Design Part 3 (6:12)
p203 Customer Login Register Page Design Part 4 (4:19)
Section 52 Redux Toolkit Setup
p204 Redux Toolkit Setup Part 1 (11:56)
Section 53 Category Fetch And Show
p205 Category Fetch And Show Part 1 (13:42)
p206 Category Fetch And Show Part 2 (11:24)
p207 Category Fetch And Show Part 3 (11:12)
Section 54 Fetch Feature Product and Latest Top Rated Discount
p208 Fetch Feature Product and Latest Top Rated Discount Part 1 (15:31)
p209 Fetch Feature Product and Latest Top Rated Discount Part 2 (10:11)
p210 Fetch Feature Product and Latest Top Rated Discount Part 3 (13:27)
Section 55 Fetch Price Range and Category and Show
p211 Fetch Price Range and Category and Show Part 1 (10:55)
p212 Fetch Price Range and Category and Show Part 2 (9:15)
p213 Fetch Price Range and Category and Show Part 3 (12:09)
p214 Fetch Price Range and Category and Show Part 4 (7:13)
Section 56 Product Query And Show
p215 Product Query And Show Part 1 (11:06)
p216 Product Query And Show Part 2 (14:45)
p217 Product Query And Show Part 3 (13:32)
p218 Product Query And Show Part 4 (15:45)
p219 Product Query And Show Part 5 (12:11)
p220 Product Query And Show Part 6 (9:26)
p221 Product Query And Show Part 7 (7:34)
Section 57 Product Query for Category
p222 Product Query for Category (12:18)
p223 Home Page Product Query for Category (2:33)
Section 58 Search Product Setup
p224 Search Product Setup Part 1 (12:54)
p225 Search Product Setup Part 2 (7:41)
Section 59 Customer Register Setup
p226 Customer Register Setup Part 1 (8:19)
p227 Customer Register Setup Part 2 (13:23)
p228 Customer Register Setup Part 3 (14:53)
p229 Customer Register Setup Part 4 (20:05)
p230 Customer Register Setup Part 5 (4:27)
Section 60 Customer Register Login Setup
p231 Customer Register Login Setup Part 1 (8:16)
p232Customer Register Login Setup Part 2 (12:35)
p233 Customer Register Login Setup Part 3 (13:40)
p234 Customer Register Login Setup Part 4 Fixed Bugs (4:07)
Section 61 Product Add to Card
p235 Product Add to Card Part 1 (17:19)
p236 Product Add to Card Part 2 (9:12)
p237 Product Add to Card Part 3 (12:17)
p238 Product Add to Card Part 4 (6:29)
Section 62 Card Product Get and Show
p239 Card Product Get and Show Part 1 (10:23)
p240 Card Product Get and Show Part 2 (9:09)
p241 Card Product Get and Show Part 3 (15:12)
p242 Card Product Get and Show Part 4 (15:15)
p243 Card Product Get and Show Part 5 (14:47)
p244 Card Product Get and Show Part 6 (19:10)
p245 Card Product Get and Show Part 7 (8:56)
p246 Card Product Get and Show Part 8 (20:11)
Section 63 Card Product Delete and Quantity Increment
p247 Card Product Delete and Quantity Increment Part 1 (8:43)
p248 Card Product Delete and Quantity Increment Part 2 (9:55)
p249 Card Product Delete and Quantity Increment Part 3 (8:04)
p250 Card Product Delete and Quantity Increment Part 4 (8:26)
p251 Card Product Delete and Quantity Increment Part 5 (12:15)
Section 64 Customer Order Place
p252 Customer Order Place Part 1 (13:29)
p253 Customer Order Place Part 2 (12:25)
p254 Customer Order Place Part 3 (10:13)
p255 Customer Order Place Part 4 (15:23)
p256 Customer Order Place Part 5 (9:43)
p257 Customer Order Place Part 6 (17:29)
p258 Customer Order Place Part 7 (18:23)
p259 Customer Order Place Part 8 (7:50)
Section 65 Order Payment Page Design
p260 Order Payment Page Design Part 1 (12:08)
p261 Order Payment Page Design Part 2 (11:47)
p262 Order Payment Page Design Part 3 (7:24)
Section 66 Customer Dashboard Design
p263 Customer Dashboard Design Part 1 (13:03)
p264 Customer Dashboard Design Part 2 (16:23)
p265 Customer Dashboard Design Part 3 (13:23)
p266 Customer Dashboard Design Part 4 (6:40)
Section 67 Customer Order Dashboard Design
p267 Customer Order Dashboard (12:26)
Section 68 Customer Wishlist and Change Password Page Design
p268 Customer Wishlist and change password page design Part 1 (8:05)
p269 Customer Wishlist and change password page design Part 2 (9:30)
Section 69 Customer Dashboard Data Get
p270 Customer Dashboard Data Get Part 1 (12:32)
p271 Customer Dashboard Data Get Part 2 (12:14)
p272 Customer Dashboard Data Get Part 3 (9:53)
p273 Customer Dashboard Data Get Part 4 (11:02)
Section 70 Customer Orders Handle
p274 Customer Orders Handle Part 1 (11:01)
p275 Customer Orders Handle Part 2 (13:25)
Section 71 Customer Order Details Get and Show
p276 Customer Order Details Get and Show Part 1 (9:59)
p277 Customer Order Details Get and Show Part 2 (15:41)
p278 Customer Order Details Get and Show Part 3 (19:10)
Section 72 Customer add Product in Wishlist
p279 Customer add Product in Wishlist Part 1 (11:35)
p280 Customer add Product in Wishlist Part 2 (13:16)
p281 Customer add Product in Wishlist Part 3 (9:11)
Section 73 Wishlist Product Get and Delete
p282 Wishlist Product Get and Delete Part 1 (13:10)
p283 Wishlist Product Get and Delete Part 2 (7:44)
p284 Wishlist Product Get and Delete Part 3 (14:50)
Section 74 Get Product Details and Show
p285 Get Product Details and Show Part 1 (10:14)
p286 Get Product Details and Show Part 2 (11:02)
p287 Get Product Details and Show Part 3 (12:51)
p288 Get Product Details and Show Part 4 (9:18)
p289 Get Product Details and Show Part 5 (12:34)
p290 Get Product Details and Show Part 6 (7:52)
Section 75 : Product Details Page Wishlist
p291 Product Details Page Wishlist (11:26)
Section 76: Setup Product Buy Now Option
p292 Setup Product Buy Now Option (18:20)
Section 77 : Product Review And Rating
p293 Product Review And Rating Part 1 (15:39)
p294 Product Review And Rating Part 2 (17:29)
p295 Product Review And Rating Part 3 (10:52)
Section 78 : Get Product Reviews and Rating
p296 Get Product Reviews and Rating Part 1 (11:15)
p297 Get Product Reviews and Rating Part 2 (19:11)
p298 Get Product Reviews and Rating Part 3 (15:13)
p299 Get Product Reviews and Rating Part 4 (16:22)
p300 Update Product By Shop Name in Details Page (11:39)
Section 79 : Customer Chat Page Design
p301 Customer Chat Page Design (10:10)
Section 80 : Customer to Seller Chat System
p302 Customer to Seller Chat System Part 1 (10:39)
p303 Customer to Seller Chat System Part 2 (9:01)
p304 Customer to Seller Chat System Part 3 (11:55)
p305 Customer to Seller Chat System Part 4 (12:12)
p306 Customer to Seller Chat System Part 5 (15:17)
p307 Customer to Seller Chat System Part 6 (14:28)
p308 Customer to Seller Chat System Part 7 (17:47)
p309 Customer to Seller Chat System Part 8 (16:10)
p310 Customer to Seller Chat System Part 9 (13:28)
p311 Customer to Seller Chat System Part 10 (19:08)
p312 Customer to Seller Chat System Part 11 (18:15)
Section 81 : Seller to Customer Chat Complete
p313 Seller to Customer Chat Complete Part 1 (8:14)
p314 Seller to Customer Chat Complet Part 2 (15:30)
p315 Seller to Customer Chat Complet Part 3 (13:45)
p316 Seller to Customer Chat Complet Part 4 (16:30)
p317 Seller to Customer Chat Complet Part 5 (10:04)
p318 Seller to Customer Chat Complet Part 6 (16:24)
p319 Seller to C ustomer Chat Complet Part 7 (13:31)
p320 Seller to Customer Chat Complet Part 8 (12:25)
p321 Seller to Customer Chat Complet Part 9 (16:35)
p322 Seller to Customer Chat Complet Part 10 (12:56)
p323 Seller to Customer Chat Complet Part 11 (12:31)
p324 Seller to Customer Chat Complet Part 12 (14:46)
p325 Seller to Customer Chat Complet Part 13 (9:15)
Section 82 : Customer Dashboard User Logout Option
p326 Customer User Logout Setup Part 1 (12:00)
p327 Customer User Logout Setup Part 2 (8:28)
Section 83 : Seller to Admin and Admin to Seller Chat
p328 Seller to Admin and Admin to Seller Chat Part 1 (12:43)
p329 Seller to Admin and Admin to Seller Chat Part 2 (15:40)
p330 Seller to Admin and Admin to Seller Chat Part 3 (10:49)
p331 Seller to Admin and Admin to Seller Chat Part 4 (14:13)
p332 Seller to Admin and Admin to Seller Chat Part 5 (13:16)
p333 Seller to Admin and Admin to Seller Chat Part 6 (12:12)
p334 Seller to Admin and Admin to Seller Chat Part 7 (15:10)
p335 Seller to Admin and Admin to Seller Chat Part 8 (7:36)
p336 Seller to Admin and Admin to Seller Chat Part 9 (16:21)
p337 Seller to Admin and Admin to Seller Chat Part 10 (8:55)
p338 Seller to Admin and Admin to Seller Chat Part 11 (14:42)
p339 Seller to Admin and Admin to Seller Chat Part 12 (12:52)
p340 Seller to Admin and Admin to Seller Chat Part 13 (5:24)
Section 84 : Seller and Admin Logout
p341 Seller and Admin Logout Part 1 (9:59)
p342 Seller and Admin Logout Part 2 (7:48)
Section 85 : Active and Deactive Sellers Get and Show
p343 Sellers Get and Show Part 1 (11:54)
p344 Sellers Get and Show Part 2 (11:57)
p345 Sellers Get and Show Part 3 (16:59)
p346 Sellers Get and Show Part 4 (13:42)
Section 86 : Orders Get and Show
p347 Orders Get and Show Part 1 (11:24)
p348 Orders Get and Show Part 2 (13:58)
p349 Orders Get and Show Part 3 (17:37)
Section 87 : Admin Order Details Get and Show
p350 Admin Order Details Get and Show Part 1 (8:07)
p351 Admin Order Details Get and Show Part 2 (15:39)
p352 Admin Order Details Get and Show Part 3 (14:43)
p353 Admin Order Details Get and Show Part 4 (16:24)
Section 88 : Seller Order Details Get and Show
p354 Seller Order Details Get and Show Part 1 (11:50)
p355 Seller Order Details Get and Show Part 2 (12:11)
p356 Seller Order Details Get and Show Part 3 (15:07)
p357 Seller Order Details Get and Show Part 4 (14:30)
Section 89 : Seller Stripe Connect Account Create
p358 Seller Stripe Connect Account Create Part 1 (6:50)
p359 Seller Stripe Connect Account Create Part 2 (14:35)
p360 Seller Stripe Connect Account Create Part 3 (10:54)
p361 Seller Stripe Connect Account Create Part 4 (16:01)
p362 Seller Stripe Connect Account Create Part 5 (11:15)
p363 Seller Stripe Connect Account Create Part 6 (12:26)
p364 Seller Stripe Connect Account Create Part 7 (8:59)
p365 Seller Stripe Connect Account Create Part 8 (18:05)
Section 90 : Order Payment Create
p366 Order Payment Create Part 1 (15:26)
p367 Order Payment Create Part 2 (14:18)
p368 Order Payment Create Part 3 (13:54)
p369 Order Payment Create Part 4 (6:12)
Section 91 : Confirm Order Payment
p370 Order Confirm Part 1 (14:53)
p371 Order Confirm Part 2 (10:01)
p372 Order Confirm Part 3 (9:52)
p373 Order Confirm Part 4 (13:57)
p374 Order Confirm Part 5 (16:16)
Section 92 : Seller Payment Request
p375 Seller Payment Request Part 1 (14:27)
p376 Seller Payment Request Part 2 (10:33)
p377 Seller Payment Request Part 3 (14:02)
p378 Seller Payment Request Part 4 (8:52)
p379 Seller Payment Request Part 5 (11:21)
p380 Seller Payment Request Part 6 (16:35)
p381 Seller Payment Request Part 7 (7:39)
Section 93 : Payment Transfer Admin to Seller
p382 Payment Transfer Admin to Seller Part 1 (13:53)
p383 Payment Transfer Admin to Seller Part 2 (12:14)
p384 Payment Transfer Admin to Seller Part 3 (16:55)
p385 Payment Transfer Admin to Seller Part 4 (7:23)
p386 Payment Transfer Admin to Seller Part 5 (7:31)
Section 94 : Admin Dashboard Index Data Show
p387 Dashboard Index Data Show Part 1 (14:20)
p388 Dashboard Index Data Show Part 2 (12:18)
p389 Dashboard Index Data Show Part 3 (17:00)
p390 Dashboard Index Data Show Part 4 (3:31)
Section 95 : Seller Dashboard Index Data Show
p391 Seller Dashboard Index Data Show Part 1 (12:48)
p392 Seller Dashboard Index Data Show Part 2 (9:56)
p393 Seller Dashboard Index Data Show Part 3 (10:49)
Section 96 : Error Fix
p394 Error Bugs Fix Part 1 (11:05)
p395 Error Bugs Fix Part 2 (14:40)
Section 97: Mobile Responsive Dashboard and Web Side Connect
p396 Mobile Responsive Dashboard and Web Side Connect Part 1 (6:56)
p397 Mobile Responsive Dashboard and Web Side Connect Part 2 (12:06)
Section 98 : Banner Create
p398 Banner Create Part 1 (14:49)
p399 Banner Create Part 2 (10:23)
p400 Banner Create Part 3 (8:53)
p401 Banner Create Part 4 (16:00)
p402 Banner Create Part 5 (7:28)
p403 Banner Create Part 6 (13:05)
Section 99 : Banner Update and Show
p404 Banner Update and Show Part 1 (16:12)
p405 Banner Update and Show Part 2 (5:23)
p406 Banner Update and Show Part 3 (16:56)
Course Project Source Code
Ecommerce Project Complete Source Code
Teach online with
p369 Order Payment Create Part 4
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock