-
Notifications
You must be signed in to change notification settings - Fork 0
/
shoppingData.js
218 lines (194 loc) · 7.96 KB
/
shoppingData.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
var mix = [
// men
{
img: "https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/1700944/2019/6/8/972c9498-3a37-4d5d-976c-4493b4d5c0021559989322793-HRX-by-Hrithik-Roshan-Men-Yellow-Printed-Round-Neck-T-Shirt--1.jpg",
name: "HRX Men Cotton Pure Cotton",
tags:"Men Cotton Pure Cotton",
price: 549,
strikedoffprice: 1799,
},
{
img: "https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/16590968/2021/12/23/ef2521a7-c238-4cda-9d34-6ca7936aeac11640243292593RegularFitRound-neckT-shirt1.jpg",
name: "Roadster Men Cotton Pure Cotton",
tags:"Men Cotton Pure Cotton",
price: 459,
strikedoffprice: 1235,
},
{
img: "https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/productimage/2019/12/12/1aab2a18-6774-4f83-b292-fe301755a3351576102551329-1.jpg",
name: "Roadster Men Cotton Pure Cotton",
tags:"Men Cotton Pure Cotton",
price: 699,
strikedoffprice: 1245,
},
{
img: "https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/16430352/2022/1/19/dd8e1cd9-3d30-4793-afeb-2fb83a066c541642586795859-U-S-Polo-Assn-Men-Teal-Brand-Logo-Printed-Polo-Collar-Pure-C-6.jpg",
name: "Highlander Men Cotton Pure Cotton",
tags:"Men Cotton Pure Cotton",
price: 249,
strikedoffprice: 749,
},
{
img: "https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/16430352/2022/1/19/dd8e1cd9-3d30-4793-afeb-2fb83a066c541642586795859-U-S-Polo-Assn-Men-Teal-Brand-Logo-Printed-Polo-Collar-Pure-C-6.jpg",
name: "Highlander Men Cotton Pure Cotton",
tags:"Men Cotton Pure Cotton",
price: 249,
strikedoffprice: 749,
} ,
// women
{
img:" https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/2278228/2018/4/5/11522913267066-DressBerry-Women-Watches-7501522913266942-1.jpg",
type:"watch",
name:"Women Analouge",
brand:"Daniel Klein",
price: 989,
strikedoffprice:"3099",
discount: 71,
},
{
img:" https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/12894708/2020/12/3/15de92f0-3a4c-470c-9e1d-b5526f4335171606978803351anaynaWomenNavyBlueWhitePrintedStraightKurta1.jpg",
type:"kurta",
name:"Printed Straight Kurta",
brand:"Biba",
price: 383,
strikedoffprice:"1198",
discount: 68,
},
{
img:" https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/productimage/2021/3/18/1ab6d9e3-e5c3-46e6-adc0-6066105b01a81616060924389-1.jpg",
type:"dress",
name:"Self Design fit and flare Dress",
brand:"Libas",
price: 1668,
strikedoffprice:"166",
discount: 47,
},
{
img:" https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/11056154/2019/12/5/30b0017d-7e72-4d40-9633-ef78d01719741575541717470-AHIKA-Women-Black--Green-Printed-Straight-Kurta-990157554171-1.jpg",
type:"kurta",
name:"Printed Straight Kurta",
brand:"Biba",
price: 526,
strikedoffprice:"1350",
discount: 61,
},
{
img:" https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/11629088/2020/4/7/eadecde2-3d27-46a3-8d44-3a67048317391586236305698-Lakme-Eyeconic-Kajal---Deep-Black-035-g-51586236305566-1.jpg",
type:"makeup",
name:"Eyeconic kajal-Deep Black",
brand:"Lakme",
price: 148,
strikedoffprice:"182",
discount: 20,
},
{
img:"https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/13764318/2021/4/7/c6a16eb7-833d-4df2-8e0e-cb694a8a83e51617792817180-Varanga-Peach-Bandhani-Printed-Embroidered-Kurta-69516177928-1.jpg ",
type:"kurta",
name:"Women Printed Cotton Kurta",
brand:"Libas",
price: 699,
strikedoffprice:"2799",
discount: 75,
},
{
img:" https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/2974141/2020/4/30/e79296fd-8478-4c29-a32b-b07d5e72ac6d1588240924600PhilipsWomenKerashineSilkProCareHairStraightenerHP830206Blac1.jpg",
type:"electonics",
name:"HP8302 selfie Straightner",
brand:"Philips",
price: 1152,
strikedoffprice:"1295",
discount: 11,
},
{
img:" https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/13902678/2021/4/6/a5dfcb9a-af2a-4ed8-98bf-e10a8b3b5a891617704827106-Anouk-Women-Kurta-Sets-911617704825967-1.jpg",
type:"kurta",
name:"Yoke Design Kurta with Trouser",
brand:"Biba",
price: 1025,
strikedoffprice:"2699",
discount: 62,
},
{
img:" https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/15816476/2021/11/13/5d433091-6cdd-4d5b-831e-e3d08c9acdc71636795731219-Fabindia-Women-Kurtas-6861636795730664-1.jpg",
type:"kurta",
name:"Women Cotton Yoke Design Kurta",
brand:"Libas",
price: 2799,
strikedoffprice:"3350",
discount: 10,
},
{
img:" https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/13000414/2020/12/3/4b6ac67e-3089-450c-83e4-f0362b930af91606971728255-SASSAFRAS-Women-Jeans-7971606971722019-1.jpg",
type:"jeans",
name:"Women Jogger Jeans",
brand:"Libas",
price: 799,
strikedoffprice:"1999",
discount: 60,
},
{
img:" https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/12541372/2020/11/6/da18ab22-79a1-46f0-a0cf-58c313fe98881604665115144VarangaWomenMauveZariYokeDesignChanderiSilkKurtawithTrousers1.jpg",
type:"kurta",
name:"Chanderi Yoke Design Kurta Set",
brand:"Kalini",
price: 1979,
strikedoffprice:"5999",
discount: 67,
},
{
img:" https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/12595594/2020/10/15/b6e22b58-3450-468f-afeb-3218b6ce7acb1602737925709SareemallNavyBluePolyChiffonSolidEthnicPartywearSareewithMat1.jpg",
type:"Kurta",
name:"Floral",
brand:"Biba",
price: 1229,
strikedoffprice:"2459",
discount: 50,
},
{
img:" https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/11056866/2019/12/9/67a0d919-cbca-4d89-a8f1-6a25c9e9305c1575891613300-Round-NeckWith--34th-Sleeve-Straight-Floral-print-Crepe-Kurt-1.jpg",
type:"kurta",
name:"Floral Leafy Foil Kurta Set",
brand:"Kalini",
price: 641,
strikedoffprice:"2468",
discount: 74,
},
{
img:" https://assets.myntassets.com/f_webp,dpr_1.5,q_60,w_210,c_limit,fl_progressive/assets/images/10356511/2019/8/8/a28f9ccb-c0d7-4e66-87f0-e639f157ff2d1565263388836-Libas-Women-Kurta-Sets-571565263387250-1.jpg",
type:"kurta",
name:"Ethnic Print Kurta Set",
brand:"Libas",
price: 911,
strikedoffprice:"2399",
discount: 62,
},
]
var parent = document.getElementById("ShoppingItems")
append(parent , mix)
function append(parent , mix){
mix.map(function(ele){
// console.log(ele)
console.log(ele.image_url)
let random1 = (Math.random()*100).toFixed()
let random2 = (Math.random()*100).toFixed()
let random3 = (Math.random()*5).toFixed()
let random4 = (Math.random()*10000).toFixed()
parent.innerHTML += `<div class="card">
<div class="itemImg">
<img src=${ele.img} alt="image">
</div>
<div class="itemDetail">
<p class="nameOfproduct">${ele.name}</p>
<p class="itemPrice">
<span>₹ ${ele.price}</span>
<span> ₹ ${ele.strikedoffprice}</span>
<span>${random1}% off</span>
</p>
<p class="firstOrderDiscount"><i class="bi bi-xbox" style="color: green;"> </i>₹ ${random2} Discount on 1st Order</p>
<p class="delivrey"> Free delivery</p>
<span class="rating">${random3}<i class="bi bi-star-fill"></i></span><span>${random4} review</span>
</div>
</div>`
})
}
// export default append ;