forked from pankajsbisht143/YourPharmacy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoverview.html
57 lines (46 loc) · 1.56 KB
/
overview.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Overview</title>
<link rel="stylesheet" href="./styles/overview.css">
</head>
<body>
<div id="Ovew_v_Navbar"></div>
<div id="MAIN_DIV">
<div id="left-DIV">
<div id="PRODUCT_DIV">
</div>
<div id="ADDR_DIV">
</div>
</div>
<div id="payment_DIV">
<h2>DELIVERY ESTIMATES</h2>
<div id="tp_div">
<p >Total MRP</p>
<p id="myID1" style="color:lightslategray">0</p>
</div>
<div id="tp_div1">
<p>Discount on MRP</p>
<p id="myID2" style="color:lightslategray">0</p>
</div>
<div id="tp_div2">
<p>Convenience Fee</p>
<p style="text-decoration: line-through; color:lightslategray">99</p>
</div>
<hr>
<div id="tp_div3">
<p>Total Amount</p>
<p id="myID3" style="color:lightslategray">0</p>
</div>
<button id="payment_btn">Pay Now</button>
</div>
</div>
<div id="Ovew_v_Footer"></div>
</body>
</html>
<script src="https://checkout.razorpay.com/v1/checkout.js"></script>
<script src="./script/overview.js" type="module"></script>
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>