-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPlaceorder.html
124 lines (82 loc) · 3.16 KB
/
Placeorder.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
118
119
120
121
122
123
124
<!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">
<link rel = "icon" href =
"https://pbs.twimg.com/profile_images/585774307864780802/hSIi81s2.png"
type = "image/x-icon">
<link rel="stylesheet" href="./style/Placeorder.css">
<title>https://us.shein.com/address</title>
</head>
<style>
</style>
<body>
<div >
<hr>
<h1 id="jaitop1">SHEIN / <span id="jaitopgreen">Secure Checkout</span> </h1>
<hr>
</div>
<div id="main">
<div id="left">
<h3>Shipping Address </h3>
<hr>
<p>*Country/Region: United State</p>
<form id="details1" onsubmit="adddetails(event)" action="" >
<input type="text" id="firstname" placeholder="*First Name"> <input type="text" name="lastname" id="lastname" placeholder="*Last Name">
<br>
<br>
<input type="text" name="Mobile" id="Mobile" placeholder="*Mobile Number">
<br>
<br>
<input type="text" name="Address" id="Address" placeholder="*Address Line 1">
<br><br>
<input type="text" name="Address2" id="Address2" placeholder="*Building/House Number">
<br>
<br>
<input type="text" name="State" id="state" placeholder="*State"> <input type="text" name="city" id="city" placeholder="*City">
<br><br>
<input type="number" name="Zip" id="zip" placeholder="*Zip Code">
<br>
<br>
<p id="saveone"></p>
<button id="butone">SAVE</button>
<h3 id="htwo"></h3>
<!-- id="butone" -->
<hr>
<h3>Choose Your Shipping Options</h3>
<input type="radio" id="radi" name="standerd" value="">
<label for=""><strong>STANDARD SHIPPING</strong> <br>
<hr>
<h3>Payment Method</h3>
<hr>
<input type="radio" id="radi1" name="standerd1" value="">
<label for=""><strong>Mobile OTP</strong> <br>
<hr>
</label>
</div>
<hr id="hrone">
<div id="right">
<h2>Order Summary</h2>
<hr>
<p>Retail Price: US$43.99 </p>
<p>Subtotal: US$24.59</p>
<p>Shipping fee: US$3.99</p>
<p id="total">Grand Total: <strong id="usd"></strong> </p>
<p> Reward <a href="#gfsg" id="red">24</a> SHEIN POINT </p>
<hr>
<h3>Coupon Code </h3>
<input type="text"> <button>APPLY</button>
<p id="pone">check out <a href="#fsa">My Coupons</a></p>
<p>Apply code shev10 to get 10% off for your first order.</p>
<h3>SHEIN Points </h3>
<input type="text"> <button>APPLY</button>
<p id="pone">Max Available: 0</p>
<button id="placeorder">PLACE ORDER</button>
</form>
</div>
</div>
</body>
</html>
<script src="./script/Placeorder.js"></script>