-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
cart_edit.php
400 lines (324 loc) · 11 KB
/
cart_edit.php
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
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
<?php
session_start();
if(isset($_SESSION['alogin'])){
$mail=$_SESSION['alogin'];
//$pname=$_SESSION['name'];
?>
<?php
$con=mysqli_connect("localhost","root","","organic_shop_db")or die ("Couldnt connect");
$disp="SELECT *from tbl_product ORDER BY name ASC";
$disp_result=mysqli_query($con,$disp);
$prodname="";
if(isset($_POST['view_detail']))
{$id=$_POST['prod_id'];
$_SESSION['pid']=$id;
$viewbrand="Select * from tbl_product where pid=$id";
//$viewbrand="Select * from tbl_product where name=$pname ORDER BY name ASC";
$d_seller_brand=mysqli_query($con,$viewbrand);
$rowp=mysqli_fetch_array($d_seller_brand);
}
else
{
header('Location:view_products.php');
}
?>
<!DOCTYPE html>
<html>
<head>
<style>
body {font-family: Arial, Helvetica, sans-serif;}
/* The Modal (background) */
.modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
padding-top: 100px; /* Location of the box */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
background-color: white;
margin: auto;
padding: 20px;
border: 1px solid #8888;
width: 50%;
}
/* The Close Button */
.close {
color: red;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
</style>
<title>Organicshoppi | Single </title>
<link href="css/bootstrap.css" rel="stylesheet" type="text/css" media="all" />
<!--theme-style-->
<link href="css/style.css" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="css/etalage.css" type="text/css" media="all" />
<!--//theme-style-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<!--fonts-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800' rel='stylesheet' type='text/css'>
<!--//fonts-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.etalage.min.js"></script>
</div>
<script>
jQuery(document).ready(function($){
$('#etalage').etalage({
thumb_image_width: 300,
thumb_image_height: 400,
source_image_width: 900,
source_image_height: 1200,
show_hint: true,
click_callback: function(image_anchor, instance_id){
alert('Callback example:\nYou clicked on an image with the anchor: "'+image_anchor+'"\n(in Etalage instance: "'+instance_id+'")');
}
});
});
</script>
</head>
<body>
<!--header-->
<div class="header">
<div class="top-header">
<div class="container">
<div class="top-header-left">
<ul class="support">
<li><a href="#"><label> </label></a></li>
<li><a href="#">24x7 live<span class="live"> support</span></a></li>
</ul>
<ul class="support">
<li class="van"><a href="#"><label> </label></a></li>
<li><a href="#">Free shipping <span class="live">on order over 500</span></a></li>
</ul>
<div class="clearfix"> </div>
</div>
<div class="top-header-right">
<!--<div class="down-top">
<select class="in-drop">
<option value="English" class="in-of">English</option>
<option value="Japanese" class="in-of">Japanese</option>
<option value="French" class="in-of">French</option>
<option value="German" class="in-of">German</option>
</select>
</div>
<div class="down-top top-down">
<select class="in-drop">
<option value="Dollar" class="in-of">Dollar</option>
<option value="Yen" class="in-of">Yen</option>
<option value="Euro" class="in-of">Euro</option>
</select>-->
</div>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
</div>
</div>
<div class="bottom-header">
<div class="container">
<div class="header-bottom-left">
<div class="logo">
<font size="4"><strong><i> <b><p style="color:red;">ORGANICSHOPPING </p> </b></i></strong></font>
</div>
<!--<div class="search">
<input type="text" value="" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = '';}" >
<input type="submit" value="SEARCH">
</div>-->
<div class="clearfix"> </div>
</div>
<div class="header-bottom-right">
<div class="account"><a href="login.html"><span> </span><?php echo $mail?></a></div>
<ul class="login">
<li><a href="logout.php"><span> </span>LOGOUT</a></li>
</ul>
<div class="cart"><a href="#"><span> </span>CART</a></div>
<div class="clearfix"> </div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!---->
<div class="container">
<div class=" single_top">
<div class="single_grid">
<div class="grid images_3_of_2">
<ul id="etalage">
<li>
<a href="optionallink.html">
<img class="etalage_thumb_image" src="uploads/products/<?php echo $rowp['image'] ?>" class="img-responsive watch-right" alt="image"/>
<img class="etalage_source_image" src="uploads/products/<?php echo $rowp['image'] ?>" class="img-responsive" title="" />
</a>
</li>
</ul>
<div class="clearfix"> </div>
</div>
<div class="desc1 span_3_of_2">
<h4><?php echo $rowp['name'] ;
$_SESSION['pname']=$rowp['name'];
?></h4></h4>
<form action="cart.php" method="POST" name="form1" id="form1">
<div class="cart-b">
<div class="left-n ">Rs.<?php echo $rowp['price'] ?></div>
<div class="clearfix"></div>
</div>
<h6>items in stock <?php echo $rowp['qunty'] ?></h6>
<div class="input-group">
<span id="items_error_message" style="color:red"></span>
</br>
</br>
</div>
<div class="cart-b">
<p><?php echo $rowp['des'] ?></p>
</div>
<p><b>Required Quntity</b></p>
<input type="number" name="qt" id="qt" class="form-control" min="1" max="<?php echo $rowp['qunty'] ?>" placeholder="Required Quntity" required></br>
<button name="cart" id="cart" class="now-get get-cart-in" > ADD TO CART</button>
</form>
<!--<div class="share">
<h5>Share Product :</h5>
<ul class="share_nav">
<li><a href="#"><img src="images/facebook.png" title="facebook"></a></li>
<li><a href="#"><img src="images/twitter.png" title="Twiiter"></a></li>
<li><a href="#"><img src="images/rss.png" title="Rss"></a></li>
<li><a href="#"><img src="images/gpluse.png" title="Google+"></a></li>
</ul>
</div>-->
</div>
<div class="clearfix"> </div>
</div>
<!--<ul id="flexiselDemo1">
<li><img src="images/pi.jpg" /><div class="grid-flex"><a href="#">Bloch</a><p>Rs 850</p></div></li>
<li><img src="images/pi1.jpg" /><div class="grid-flex"><a href="#">Capzio</a><p>Rs 850</p></div></li>
<li><img src="images/pi2.jpg" /><div class="grid-flex"><a href="#">Zumba</a><p>Rs 850</p></div></li>
<li><img src="images/pi3.jpg" /><div class="grid-flex"><a href="#">Bloch</a><p>Rs 850</p></div></li>
<li><img src="images/pi4.jpg" /><div class="grid-flex"><a href="#">Capzio</a><p>Rs 850</p></div></li>
</ul>-->
<script type="text/javascript">
$(window).load(function() {
$("#flexiselDemo1").flexisel({
visibleItems: 5,
animationSpeed: 1000,
autoPlay: true,
autoPlaySpeed: 3000,
pauseOnHover: true,
enableResponsiveBreakpoints: true,
responsiveBreakpoints: {
portrait: {
changePoint:480,
visibleItems: 1
},
landscape: {
changePoint:640,
visibleItems: 2
},
tablet: {
changePoint:768,
visibleItems: 3
}
}
});
});
</script>
<script type="text/javascript" src="js/jquery.flexisel.js"></script>
</div>
<!---->
<div class="sub-cate">
<div class=" top-nav rsidebar span_1_of_left">
<h3 class="cate">MENU</h3>
<ul class="menu">
<li>
<ul class="kid-menu">
<li><a href="seller_home.php">Home</a></li>
<li ><a href="customer_update.php">Change Password</a></li>
<li ><a href="product.php">Add Product</a></li>
<li ><a href="view_products.php">View Products</a></li>
<li ><a href="mycart.php">My Cart</a></li>
</ul>
</li>
</ul>
</div>
<!--initiate accordion-->
<script type="text/javascript">
$(function() {
var menu_ul = $('.menu > li > ul'),
menu_a = $('.menu > li > a');
menu_ul.hide();
menu_a.click(function(e) {
e.preventDefault();
if(!$(this).hasClass('active')) {
menu_a.removeClass('active');
menu_ul.filter(':visible').slideUp('normal');
$(this).addClass('active').next().stop(true,true).slideDown('normal');
} else {
$(this).removeClass('active');
$(this).next().stop(true,true).slideUp('normal');
}
});
});
</script>
<div class=" chain-grid menu-chain">
<a href="single.html"><img class="img-responsive chain" src="images/a.jpg" alt=" " /></a>
<div class="grid-chain-bottom chain-watch">
<!--<span class="actual dolor-left-grid">300$</span>
<span class="reducedfrom">500$</span>
<h6>Lorem ipsum dolor</h6>
<h6>Lorem ipsum dolor</h6> -->
</div>
</div>
<!-- <a class="view-all all-product" href="product.html">VIEW ALL PRODUCTS<span> </span></a> -->
</div>
<div class="clearfix"> </div>
</div>
<!---->
<div class="footer">
<div class="footer-top">
<div class="container">
<!--<div class="latter">
<h6>NEWS-LETTER</h6>
<div class="sub-left-right">
<form>
<input type="text" value="Enter email here"onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Enter email here';}" />
<input type="submit" value="SUBSCRIBE" />
</form>
</div>
<div class="clearfix"> </div>
</div>
<div class="latter-right">
<p>FOLLOW US</p>
<ul class="face-in-to">
<li><a href="#"><span> </span></a></li>
<li><a href="#"><span class="facebook-in"> </span></a></li>
<div class="clearfix"> </div>
</ul>
<div class="clearfix"> </div>
</div>-->
<div class="clearfix"> </div>
</div>
</div>
<div class="footer-bottom">
<div class="container">
</body>
</html>
<?php
}
else
{
header('Location:login.php');
}
?>