-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcartPage.html
117 lines (97 loc) · 5.39 KB
/
cartPage.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cart Page</title>
<!-- <script src="https://kit.fontawesome.com/fddf5c0916.js" crossorigin="anonymous"></script> -->
<link rel="stylesheet" href="./Styles/cartPage.css">
<link rel="icon" type="image" href="bathandbodyicon.jpg">
<style>
#flex{
display: flex;
}
</style>
</head>
<body>
<!-- <div id="container"> -->
<a id="first"href="index.html"> <-- Continue Shopping</a>
<div class="container1">
<p id="top">Shopping Bag</p>
<hr>
</div>
<div id="container2"></div>
<div class="container3">
<div class="topdiv">
<div id="topdiv_1">ITEMS IN SHOPPING BAG</div>
<button class="btn1"><a><img class="image11"src="https://www.paypalobjects.com/webstatic/en_US/i/buttons/PP_logo_h_150x38.png"></a></button>
<button class="btn11">CheckOut</button>
</div>
<div class="topdiv1">Need it ASAP? Choose Pick Up In Store, and we'll typically have it ready for pickup within 4 hours.</div>
<div class="topdiv2">YOUR SHIPPING AND PICKUP CHOICES</div>
<div class="topdiv3">
<div class="topdiv3_1"> <p id="length"><p> Item added for Shipping
</div>
<div class="topdiv3_2" ></div>
<div class="topdiv3_3">
<p class="p11"> NEW! PICK UP IN STORE</p>
<p id="p12">Get it ASAP! It's easy, fast & free.
Set Store</p> </div>
</div>
<div class="topdiv4">
<div class="topdiv4_1">Items</div>
<div class="topdiv4_2">Price</div>
<div class="topdiv4_3">remove</div>
<!-- <div class="topdiv4_4">TotalPrice</div> -->
<!-- <div class="topdiv4_4">remove</div> -->
</div>
</div>
<div id="child1">
</div>
<hr id=" hr111" >
<a href="cartPage.html"><button id ="btncart" >Upgrade cart</button></a>
<div id="child2">
<!-- <----------------- PROMO CODE -------------------- -->
<div id="child2_1">
<!--
<!-- <div id="priceDiv"> -->
<!-- <form action="" id="myform"><p>Use Coupon Code</p>
<input type="text" placeholder="Enter Promo Code" id="pmo"><br><br>
<input type="submit" value="Apply PROMO CODE">
</form>
</div> -->
<div id="priceDiv">
<form action="" id="myform"><p id="PR">Use Coupon Code</p>
<p id="pp">Only one code can be applied per order.</p>
<div id ="formflex">
<input type="text" placeholder="Enter Promo Code" id="pmo"><br><br>
<input type="submit" id="promo"value="Apply ">
</div>
</form>
</div>
</div>
<!-- <-------------- amount part ------------------------->
<div id="child2_2">
<div class="child2_2_1"> <div ><p id="text10">
</p></div>
<div class="child2_2_1_1"><p id="text11"></p><div></div>
</div>
<div class="child2_2_1_2"><p id="text12"></p> <div></div> </div>
<div class="child2_2_1_3"><p id="text13">Tax is estimated and will be calculated when your order is processed.</p><div></div></div>
<div class="child2_2_1_4"><div ><p id="text14" ></p></div></div>
<h3 id="h33">After discount Price :- Rs.<span id="discPrice">    ____</span></h3>
<!-- <h3 id = "h2">after using promo code</h3> -->
<div id="btns"> <button id="btn111"><a href="checkout.html"><img class="image11"src="https://www.paypalobjects.com/webstatic/en_US/i/buttons/PP_logo_h_150x38.png"><a></button>
<button id="btn12"> <a href="checkout.html">CheckOut</a></button>
</div>
<div ><p id="text15">International Shoppers<br>
All prices are displayed and processed in US dollars (USD).</p><div></div>
</div>
</div>
</div>
<div id="container6"></div>
</body>
</html>
<script src="./Scripts/CartPage.js">
</script>