Search This Blog

Monday, August 4, 2014

Learn E-commerce website Designing with PHP, MySQL, jQuery and PayPal Rs 300/-







SECTION 1: Introduction

1Introduction 01:46
2 Exercise Files 1.51 MB

SECTION 2: Building Framework

3 Building page structure 02:24
4 Autoloader 03:51
5 Configuration file 04:34
6 Configuration file (continue) 05:07
7 Include path 04:31
8 Class and method 05:06
9 Properties scope 04:28
10 Run method 02:51
11 Url class 04:10
12 Getting the right page 06:05
13 Url parameters 02:10

SECTION 3: Database class

14 New class definition 06:19
15 MySQL connect 04:05
16 Escape method 03:58
17 MySQL query 04:26
18 Fetch records 03:40
SECTION 4:
Object Oriented Programming
19 Static vs Non-static 07:39
20 Modifying properties 05:31

SECTION 5: Catalogue

21 Business class 05:45
22 Business details 03:35
23 List of categories 06:13
24 Active link 04:31
25 Catalogue page 04:28
26 Category pages 04:10
27 Product image 04:12
28 Product image (continue) 06:58
29 Product details 06:37
30 Shortening description 05:25
31 Image unavailable 03:42
32 Active button 06:41

SECTION 6: Pagination

33 Paging class 05:38
34 Current page 04:24
35 Total number of pages 02:38
36 Get records 05:25
37 Paging links 06:19
38 Paging links (continue) 04:43
39 Get paging 02:30

SECTION 7: Small basket

40 Small basket plugin 06:05
41 Adding jQuery 02:52
42 Add to basket 04:19
43 Ajax call 02:47
44 Get product 05:46
45 Session class 03:42
46 Update small basket 04:22
47 Refresh small basket 03:56
48 Refresh small basket (continue) 02:52
49 Expanding Basket class 03:36
50 VAT/Tax rate, number of items and sub-total 05:07
51 VAT/Tax amount and total 03:47
52 Number format 02:57

SECTION 8: Main basket

53 Product page 07:17
54 Product page (continue) 06:10
55 Basket page 03:57
56 Basket layout 04:48
57 Getting content of the basket 04:38 
58 Displaying content of the basket 04:54
59 Item total and remove item methods 05:10
60 Sub-total and VAT/Tax amounts 03:59
61 Update quantity 07:45
62 Refresh main basket 04:12
63 Refresh main basket (continue) 03:39
64 Generate new basket content 03:00
65 Remove item from the basket 06:35

SECTION 9: Checkout

66 Client details form 07:27
67 Form and Country class 07:14
68 Process $_POST 07:21
69 Sticky text field 04:08

SECTION 10: Validation

70 Validation class 06:05
71 Process method 04:54
72 Check method 01:45
73 Check special method 04:08
74 isValid method 03:14
75 Format and validate method 04:28
76 Hash function 02:56
77 Form validation 07:45

SECTION 11: Login

78 Login class 06:41
79 Redirect method 04:14
80 Login form 04:25
81 Registration form 05:55
82 Countries menu 01:54
83 User class 05:55
84 Login user 04:43
85 Referrer url 04:31

SECTION 12: Registration

86 Starting with registration form 03:21
87 Validation 06:41
88 Sticky form fields 03:29
89 Processing input 07:10
90 Working with date 05:59
91 Add new user record 06:39
92 Insert method 06:05
93 Email class 07:51
94 Process email 06:16
95 Fetch email 03:14
96 Email content 04:20
97 Testing 01:40
98 Activate page 07:22
99 Activate method 01:51
100 Check for a duplicate email address 05:13

SECTION 13: Order summary
101 Shipping address 05:29
102 Update user method 03:42
103 Update method 04:19
104 Order summary page 04:54
105 Order items 08:21
106 Token and formatting 05:39
107 Proceed to PayPal button 07:33
108 Send to PayPal Ajax call 03:24

SECTION 14: Order
109 PayPal file 05:59
110 Create order 07:21
111 Order tables 02:22
112 Add items 05:16
113 Get order details 04:59

SECTION 15: PayPal

114 PayPal class 05:58
115 PayPal class properties 05:10
116 Constructor 03:29
117 Add product to array 04:32
118 Add order items to the class instance 04:00
119 Add client details to the class instance 04:45
120 Add field method 03:18
121 Render method 01:58
122 Process fields 04:00
123 Common variables 05:30
124 Pre-populate method 03:15
125 Output preview 03:16

SECTION 16: Sandbox

126 PayPal Sandbox account 04:25
127 Sandbox testing 03:46
128 Account preferences 05:59
129 Return and cancel pages 02:16
130 Clear basket 02:18

SECTION 17: IPN (Instant Payment Notification)

131 Validate IPN Request 07:45
132 Get IPN data 03:33
133 CURL response 03:49
134 IPN verification
02:57
135 Approve transaction 03:54
136 Log file 05:28
137 Testing IPN 05:25
138 Save IPN response 07:55
139 Final IPN testing 03:37

SECTION 18: Clients area

140 Navigation 05:52
141 Get client orders 04:02
142 Display orders 03:27
143 Display orders (continue) 05:00
144 Invoice page 05:34
145 Invoice layout 04:22
146 Order details 04:52
147 Print invoice option 04:02
148 Logout method 02:49

SECTION 19: Control panel

149 CMS template 04:03
150 Navigation 05:10
151 Login form 03:18
152 Processing login 03:14
153 Admin class 03:17
154 Login admin method 03:22
155 Testing 01:56
156 Restrict access 02:50

SECTION 20: Products

157 Products pages 04:12
158 List of pages 05:34
159 Get all products 04:50
160 Paging 05:28
161 Parameters for the search form 04:55
162 Search testing 02:57
163 Add product page 07:05
164 Categories menu 03:27
165 Sticky form fields and validation 02:07
166 Validation messages 03:29
167 Add product method 02:44
168 Upload class 02:51
169 Upload method 05:08
170 Process form 03:36
171 Update product method 04:18
172 Confirmation pages 02:55
173 Edit product page 05:00
174 Update product and remove image 03:32
175 Confirmation pages 01:42
176 Remove product page 02:58
177 Process request 02:43
178 Remove product method 03:42

SECTION 21:Categories

179 Categories page 01:33
180 List of categories 03:47
181 Add category 03:42
182 Duplicate category 05:07
183 Add category method 02:15
184 Edit category 03:50
185 Update category method 03:57
186 Remove category 03:14


SECTION 22: Orders

187 Orders page 01:28
188 List of orders 04:40 
189 Payment status 03:13
190 Get orders method 02:21
191 View order page 05:53
192 Display order layout 03:17
193 Products, Sub-total, VAT/Tax and Total 04:51
194 Client details 04:23
195 Order status and notes 04:31
196 Buttons 04:19
197 Statuses menu 06:18 
198 Invoice 01:56
199 Remove order 04:08

SECTION 23: Clients

200 Clients page 02:03
201 Clients records 03:09
202 Get users method 03:00
203 Edit user 06:01
204 Duplicate email address 02:25
205 Remove client 02:34
206 Remove user method 02:48

SECTION 24: Business

207 Business page 02:34
208 Process form 03:33
209 Update business method 05:21
210 Confirmation pages 01:31
211 Logout option 01:56


======================================================================

This DVDs are only suitable for a PC/laptop/Mac; it WILL NOT play on a TV 

=======================================================================


Payment mode : CASH ON DELIVERY , Pay on my account ,Buying via ebay or ShopClues


Shipping : By Courier through all over India


Shipping charge : Rs 50/- Flat Rate shipping anywhere in India


You can get with in two days

Any Advanced Graphic Design Software Tutorials, IT Software Tutorials, Multimedia  Software Tutorials, All Engineering purpose Software Tutorials & All Software Tutorials Available

For more details

Email : digitalcollections4u@gmail.com
https://www.facebook.com/TutorialsDVDs

No comments:

Post a Comment