1
00:00:00,150 --> 00:00:01,670
Hello, friend, welcome back.

2
00:00:02,130 --> 00:00:06,570
In a previous video, we successfully aired our product in our car area.

3
00:00:06,600 --> 00:00:11,370
If you go to our database, into the database in our car, so into the car area right now, they have

4
00:00:11,370 --> 00:00:12,180
the three product.

5
00:00:12,540 --> 00:00:18,770
And also for this car, it's automatically generated on the order so that your order object into the

6
00:00:19,110 --> 00:00:19,790
order object.

7
00:00:19,800 --> 00:00:22,260
You can see that is all that our product is now visible.

8
00:00:22,260 --> 00:00:24,450
And this order actually the faults.

9
00:00:24,450 --> 00:00:29,610
And also if you go to your card into the card area, our patches is no false.

10
00:00:29,610 --> 00:00:29,930
Right?

11
00:00:29,940 --> 00:00:33,050
So now I want to do I want to get all the talk product.

12
00:00:33,150 --> 00:00:39,090
That means all the card product and the visible lead in our discussion here for the results here, I

13
00:00:39,090 --> 00:00:41,310
want to do want to create one of the pays for this.

14
00:00:41,310 --> 00:00:43,390
And here I want to view it right.

15
00:00:43,410 --> 00:00:47,240
So if you want to do that work, you have to do you have to work in our order.

16
00:00:47,250 --> 00:00:53,200
That means our app order, go to our view and into the video and want to create one of the functions.

17
00:00:53,210 --> 00:00:56,280
So it should be also as a logging record.

18
00:00:56,730 --> 00:01:03,690
So after this but this year, I want to define on the view that the logging declared and here of the

19
00:01:03,690 --> 00:01:09,630
function, and I just named it function as a card view card, underscore, view a good friend.

20
00:01:09,840 --> 00:01:12,270
And also here we have to do we have to pass all requests.

21
00:01:12,270 --> 00:01:14,040
I just simply pass that request.

22
00:01:14,040 --> 00:01:18,510
And now, first of all, we have to do we have to filter all the data.

23
00:01:18,510 --> 00:01:18,790
Right.

24
00:01:19,140 --> 00:01:24,660
So here I have already all the data in our card and also I have some of the data in our order.

25
00:01:24,840 --> 00:01:27,940
So first of all, here we have to filter all that object.

26
00:01:27,960 --> 00:01:29,860
So now I want to do that work.

27
00:01:29,890 --> 00:01:34,130
So here I take one of the object name as a card, OK?

28
00:01:34,170 --> 00:01:35,520
I just name it as a card.

29
00:01:35,730 --> 00:01:43,340
And in the card area with our card that was in our card models, I have already loaded our model because

30
00:01:43,360 --> 00:01:48,810
I have already loaded our current model and the order modules to this card will get all the card data

31
00:01:48,810 --> 00:01:51,810
and also with this order we will get our all that data.

32
00:01:52,200 --> 00:01:54,300
So right now I want to learn to define our card.

33
00:01:54,310 --> 00:02:00,950
So with this card here, I define as objects, so objects and then I define the filter.

34
00:02:01,620 --> 00:02:03,330
So I just simply define that filter.

35
00:02:03,330 --> 00:02:07,950
And I it will be filtering this user, actually, the requested user or not.

36
00:02:07,960 --> 00:02:13,590
So for the reasons here, I define the user would be as they are already existed, requested user.

37
00:02:13,770 --> 00:02:14,130
Right.

38
00:02:14,400 --> 00:02:22,110
And also if you go to your card into the card area, if you open it and into the purchase area by default,

39
00:02:22,110 --> 00:02:23,640
I make that things as are false.

40
00:02:23,650 --> 00:02:23,880
Right.

41
00:02:23,930 --> 00:02:25,850
So here we have to defining it.

42
00:02:25,860 --> 00:02:32,770
So after that here also defining the packages, that means the packages will be a default.

43
00:02:33,900 --> 00:02:38,800
So I just simply defined as a false and also we have to define the same things for our order.

44
00:02:38,820 --> 00:02:42,570
So I just send me the order and then with our order model.

45
00:02:42,990 --> 00:02:49,950
So this order model, I define that our objects and then filter I to simplify the filter and also to

46
00:02:50,100 --> 00:02:51,280
filter out our user.

47
00:02:51,750 --> 00:02:53,990
That means our user is the requested user.

48
00:02:54,000 --> 00:02:56,280
So it will be as requested user.

49
00:02:56,280 --> 00:03:01,870
And also if you go to our order into the order, you can see that is also ordered.

50
00:03:02,040 --> 00:03:06,860
So this order should be as if false because of all we need will be as a checkmark.

51
00:03:06,870 --> 00:03:09,810
That means this is that order actually already complete.

52
00:03:09,810 --> 00:03:10,110
Right.

53
00:03:10,140 --> 00:03:12,090
So right now I have to also defending it.

54
00:03:12,540 --> 00:03:15,590
So all that our pending order, we have to get right.

55
00:03:15,610 --> 00:03:21,290
So for the reasons here, I want to define our ordered that is our ordered field will be a default.

56
00:03:23,040 --> 00:03:26,090
So I just simply defined that as a false document.

57
00:03:26,250 --> 00:03:30,220
And now I want to do I want to define on the condition if our card.

58
00:03:30,240 --> 00:03:37,530
That means if our card area, if they have any product is exist and also in our order area, if any

59
00:03:37,530 --> 00:03:41,560
orders exist, then I want to get all that our object data.

60
00:03:41,940 --> 00:03:48,450
So for the reasons here, I want to do under the funnel the if condition, if our cards OK for cards

61
00:03:48,450 --> 00:03:49,280
is exist.

62
00:03:49,950 --> 00:03:56,820
So if our cards exist and also order so this order better able to make the things as a multiple as an

63
00:03:56,820 --> 00:03:57,350
order orders.

64
00:03:57,360 --> 00:04:07,680
OK, if this our cards exist and if our orders exist, they just simply cannot exist, exist.

65
00:04:07,690 --> 00:04:14,420
So here I have to defining it so that this card is exist and also and our orders exist.

66
00:04:14,730 --> 00:04:20,670
So if they have any card in Elkhart, Ind., if that have any order in our order area, then what exactly

67
00:04:20,670 --> 00:04:21,230
should we do?

68
00:04:21,240 --> 00:04:23,920
It should be get this data by the object.

69
00:04:23,940 --> 00:04:28,800
So here I define that our disorder and then our order of the data.

70
00:04:29,160 --> 00:04:30,420
So orders.

71
00:04:30,420 --> 00:04:32,700
So these object that I want to get.

72
00:04:32,700 --> 00:04:34,140
So that will be as a zero.

73
00:04:34,410 --> 00:04:36,690
OK, so here I just converted it.

74
00:04:36,690 --> 00:04:42,340
And after this, after this I have to do I have to define the return and it'll be done one of the base.

75
00:04:42,360 --> 00:04:46,110
OK, that means here I want to display all the base, all the other card details.

76
00:04:46,140 --> 00:04:52,040
So here I define the render so I just want to render and render will be with the request.

77
00:04:52,050 --> 00:04:54,410
And here I don't want to pass on the base.

78
00:04:54,780 --> 00:04:56,630
So that will be in our app.

79
00:04:56,630 --> 00:04:59,670
And that means in our app order, so do the.

80
00:05:00,190 --> 00:05:05,560
The area in our template played into the template that was in our airport area and to create the file,

81
00:05:05,560 --> 00:05:06,490
I just name it.

82
00:05:06,880 --> 00:05:10,300
I just don't have the file as a card, not estimates.

83
00:05:10,720 --> 00:05:13,030
OK, so I just simply name it as a cartoonist.

84
00:05:13,660 --> 00:05:15,400
So, no, I have to do find that link.

85
00:05:15,400 --> 00:05:19,660
So that will be as a card dot as HTML.

86
00:05:20,350 --> 00:05:20,710
Right.

87
00:05:20,950 --> 00:05:23,720
And also here we have to pass our all that card data.

88
00:05:23,740 --> 00:05:26,140
That means we have to pass it in the context.

89
00:05:26,800 --> 00:05:33,100
So in this context, I want to do and pass our first of all, that will be our cards that we discuss

90
00:05:33,100 --> 00:05:33,860
all the data.

91
00:05:34,480 --> 00:05:36,540
And here I just simply pass it.

92
00:05:36,820 --> 00:05:40,320
And also we have to do we have to pass our orders.

93
00:05:40,870 --> 00:05:44,150
So I just simply pass that orders of a friend.

94
00:05:44,240 --> 00:05:51,400
So if we get any data, then it shall be pass the data into the card area, that card or else that between

95
00:05:51,400 --> 00:05:53,460
this hour, this condition will be not works.

96
00:05:53,980 --> 00:05:59,140
Let me see if there have no cards that are rather than they have no other data, then I want to belong

97
00:05:59,140 --> 00:06:04,690
to the front of the Ayles condition aless to be sure some of the message actually.

98
00:06:04,690 --> 00:06:06,520
So I just simplify the messages.

99
00:06:06,880 --> 00:06:09,130
And with these messages, you should be as a warning.

100
00:06:10,690 --> 00:06:15,280
OK, I just named one of the tag on tag and the only tag area.

101
00:06:15,310 --> 00:06:26,020
I just passed that request and it will be sure on the message as if you don't you don't have any item

102
00:06:26,320 --> 00:06:27,460
in your card.

103
00:06:28,390 --> 00:06:33,040
So this step of one of the messages will be displayed, OK, and after that I don't want to return it.

104
00:06:33,490 --> 00:06:40,390
So I just simply done the return redirect return to our home page to be redacted.

105
00:06:40,390 --> 00:06:45,630
So our home page I have defined in our app shop that within our app shop, our home.

106
00:06:45,640 --> 00:06:47,920
So is simply defining it on here.

107
00:06:48,210 --> 00:06:53,350
OK, so here if you get an existing data then it will be returned to our car totals.

108
00:06:53,350 --> 00:06:59,800
Tamalpais Aless will be displayed this type of ball dorning message as if you don't have any sabater

109
00:06:59,800 --> 00:07:07,350
any OK, you don't have any item in your card and then it will be rejected to our app shop homepage.

110
00:07:07,660 --> 00:07:13,240
So now we have to do we have to create our displays that we see in our app order that you can do this.

111
00:07:13,570 --> 00:07:18,190
So now go to our App Order and that map order that Elcano Distomo.

112
00:07:18,310 --> 00:07:21,480
So yeah, now we have to do have to visible all that our product.

113
00:07:21,760 --> 00:07:24,640
So first of all I think you already know about it here.

114
00:07:24,640 --> 00:07:29,860
We have to do we have to edit our extended right that it extends.

115
00:07:31,160 --> 00:07:36,590
So I just believe in the extent and it should be extend our which one basis tml say to simply defined

116
00:07:36,590 --> 00:07:37,130
as a basis.

117
00:07:37,880 --> 00:07:40,190
And also after that we need our body block.

118
00:07:40,230 --> 00:07:45,790
So I just simply defined as a block and block will be our borders or block.

119
00:07:47,180 --> 00:07:49,210
OK, just simply define the body block.

120
00:07:49,580 --> 00:07:51,960
And also we have to and this body block.

121
00:07:52,430 --> 00:07:56,060
So here I just simplified and block.

122
00:07:57,200 --> 00:07:57,700
Perfect.

123
00:07:57,710 --> 00:08:01,270
So now in particular that really I want to do and define sound that Dave.

124
00:08:01,310 --> 00:08:08,670
So here I define another bootstrap glass as a container, OK, container and then my five.

125
00:08:08,840 --> 00:08:14,720
So I just simply defending the container, my five and then I take another Dave and here I define the

126
00:08:14,730 --> 00:08:18,120
classes in my file so that I declare on my file.

127
00:08:18,140 --> 00:08:23,270
OK, and then I also want to define what the extra deck and here I define.

128
00:08:23,270 --> 00:08:24,560
Is that your card.

129
00:08:25,310 --> 00:08:28,310
So your card at least one of the tags on the visible.

130
00:08:28,310 --> 00:08:30,950
And after this there look after this, Dave.

131
00:08:30,950 --> 00:08:38,960
Here I take one of the table and the table area in the front of the bootstrap table plus table class

132
00:08:38,960 --> 00:08:42,260
as a table and table table, however.

133
00:08:43,400 --> 00:08:46,630
So just name it as a class on the table table will hover, OK?

134
00:08:46,940 --> 00:08:50,620
And then we need our Chehade, so I just simplify the trade.

135
00:08:50,750 --> 00:08:52,700
So that is all that XHTML called.

136
00:08:52,700 --> 00:08:57,710
I think you already know about it, if you will, if you have any idea, e-mail and access.

137
00:08:57,740 --> 00:09:02,430
So that is pretty much basically that code so that the already are defined as a DH.

138
00:09:02,660 --> 00:09:09,650
OK, and in the area I define of the scope, ok, just simply define the scope is scope will be as cool.

139
00:09:10,160 --> 00:09:15,910
And then also I make the things as a hash that will be actually our cereal, all that code.

140
00:09:15,920 --> 00:09:21,380
OK, and Peter, I also want to do on the defense of the White for this one, because this will be very

141
00:09:21,380 --> 00:09:22,130
small size.

142
00:09:22,130 --> 00:09:29,950
So I just simply defined as a white and white will be as a I just make the 15 percent, OK, 15 percent.

143
00:09:29,960 --> 00:09:31,880
These type of things are still visible.

144
00:09:32,180 --> 00:09:37,280
And also after that, I take another page and also here the of the scope.

145
00:09:38,420 --> 00:09:40,720
So the scope will be as cool.

146
00:09:40,730 --> 00:09:44,740
And here I want to show some of the name better.

147
00:09:44,740 --> 00:09:47,600
I copy it because here I want to display the product name.

148
00:09:47,600 --> 00:09:49,360
The product quantity will be needed.

149
00:09:49,370 --> 00:09:49,640
Right.

150
00:09:49,660 --> 00:09:53,810
So I just name it as a product name, product name.

151
00:09:54,320 --> 00:09:56,960
And also I want to show that quantity.

152
00:10:00,670 --> 00:10:04,030
So just name it as a quantity and also the price.

153
00:10:06,640 --> 00:10:08,010
OK, just name it as a price.

154
00:10:08,230 --> 00:10:10,570
And also I want to undertake another one.

155
00:10:10,780 --> 00:10:13,870
I take another one for our remove button.

156
00:10:13,870 --> 00:10:15,970
So we have to also remove it.

157
00:10:15,970 --> 00:10:19,360
If you want to remove that card from the card list, then you have to.

158
00:10:19,360 --> 00:10:21,130
Defining each side is similar, different is removed.

159
00:10:21,730 --> 00:10:24,240
So that define something as a remove them.

160
00:10:24,330 --> 00:10:25,720
OK, and that is surprise.

161
00:10:25,720 --> 00:10:26,220
Surprise.

162
00:10:26,230 --> 00:10:27,910
I want to do want to make that align.

163
00:10:29,250 --> 00:10:34,990
So a line I see in a line will be in our eye, make it the right.

164
00:10:35,010 --> 00:10:36,910
OK, so it should be the right position.

165
00:10:36,930 --> 00:10:38,030
That will be our prize.

166
00:10:38,490 --> 00:10:40,680
And that is already Moombahton perfect.

167
00:10:40,950 --> 00:10:46,890
And after this, you know, after that they hit OK, after this, did I take another Tibaldi into the

168
00:10:46,890 --> 00:10:47,760
body area?

169
00:10:47,760 --> 00:10:51,330
I want to visible our everything that was in our TIAR.

170
00:10:51,870 --> 00:10:55,630
So before this year I wanted to take all that our data.

171
00:10:55,650 --> 00:10:58,280
So here I have to do I have to defend the forage.

172
00:10:58,680 --> 00:11:01,430
So I just simply define that for this data.

173
00:11:01,590 --> 00:11:06,000
That is how far I name it from The View.

174
00:11:06,000 --> 00:11:07,180
I have passed the cards.

175
00:11:07,200 --> 00:11:07,520
Right.

176
00:11:07,700 --> 00:11:12,490
So here I make it as a card, a card in cards.

177
00:11:13,020 --> 00:11:16,200
So now with this card, we can actually visible all that our data.

178
00:11:16,290 --> 00:11:16,570
Right.

179
00:11:16,590 --> 00:11:19,110
So now also after that, we're here.

180
00:11:19,110 --> 00:11:20,210
I want to end it.

181
00:11:20,820 --> 00:11:25,890
So just simply and far so that is actually lower and for perfect.

182
00:11:26,160 --> 00:11:29,150
So now I want to do the visible or all that name.

183
00:11:29,310 --> 00:11:35,610
So here at the front of the D.H and the DHS, first of all, that is our hash has been sexually, we

184
00:11:35,610 --> 00:11:37,530
automatically serialize that number.

185
00:11:37,560 --> 00:11:43,830
So if you want to see lines that they have also on the function, so they have also the function and

186
00:11:43,830 --> 00:11:51,990
Django that is are for loop, that means the for loop counter so that what the follow counters will

187
00:11:51,990 --> 00:11:56,250
be automatically created one of the one, two, three in the step of of the serial number.

188
00:11:56,520 --> 00:12:00,460
So now I just simply defining it and also here I define our scope.

189
00:12:02,310 --> 00:12:05,080
OK, I just simply defined the scope will be as a rule.

190
00:12:05,700 --> 00:12:07,620
So that is all the bootstrap class.

191
00:12:08,040 --> 00:12:14,780
And also after this, I want to do an attack on the TV and the trio to do on the display our name.

192
00:12:14,790 --> 00:12:16,200
That means our product name.

193
00:12:16,220 --> 00:12:20,540
So if you want to display that product, then you have to define that things with this card.

194
00:12:20,550 --> 00:12:20,970
Right.

195
00:12:20,970 --> 00:12:26,440
So with this card here, we have to define what this item name if you go to our model.

196
00:12:26,460 --> 00:12:34,290
That means if you go to our order airport, our models and the models here, that is actually our item

197
00:12:34,290 --> 00:12:36,090
that is in our cart into the card.

198
00:12:36,090 --> 00:12:36,980
That is our item.

199
00:12:36,990 --> 00:12:37,250
Right.

200
00:12:37,500 --> 00:12:40,590
So now I don't want to access our name.

201
00:12:40,600 --> 00:12:41,960
That means our card area.

202
00:12:41,970 --> 00:12:42,990
That is our item.

203
00:12:43,080 --> 00:12:48,400
That is also Franchi with our products into the products area that is actually Ghneim.

204
00:12:48,420 --> 00:12:55,550
So if you now go to our products, that means if you go to our app shop into the app shop if you go.

205
00:12:56,770 --> 00:13:02,470
If you go to that model and here you can see our product name, I have defined as a name, right?

206
00:13:02,490 --> 00:13:05,530
So now we have to do we have to do something like that where it should be.

207
00:13:05,530 --> 00:13:08,800
First of all, a decorator item that was in our cart item.

208
00:13:09,010 --> 00:13:12,660
And with the current item, I have already defined our foreign GI with our products.

209
00:13:12,660 --> 00:13:14,970
So that will be our product name.

210
00:13:14,980 --> 00:13:15,310
Right.

211
00:13:15,580 --> 00:13:17,380
So now I just simply defining it.

212
00:13:17,380 --> 00:13:22,070
It will be as a card and then our item and then our name.

213
00:13:22,090 --> 00:13:26,720
That means our database will name as a name and also under to undertake another field.

214
00:13:26,750 --> 00:13:32,470
So I want to take another field is still be e I want to take our quantity.

215
00:13:32,470 --> 00:13:35,000
That means that is actually the quantity in our card area.

216
00:13:35,020 --> 00:13:40,440
So with this card, so with this card I want to display our quantity field.

217
00:13:40,510 --> 00:13:43,530
OK, so to simply define that filename perfect.

218
00:13:43,540 --> 00:13:47,920
And for the quantity here, I also want to define that it shall be as a plus minus.

219
00:13:47,950 --> 00:13:58,560
OK, so this step of one of the five I can only use if you go to the FA fa and here you go here and

220
00:13:58,630 --> 00:14:00,070
I'll go to that icons.

221
00:14:02,540 --> 00:14:05,930
And the comes I want to use that plus minus.

222
00:14:06,960 --> 00:14:08,700
So here.

223
00:14:11,190 --> 00:14:22,320
But I saw it, I saw two to the plus, OK, plus so that is all plus plus icon that is our icon.

224
00:14:22,320 --> 00:14:24,510
There is a check mark icon gone.

225
00:14:24,520 --> 00:14:25,430
So I.

226
00:14:25,440 --> 00:14:26,250
Surjit.

227
00:14:27,360 --> 00:14:32,160
So, Saajid, you consider rejected our class action, so that is like when I want to use and also for

228
00:14:32,160 --> 00:14:38,760
the miners, I want to use these miners, OK, so I opened both of this that it will be our plus and

229
00:14:38,760 --> 00:14:39,970
that will be our minocycline.

230
00:14:40,290 --> 00:14:44,140
So now here I want to do to define both of these, that means in our area.

231
00:14:44,160 --> 00:14:51,900
So, you know, this area I want to define, first of all, as a native into the area, I define the

232
00:14:51,900 --> 00:14:52,410
class.

233
00:14:53,290 --> 00:14:58,440
So class will be as a are to it is simply defined as to.

234
00:14:58,440 --> 00:15:01,530
And here, here I want to define this spend.

235
00:15:03,850 --> 00:15:04,210
OK.

236
00:15:04,240 --> 00:15:10,180
The family's been under this penalty at the front of the class, so here at the front of the body,

237
00:15:11,470 --> 00:15:14,020
that is actually the designing option, whatever you want.

238
00:15:14,050 --> 00:15:15,940
So I just simply wanted the body parts.

239
00:15:16,510 --> 00:15:19,180
And then also another one of the lights.

240
00:15:19,180 --> 00:15:21,520
I just want to use it as a light.

241
00:15:21,560 --> 00:15:28,030
OK, and here in our particular, that is area I want to do the visible hour, this plus and the minus.

242
00:15:28,030 --> 00:15:32,650
So here there is our plaza here around the visible, first of all, in our left side, used to be as

243
00:15:32,650 --> 00:15:33,180
a minus.

244
00:15:33,200 --> 00:15:34,630
So I just simply copy it.

245
00:15:35,410 --> 00:15:39,250
And here after this into this, I just simply passed it.

246
00:15:39,370 --> 00:15:43,120
OK, so here, that will be our one.

247
00:15:43,420 --> 00:15:46,750
And also we have to define the same things for all minus.

248
00:15:46,870 --> 00:15:49,690
So better I just simply copy it.

249
00:15:49,720 --> 00:15:55,780
So after that there is a quantity quantitatively visible in after this quantity I take another one and

250
00:15:55,780 --> 00:15:57,510
it will be as our minus.

251
00:15:57,520 --> 00:16:00,140
That means that plus.

252
00:16:00,190 --> 00:16:08,020
So that means this plus I just simply copied and here in our area I just simply updated as a five hour

253
00:16:08,020 --> 00:16:08,470
plus.

254
00:16:09,070 --> 00:16:09,610
Perfect.

255
00:16:09,640 --> 00:16:13,510
So now first of all, on the jacket like here, if you don't click the save all.

256
00:16:14,680 --> 00:16:22,990
So that is all server is now running and now I want to do go here, refresh it, because I didn't find

257
00:16:22,990 --> 00:16:23,700
any link.

258
00:16:24,010 --> 00:16:30,840
So here also we have to do have to create one of the you Alfonso in our app order into the app ordered

259
00:16:30,880 --> 00:16:31,300
the result.

260
00:16:31,300 --> 00:16:36,910
You are allowed into the euro area and do want to create another model, which I just simply copied.

261
00:16:36,910 --> 00:16:38,620
And here it is simply pasted.

262
00:16:38,620 --> 00:16:40,070
It will be as a card.

263
00:16:40,660 --> 00:16:42,370
OK, just name it as a card.

264
00:16:42,940 --> 00:16:49,080
And then in our view area, I have already defined the function, our function name as a card view.

265
00:16:49,750 --> 00:16:56,000
So here I define our function name as a card view and I just name it as a card, ok.

266
00:16:56,020 --> 00:16:57,000
I just name it as a card.

267
00:16:57,010 --> 00:16:59,770
So that is our app name as the app order and that is our cards.

268
00:16:59,770 --> 00:17:04,160
And I wanted to put this link and put this link in our disinhibit area.

269
00:17:04,210 --> 00:17:08,950
So now if you go to our neighbor, that means that is actually our neighbor.

270
00:17:09,460 --> 00:17:12,940
And here there is a cloud cast into the card area.

271
00:17:12,940 --> 00:17:14,500
You can see that is also on the head.

272
00:17:15,040 --> 00:17:17,590
So here I want to do want to put it put this link.

273
00:17:17,600 --> 00:17:20,440
So I just simply define sorry.

274
00:17:20,440 --> 00:17:28,240
I just simply find out what you what you what will be in our app underscore order and the app order

275
00:17:28,240 --> 00:17:29,650
I have created as a card.

276
00:17:29,650 --> 00:17:29,970
Right.

277
00:17:30,080 --> 00:17:36,610
I just simply defined that link so you can actually access it as a table because I have already saw

278
00:17:36,610 --> 00:17:37,900
the data in our card.

279
00:17:37,900 --> 00:17:38,240
Right.

280
00:17:38,260 --> 00:17:39,870
So this data should be visible.

281
00:17:40,300 --> 00:17:42,840
Now I just refresh it now.

282
00:17:42,850 --> 00:17:43,750
Go to our card.

283
00:17:44,440 --> 00:17:44,860
Yeah.

284
00:17:44,860 --> 00:17:50,410
You can see it's not perfectly get all that our data from our database right now, the three product

285
00:17:50,710 --> 00:17:55,380
and you can see it's also showing us the tree product and also still offering our perfect data.

286
00:17:55,390 --> 00:17:56,440
That means this product.

287
00:17:56,440 --> 00:17:58,390
I have added that quantity as a tool.

288
00:17:58,810 --> 00:18:02,320
If you go to our database, that is a programming is thinking.

289
00:18:02,320 --> 00:18:05,170
You can see there is a quantity field as a tool right now.

290
00:18:05,170 --> 00:18:07,540
It's perfectly visible are going to be added to.

291
00:18:07,810 --> 00:18:11,260
So now I want to do want to add it all that our price.

292
00:18:11,260 --> 00:18:13,390
So that is actually surprisingly visible.

293
00:18:13,390 --> 00:18:16,730
And here I also want to define all that, our grand total.

294
00:18:17,050 --> 00:18:20,440
So how can this played be trying to do and to continue this process?

295
00:18:20,440 --> 00:18:23,430
You know, next video, I will show that things with a live example.

296
00:18:23,950 --> 00:18:27,130
So thanks for watching and I will see you in the next video.
