| 507 |
rajveer |
1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
2 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
|
3 |
<head>
|
|
|
4 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
|
|
5 |
|
|
|
6 |
<!-- Prevent MS Office toolbar from changing layout -->
|
|
|
7 |
<meta http-equiv="imagetoolbar" content="false">
|
|
|
8 |
<meta name="MSSmartTagsPreventParsing" content="true">
|
|
|
9 |
|
| 793 |
rajveer |
10 |
<title>Saholic</title>
|
| 1688 |
rajveer |
11 |
#include ( "templates/commoncssfiles.vm" )
|
| 507 |
rajveer |
12 |
</head>
|
|
|
13 |
|
|
|
14 |
<body>
|
|
|
15 |
<noscript>
|
|
|
16 |
<p id="noScript">Please allow <em>Javascript</em> in order to function this website correctly!</p>
|
|
|
17 |
</noscript>
|
|
|
18 |
|
|
|
19 |
$action.getHeaderSnippet()
|
|
|
20 |
<!-- Wrapper start -->
|
|
|
21 |
<div id="main">
|
| 2868 |
rajveer |
22 |
#include("templates/mainmenu.vm")
|
| 507 |
rajveer |
23 |
$action.getSearchBarSnippet()
|
|
|
24 |
|
|
|
25 |
<!-- wrapper-->
|
|
|
26 |
<div id="wrapper">
|
|
|
27 |
$action.getShippingHeaderSnippet()
|
|
|
28 |
</div>
|
|
|
29 |
<!-- /wrapper-->
|
|
|
30 |
|
|
|
31 |
<!-- sidebar-->
|
|
|
32 |
<div id="sidebar">
|
| 2881 |
rajveer |
33 |
#include("templates/customerservice.vm")
|
| 507 |
rajveer |
34 |
</div>
|
|
|
35 |
<div class="clearBoth"></div>
|
|
|
36 |
|
|
|
37 |
<!-- /sidebar-->
|
|
|
38 |
|
|
|
39 |
<!-- Registration Form-->
|
|
|
40 |
$action.getShippingDetailsSnippet()
|
|
|
41 |
|
|
|
42 |
<div class="clearBoth"></div>
|
|
|
43 |
</div><!-- /main -->
|
|
|
44 |
|
| 2868 |
rajveer |
45 |
#include("templates/footer.vm")
|
| 943 |
vikas |
46 |
|
| 1905 |
chandransh |
47 |
<!-- color by color lightbox -->
|
|
|
48 |
<div style="display:none;">
|
| 2159 |
chandransh |
49 |
<div class="payModeLightBoxColor">
|
|
|
50 |
<form id="paymentModeSelection" name="paymentModeSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm()">
|
| 1905 |
chandransh |
51 |
<h1>Choose Payment Mode</h1>
|
| 2159 |
chandransh |
52 |
<div id="ajaxMessage" class="message" style="display:none"></div>
|
|
|
53 |
|
| 1905 |
chandransh |
54 |
<input type="hidden" name="addressid" id="addressid"/>
|
| 2159 |
chandransh |
55 |
<input type="hidden" name="payment_option"/>
|
| 1905 |
chandransh |
56 |
<div class="content">
|
| 2159 |
chandransh |
57 |
<div>
|
| 2203 |
chandransh |
58 |
<h3>Credit Cards</h3>
|
| 2159 |
chandransh |
59 |
<table width="400" class="full">
|
|
|
60 |
<tbody>
|
|
|
61 |
<tr>
|
| 2203 |
chandransh |
62 |
<td width="100" style="text-align: center; ">
|
|
|
63 |
<br/>
|
|
|
64 |
<input type="radio" value="CreditCard" id="CreditCard" name="type"><br>
|
|
|
65 |
</td>
|
| 2159 |
chandransh |
66 |
<td style="text-align: center; ">
|
|
|
67 |
<select onchange="document.getElementById('CreditCard').checked=true;" style="width: 300px;" name="gCreditCard">
|
| 2203 |
chandransh |
68 |
<option value="">------- Select -------</option>
|
| 2792 |
chandransh |
69 |
<optgroup label="Cards issued in India">
|
| 2316 |
chandransh |
70 |
<option value="2008">VISA</option>
|
|
|
71 |
<option value="2017">MasterCard</option>
|
|
|
72 |
<option value="1010">Diners Club</option>
|
|
|
73 |
</optgroup>
|
| 2792 |
chandransh |
74 |
<optgroup label="Cards issued outside India" style="margin-top: 5px;">
|
| 2316 |
chandransh |
75 |
<option value="1008">VISA</option>
|
|
|
76 |
<option value="1017">MasterCard</option>
|
|
|
77 |
<option value="1010">Diners Club</option>
|
|
|
78 |
</optgroup>
|
| 2203 |
chandransh |
79 |
<optgroup label="We accept cards issued by all banks" style="margin-top: 10px;"/>
|
| 2199 |
chandransh |
80 |
</select>
|
|
|
81 |
</td>
|
| 2159 |
chandransh |
82 |
</tr>
|
|
|
83 |
</tbody>
|
|
|
84 |
</table>
|
|
|
85 |
</div>
|
|
|
86 |
<div>
|
| 2203 |
chandransh |
87 |
<h3>Debit & ATM Cards</h3>
|
| 2159 |
chandransh |
88 |
<table width="400" class="full">
|
|
|
89 |
<tbody>
|
|
|
90 |
<tr>
|
|
|
91 |
<td width="100" style="text-align: center; ">
|
| 2203 |
chandransh |
92 |
<br/>
|
| 2159 |
chandransh |
93 |
<input type="radio" value="DebitCard" id="DebitCard" name="type"><br>
|
|
|
94 |
</td>
|
|
|
95 |
<td style="text-align: center; ">
|
|
|
96 |
<select onchange="document.getElementById('DebitCard').checked=true;" style="width: 300px;" name="gDebitCard">
|
| 2203 |
chandransh |
97 |
<option value="">------- Select -------</option>
|
|
|
98 |
<option value="2000">Visa / Visa Electron Cards</option>
|
|
|
99 |
<option value="1009">Maestro Card (CitiBank only)</option>
|
| 2274 |
chandransh |
100 |
#if(${in.shop2020.payments.showTestGateway})
|
| 2264 |
chandransh |
101 |
<option value="1001">EBS - Test Payment</option>
|
| 2274 |
chandransh |
102 |
#end
|
| 2159 |
chandransh |
103 |
</select>
|
|
|
104 |
</td>
|
|
|
105 |
</tr>
|
|
|
106 |
</tbody>
|
|
|
107 |
</table>
|
|
|
108 |
</div>
|
|
|
109 |
<div>
|
|
|
110 |
<h3>Net Banking Account</h3>
|
|
|
111 |
<table width="400" class="full">
|
|
|
112 |
<tbody>
|
|
|
113 |
<tr>
|
| 2203 |
chandransh |
114 |
<td width="100" style="text-align: center; ">
|
|
|
115 |
<br/>
|
|
|
116 |
<input type="radio" value="NetBankingAccount" id="NetBankingAccount" name="type"><br>
|
|
|
117 |
</td>
|
| 2159 |
chandransh |
118 |
<td style="text-align: center; ">
|
|
|
119 |
<select onchange="document.getElementById('NetBankingAccount').checked=true;" style="width: 300px;" name="gNetBankingAccount">
|
| 2203 |
chandransh |
120 |
<option value="">------- Select -------</option>
|
| 2159 |
chandransh |
121 |
<option value="1004">AXIS Bank Account</option>
|
|
|
122 |
<option value="1127">Citi Bank Account</option>
|
|
|
123 |
<option value="1135">Corporation Bank Account</option>
|
|
|
124 |
<option value="1029">Federal Bank Account</option>
|
|
|
125 |
<option value="1007">HDFC Bank Account</option>
|
|
|
126 |
<option value="1016">ICICI Bank Account</option>
|
|
|
127 |
<option value="1015">JK Bank Account</option>
|
|
|
128 |
<option value="1133">Karnataka Bank Account</option>
|
| 2327 |
chandransh |
129 |
<option value="1032">State Bank of India Account</option>
|
|
|
130 |
<option value="1034">State Bank of Hyderabad Account</option>
|
|
|
131 |
<option value="1038">State Bank of Mysore Account</option>
|
| 2159 |
chandransh |
132 |
</select>
|
|
|
133 |
</td>
|
|
|
134 |
</tr>
|
|
|
135 |
</tbody>
|
|
|
136 |
</table>
|
|
|
137 |
</div>
|
|
|
138 |
<div>
|
|
|
139 |
<h3>Cash Card</h3>
|
|
|
140 |
<table width="400" class="full">
|
|
|
141 |
<tbody>
|
|
|
142 |
<tr>
|
| 2203 |
chandransh |
143 |
<td width="100" style="text-align: center; ">
|
|
|
144 |
<br/>
|
|
|
145 |
<input type="radio" value="CashCard" id="CashCard" name="type"><br/>
|
| 2159 |
chandransh |
146 |
</td>
|
|
|
147 |
<td style="text-align: center; ">
|
|
|
148 |
<select onchange="document.getElementById('CashCard').checked=true;" style="width: 300px;" name="gCashCard">
|
| 2203 |
chandransh |
149 |
<option value="">------- Select -------</option>
|
| 2159 |
chandransh |
150 |
<option value="1132">Done Card</option>
|
|
|
151 |
<option value="1134">ICash</option>
|
|
|
152 |
<option value="1012">ItzCash</option>
|
| 2164 |
chandransh |
153 |
</select>
|
|
|
154 |
</td>
|
| 2159 |
chandransh |
155 |
</tr>
|
|
|
156 |
</tbody>
|
|
|
157 |
</table>
|
|
|
158 |
</div>
|
| 3063 |
chandransh |
159 |
#if($action.shouldShowCodOption())
|
|
|
160 |
<div>
|
|
|
161 |
<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
|
|
|
162 |
<script type="text/javascript">
|
|
|
163 |
function showRecaptcha(element) {
|
|
|
164 |
Recaptcha.create("$action.getPublicKey()", element, {
|
|
|
165 |
theme: "red",
|
|
|
166 |
callback: Recaptcha.focus_response_field});
|
|
|
167 |
}
|
|
|
168 |
</script>
|
|
|
169 |
|
|
|
170 |
<h3></h3>
|
|
|
171 |
<table width="400" class="full">
|
|
|
172 |
<tbody>
|
|
|
173 |
<tr>
|
|
|
174 |
<td width="100" style="text-align: center; ">
|
|
|
175 |
<br/>
|
|
|
176 |
<input type="radio" value="COD" id="COD" name="type" onclick="showRecaptcha('recaptchaDiv');"><br/>
|
|
|
177 |
</td>
|
|
|
178 |
<td style="text-align: left; ">
|
|
|
179 |
<h3>Cash on Delivery</h3>(Delivery may take one extra day.)
|
|
|
180 |
</td>
|
|
|
181 |
</tr>
|
|
|
182 |
<tr>
|
|
|
183 |
<td colspan="2" style="text-align:center">
|
|
|
184 |
<div id="recaptchaDiv">
|
|
|
185 |
</div>
|
|
|
186 |
</td>
|
|
|
187 |
</tr>
|
|
|
188 |
</tbody>
|
|
|
189 |
</table>
|
|
|
190 |
</div>
|
|
|
191 |
#end
|
| 1905 |
chandransh |
192 |
</div>
|
|
|
193 |
|
|
|
194 |
<div class="clearBoth"></div>
|
|
|
195 |
|
|
|
196 |
<div class="bigImgButton yellow-image">
|
|
|
197 |
<input value="Continue" type="submit" class="button" />
|
|
|
198 |
</div>
|
|
|
199 |
<div class="clearBoth"></div>
|
|
|
200 |
|
|
|
201 |
</form>
|
|
|
202 |
</div>
|
|
|
203 |
</div>
|
|
|
204 |
<!-- /color by color lightbox -->
|
|
|
205 |
|
| 943 |
vikas |
206 |
#include ( "templates/commonjsfiles.vm" )
|
| 507 |
rajveer |
207 |
</body>
|
| 1688 |
rajveer |
208 |
</html>
|