-
Notifications
You must be signed in to change notification settings - Fork 3
/
product.js
315 lines (246 loc) · 9.12 KB
/
product.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
let all_items = [
{
id: "1",
image: "https://orderserv-kfc-assets.yum.com/15895bb59f7b4bb588ee933f8cd5344a/images/items/xl/A-30870-0.jpg?ver=11.35",
name: "Friendship Bucket",
category: "Non veg",
serving: "3",
qty:1,
price: 699.00,
description: "Save 23% on 3pc Hot & Crispy chicken, 3 Hot Wings, 3 Chicken Strips & a Large Popcorn",
search:"Friendship"
},
{
id: "2",
image: "https://orderserv-kfc-assets.yum.com/15895bb59f7b4bb588ee933f8cd5344a/images/items/xl/A-30908-0.jpg?ver=11.35",
name: "Bucket for Two",
category: "Non veg",
serving: "2",
qty:1,
price: 599.00,
description: "Flat Rs. 70 off on 2pc Hot & Crispy Chicken, 2 pc Smoky Red Chicken & Large Popcor",
search:"Bucket"
},
{
id: "3",
image: "https://orderserv-kfc-assets.yum.com/15895bb59f7b4bb588ee933f8cd5344a/images/items/xl/A-32169-0.jpg?ver=11.35",
name: "Ultimate Savings Bucket",
category: "Non veg",
serving: "2-3",
qty:1,
price: 699.00,
description: "Save 30% on 4pc Hot & crispy chicken, 6 Hot Wings, 4 chicken strips , 3 Dips & a Pepsi PET",
search:"Ultimate"
},
{
id: "4",
image: "https://orderserv-kfc-assets.yum.com/15895bb59f7b4bb588ee933f8cd5344a/images/items/xl/A-32293-0.jpg?ver=11.35",
name: "Big 12",
category: "Non veg",
serving: "2-3",
qty:1,
price: 729.00,
description: "Save 22% on this combo of 6pc Hot & Crispy Chicken, 6 Hot Wings & 2 creamy dips",
search:"Big"
},
{
id: "5",
image: "https://orderserv-kfc-assets.yum.com/15895bb59f7b4bb588ee933f8cd5344a/images/items/xl/A-31946-0.jpg?ver=11.35",
name: "Mingles Bucket Meal",
category: "Non veg",
serving: "2",
qty:1,
price: 459.00,
description: "Save Rs.55 on this combo of 4 Wings, 2 Chicken Strips, Reg Popcorn, Medium Fries & Pepsi PET",
search:"Mingles"
},
{
id: "6",
image: "https://orderserv-kfc-assets.yum.com/15895bb59f7b4bb588ee933f8cd5344a/images/items/xl/A-32197-0.jpg?ver=11.35",
name: "Big 8",
category: "Non veg",
serving: "2-3",
qty:1,
price: 619.00,
description: "Save 30% on this bucket of 4pc Hot & Crispy chicken & 4pc Smoky Red chicken",
search:"Bi"
}
]
var one_items = [
{
id: "9",
image: "https://orderserv-kfc-assets.yum.com/15895bb59f7b4bb588ee933f8cd5344a/images/items/xl/L-8000240.jpg?ver=23.97",
name: "The Allu Arjun Combo",
category: "Non veg",
serving: "2-3",
qty:1,
price: 448,
description: "Enjoy 1pc Hot & Crispy Chicken, 1pc Smoky Red, Reg Popcorn, Spicy Mix Fries & a Dip"
}
]
// var arrlength = document.getElementById("array_length")
let length = JSON.parse(localStorage.getItem("productdetail")) || [];
/*let name = localStorage.getItem("name");
document.getElementById("uesr_name").textContent = "";
document.getElementById("uesr_name").append(name);
let City = localStorage.getItem("City");
document.getElementById("btnbtn").innerHTML = null;
document.getElementById("cityname").textContent = "";
document.getElementById("cityname").append(City);*/
call();
async function call(){
// let data =await fetch("https://wild-rose-cape-buffalo-kit.cyclic.app/posts");
// let data1 =await fetch("https://wild-rose-cape-buffalo-kit.cyclic.app/posts");
// finaldata =await data.json();
// finaldata1 =await data1.json();
append(all_items,"chickenBuckets");
append(all_items,"newLaunch");
append(all_items,"biryaniBuckets");
append(all_items,"boxMeals");
append(all_items,"Burgers");
append(all_items,"stayHomeSpecials");
append(all_items,"Snacks");
append(all_items,"Beverages");
append(one_items,"exclusiveDeal");
}
function append(data, id){
data.forEach((ele,ind)=>{
let div = document.createElement("div");
div.class = "productdiv"
let img = document.createElement("img");
img.id = "corner"
img.src = ele.image;
img.width = 300;
let div1 = document.createElement("div");
div1.className = "discribtion";
let name = document.createElement("div");
name.textContent = ele.name;
name.id = "Productname";
let cate = document.createElement("p");
let imglogo = document.createElement("img");
imglogo.src = "https://online.kfc.co.in/static/media/Non_veg_dot_Icon.d975d1f9.svg";
cate.textContent = ele.category+" || "+"Serves "+ele.serving;
let rate = document.createElement("p");
rate.id = "pricecss"
rate.textContent = "₹"+ele.price;
let dis = document.createElement("p");
dis.textContent = ele.description;
div1.append(name,imglogo,cate,rate,dis)
let div2 = document.createElement("div");
div2.className = "btnprop";
let btn = document.createElement("button");
btn.textContent = "Add to Cart";
btn.id = "btn";
btn.addEventListener("click", function(){
addtocart(ele, ind);
})
div2.append(btn);
div.append(img, div1, div2);
document.getElementById(id).append(div);
})
}
let x = 1;
let arr = JSON.parse(localStorage.getItem("productdetail")) || [];
function addtocart(ele, ind){
alert("Product Added in Cart");
var flag=0;
arr.map(function(elem)
{
if(ele.name==elem.name)
{
elem.qty++;
flag++;
localStorage.setItem("productdetail", JSON.stringify(arr));
}
})
if(flag===0)
{
arr.push(ele);
localStorage.setItem("productdetail", JSON.stringify(arr));
}
call1();
}
var totalpro = parseInt(localStorage.getItem("count")) || 0;
var arrlength = document.getElementById("array_length")
arrlength.textContent = totalpro;
function call1(){
var totalpro = parseInt(localStorage.getItem("count")) || 0;
console.log(totalpro);
var arr1 = JSON.parse(localStorage.getItem("productdetail")) || [];
var arrlength = document.getElementById("array_length")
arrlength.textContent = totalpro;
// arr1.map(function(ele){
// totalpro+=ele.qty;
// console.log(totalpro)
totalpro++;
var arrlength = document.getElementById("array_length")
arrlength.textContent = totalpro;
localStorage.setItem("count", totalpro);
//}
//)
}
document.getElementById("sea").addEventListener("click", search)
function search(){
let input = document.getElementById("input_box").value;
var filterdata = all_items.filter((ele)=>{
return ele.search == input;
})
document.getElementById("maincon").innerHTML = "";
append(filterdata, "maincon");
function append(data, id){
data.forEach((ele,ind)=>{
let div = document.createElement("div");
div.class = "productdiv"
let maindiv = document.createElement("div");
maindiv.setAttribute("class", "menudiv")
let img = document.createElement("img");
img.id = "corner"
img.src = ele.image;
img.width = 300;
let div1 = document.createElement("div");
div1.className = "discribtion";
let name = document.createElement("div");
name.textContent = ele.name;
name.id = "Productname";
let cate = document.createElement("p");
let imglogo = document.createElement("img");
imglogo.src = "https://online.kfc.co.in/static/media/Non_veg_dot_Icon.d975d1f9.svg";
cate.textContent = ele.category+" || "+"Serves "+ele.serving;
let rate = document.createElement("p");
rate.id = "pricecss"
rate.textContent = "₹"+ele.price;
let dis = document.createElement("p");
dis.textContent = ele.description;
div1.append(name,imglogo,cate,rate,dis)
let div2 = document.createElement("div");
div2.className = "btnprop";
let btn = document.createElement("button");
btn.textContent = "Add to Cart";
btn.id = "btn";
btn.addEventListener("click", function(){
addtocart(ele, ind);
})
div2.append(btn);
div.append(img, div1, div2);
maindiv.append(div);
document.getElementById(id).append(maindiv);
})
}
}
function navcheck(){
let name = localStorage.getItem("name");
let City = localStorage.getItem("City");
if( name!=null && City!=null ){
document.getElementById("uesr_name").textContent = "";
document.getElementById("uesr_name").append(name);
document.getElementById("btnbtn").innerHTML = null;
document.getElementById("cityname").textContent = "";
document.getElementById("cityname").append(City);
var anchor=document.getElementById("signout_signin");
anchor.href="accountpops.html";
}
}
navcheck();
$(function(){
$("#foot").load("./footer.html");
});