-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpayment.html
170 lines (168 loc) · 6.01 KB
/
payment.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
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
<!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>Information - Dot & Key - Checkout</title>
<script
src="https://kit.fontawesome.com/cc7490e492.js"
crossorigin="anonymous"
></script>
<link
rel="shortcut icon"
href="//cdn.shopify.com/s/files/1/0361/8553/8692/files/d_and_k_and_logo_1_32x32.png?v=1593074179"
type="image/png"
/>
<link rel="stylesheet" href="styles/payment.css" />
</head>
<body>
<div class="kContent">
<div class="kMain">
<div class="kcHead">
<a class="logo logoCenter" href="./index.html"
><img
alt="Dot & Key"
class="logoImage logoImageMedium"
src="https://cdn.shopify.com/s/files/1/0361/8553/8692/files/Dot_Key_Logo.png?137309"
/></a>
<div class="breadCrumb">
<p class="kFirst">Cart</p>
<i class="fa-solid fa-chevron-right"></i>
<p class="kSecond">Information</p>
<i class="fa-solid fa-chevron-right"></i>
<p class="kThird">Shipping</p>
<i class="fa-solid fa-chevron-right"></i>
<p class="kFourth">Payment</p>
</div>
</div>
<div class="kAddressshow">
<div class="kcontactShow">
<p>Contact</p>
<p id="userEmail"></p>
<p class="pinkColor">change</p>
</div>
<div class="kShipto">
<p>Shipping</p>
<p id="shipmentAddress"></p>
<p class="pinkColor">change</p>
</div>
<div class="kpshipMethod">
<p>Method</p>
<p>Free Shipping (Cash on Delivery) · Free</p>
<p></p>
</div>
</div>
<div class="kpaymentMethod">
<p>Payment</p>
<span>All transactions are secure and encrypted.</span>
<div class="kpaymentDesign">
<div class="cardPaymentmeth">
<div>
<input type="radio" name="btn" id="cardsPayment" checked />
<label for="">Cards</label>
</div>
<div class="paymentCards">
<img
src="https://cdn.shopify.com/shopifycloud/shopify/assets/payment_icons/visa-319d545c6fd255c9aad5eeaad21fd6f7f7b4fdbdb1a35ce83b89cca12a187f00.svg"
alt=""
/>
<img
src="https://cdn.shopify.com/shopifycloud/shopify/assets/payment_icons/master-173035bc8124581983d4efa50cf8626e8553c2b311353fbf67485f9c1a2b88d1.svg"
/>
<img
src="https://cdn.shopify.com/shopifycloud/shopify/assets/payment_icons/maestro-d2055c6b416c46cf134f393e1df6e0ba31722b623870f954afd392092207889c.svg"
alt=""
/>
<img
src="https://cdn.shopify.com/shopifycloud/shopify/assets/payment_icons/american_express-2264c9b8b57b23b0b0831827e90cd7bcda2836adc42a912ebedf545dead35b20.svg"
alt=""
/>
</div>
</div>
<div class="cardPaymentmethod">
<div>
<input type="radio" name="btn" id="cashOndelivery" />
<label for="">COD</label>
</div>
</div>
</div>
</div>
<div class="shiipingaddresChange">
<p>Billing Address</p>
<span
>Select the address that matches your card or payment method. Choose
a billing address
</span>
<div class="shipAddress">
<div class="sameAddress">
<input type="radio" name="address" id="cardsPayment" checked />
<label for=""> Same as shipping address</label>
</div>
<div class="useDiffrentaddress">
<input type="radio" name="address" id="cashOndelivery" />
<label for=""> Use a different billing address</label>
</div>
</div>
</div>
<div class="kcSubmit">
<div class="kcreturnLink">
<svg
focusable="false"
aria-hidden="true"
role="img"
xmlns="http://www.w3.org/2000/svg"
viewBox="0 0 10 10"
>
<path d="M8 1L7 0 3 4 2 5l1 1 4 4 1-1-4-4"></path>
</svg>
<span id="returnCart">Return to cart</span>
</div>
<div class="kcontinueBtn">
<button id="submit">Continue to shipping</button>
</div>
</div>
<hr />
<div class="kcFooter">
<ul>
<li>
<a
href="https://www.dotandkey.com/36185538692/policies/refund-policy.html?locale=en-IN"
target="_blank"
>Refund policy</a
>
</li>
<li>
<a
href="https://www.dotandkey.com/36185538692/policies/shipping-policy.html?locale=en-IN"
target="_blank"
>Shipping policy</a
>
</li>
<li>
<a
href="https://www.dotandkey.com/36185538692/policies/privacy-policy.html?locale=en-IN"
target="_blank"
>Privacy policy
</a>
</li>
<li>
<a
href="https://www.dotandkey.com/36185538692/policies/terms-of-service.html?locale=en-IN"
target="_blank"
>Terms of service</a
>
</li>
</ul>
</div>
</div>
<aside id="sideBar" class="kAside"></aside>
</div>
</body>
</html>
<script type="module">
import aside from "./components/aside.js";
document.getElementById("sideBar").innerHTML = aside();
</script>
<script src="scripts/payment.js"></script>
<script src="scripts/asideFunction.js" type="module"></script>