| 3101 |
chandransh |
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>
|
| 3830 |
chandransh |
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 |
|
| 5625 |
vikram.rag |
10 |
<title>${in.shop2020.title}</title>
|
| 3830 |
chandransh |
11 |
|
|
|
12 |
<!-- start of new code -->
|
|
|
13 |
|
|
|
14 |
#include ( "templates/commoncssfiles.vm" )
|
| 5542 |
amar.kumar |
15 |
<script language="javascript" type="text/javascript" src="/js/ga-invoker.js"></script>
|
| 3101 |
chandransh |
16 |
</head>
|
|
|
17 |
|
|
|
18 |
<body>
|
|
|
19 |
<noscript>
|
| 5572 |
anupam.sin |
20 |
<p id="noScript">Please enable <em>Javascript</em> for this Website to function correctly!</p>
|
| 3101 |
chandransh |
21 |
</noscript>
|
|
|
22 |
|
| 3353 |
chandransh |
23 |
$action.getHeaderSnippet()
|
| 3830 |
chandransh |
24 |
<div id="main">
|
|
|
25 |
<div class="main-content">
|
|
|
26 |
<div id="cartFlowHeader">
|
|
|
27 |
<a href="/cart">
|
|
|
28 |
<div class="left cartflow-header-tab lefttab-inactive inactive-tab-font">
|
|
|
29 |
<span class="counter-inactive">1</span>
|
|
|
30 |
<span class="label">Cart Details</span>
|
|
|
31 |
</div>
|
|
|
32 |
</a>
|
|
|
33 |
<a href="/shipping">
|
|
|
34 |
<div class="left cartflow-header-tab midtab-inactive left-overlap inactive-tab-font">
|
|
|
35 |
<span class="counter-inactive">2</span>
|
|
|
36 |
<span class="label">Shipping Info.</span>
|
|
|
37 |
</div>
|
|
|
38 |
</a>
|
|
|
39 |
<div class="left cartflow-header-tab midtab-active left-overlap active-tab-font" style="">
|
|
|
40 |
<span class="counter-active">3</span>
|
|
|
41 |
<span class="label">Make Payment</span>
|
|
|
42 |
</div>
|
|
|
43 |
<div class="left cartflow-header-tab righttab-inactive left-overlap inactive-tab-font">
|
|
|
44 |
<span class="counter-inactive">4</span>
|
|
|
45 |
<span class="label">Order Status</span>
|
|
|
46 |
</div>
|
|
|
47 |
</div>
|
|
|
48 |
|
|
|
49 |
<div id="registration" class="blue-border">
|
| 3101 |
chandransh |
50 |
|
|
|
51 |
<div class="middle">
|
|
|
52 |
<div class="mid-inner">
|
|
|
53 |
|
|
|
54 |
<!-- Block 1 -->
|
|
|
55 |
<div class="padding-top17">
|
|
|
56 |
#set($errorMsg=$action.getErrorMsg())
|
|
|
57 |
#if(!$errorMsg.isEmpty())
|
|
|
58 |
<div id="messageError">
|
|
|
59 |
<span></span>
|
|
|
60 |
<p>
|
| 6903 |
anupam.sin |
61 |
$errorMsg
|
| 3101 |
chandransh |
62 |
</p>
|
|
|
63 |
</div>
|
|
|
64 |
#end
|
|
|
65 |
|
|
|
66 |
#set($adrressId=$action.getAddressId())
|
|
|
67 |
#set($orderAmount=$action.getTotalAmount())
|
| 6413 |
amit.gupta |
68 |
<h4 style="font-size:16px; font-weight:bold"><span style="color:#999999">Order Amount:</span> Rs <span style="color:#333333">$orderAmount</span></h4>
|
| 3830 |
chandransh |
69 |
<br/>
|
| 3101 |
chandransh |
70 |
<div id="vtab">
|
|
|
71 |
<ul>
|
| 7862 |
anupam.sin |
72 |
#if(!$action.isAmountZero())
|
|
|
73 |
<li>CREDIT CARDS</li>
|
| 13419 |
amit.gupta |
74 |
<li>PAYU<span id="pay-at-store-new-icon" style="left:117px"></span> (1 Offer)</li>
|
| 13415 |
amit.gupta |
75 |
<li>EMI</li>
|
| 7862 |
anupam.sin |
76 |
<li>DEBIT/ATM CARDS</li>
|
|
|
77 |
<li>NET BANKING</li>
|
|
|
78 |
<li>CASH CARDS</li>
|
|
|
79 |
#if($action.shouldShowStorePickUpOption())
|
|
|
80 |
<li>PAY IN STORE</li>
|
|
|
81 |
#else
|
|
|
82 |
#if($action.shouldShowCodOption())
|
|
|
83 |
<li>CASH ON DELIVERY</li>
|
|
|
84 |
#end
|
|
|
85 |
#end
|
| 5716 |
anupam.sin |
86 |
#else
|
| 7862 |
anupam.sin |
87 |
<li>CONFIRM ORDER</li>
|
| 3968 |
varun.gupt |
88 |
#end
|
| 7862 |
anupam.sin |
89 |
|
| 3101 |
chandransh |
90 |
</ul>
|
| 7862 |
anupam.sin |
91 |
#if(!$action.isAmountZero())
|
| 3101 |
chandransh |
92 |
<div>
|
| 13462 |
amit.gupta |
93 |
<div class="newtext">Select Your Credit Card:</div><br/>
|
| 3101 |
chandransh |
94 |
<form id="ccSelection" name="ccSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('ccSelection')">
|
|
|
95 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
| 20278 |
aman.kumar |
96 |
<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
|
|
|
97 |
|
|
|
98 |
<div>
|
| 3830 |
chandransh |
99 |
<div class="options">
|
| 20278 |
aman.kumar |
100 |
<input type="radio" name="payment_option" value="CC~2008" class="marginRight5px"/>
|
| 3830 |
chandransh |
101 |
<div class="newcclogo visa">
|
|
|
102 |
<h3>
|
|
|
103 |
<img src="/images/Icons_CreditCardsPayment.png" valign="middle"/>
|
|
|
104 |
</h3>
|
|
|
105 |
</div>
|
|
|
106 |
<span class="cctext">Visa</span>
|
|
|
107 |
<br/>
|
| 3163 |
chandransh |
108 |
</div>
|
| 3830 |
chandransh |
109 |
<div class="options">
|
| 20278 |
aman.kumar |
110 |
<input type="radio" name="payment_option" value="CC~2017" class="marginRight5px"/>
|
| 3830 |
chandransh |
111 |
<div class="newcclogo">
|
|
|
112 |
<h3>
|
|
|
113 |
<img src="/images/Icons_CreditCardsPayment.png" valign="middle"/>
|
|
|
114 |
</h3>
|
|
|
115 |
</div>
|
|
|
116 |
<span class="cctext">MasterCard</span>
|
|
|
117 |
<br/>
|
| 3163 |
chandransh |
118 |
</div>
|
| 20339 |
aman.kumar |
119 |
<!--div class="options">
|
| 20278 |
aman.kumar |
120 |
<input type="radio" name="payment_option" value="CC~2028" class="marginRight5px"/>
|
|
|
121 |
<div class="newcclogo">
|
| 3830 |
chandransh |
122 |
<h3>
|
| 20278 |
aman.kumar |
123 |
<img src="/images/amexlogo.jpg" valign="middle"/>
|
| 3830 |
chandransh |
124 |
</h3>
|
|
|
125 |
</div>
|
| 20278 |
aman.kumar |
126 |
<span class="cctext">American Express</span>
|
| 3830 |
chandransh |
127 |
<br/>
|
| 20339 |
aman.kumar |
128 |
</div-->
|
| 3830 |
chandransh |
129 |
<div class="options">
|
| 20278 |
aman.kumar |
130 |
<input type="radio" name="payment_option" value="CC~1010" class="marginRight5px"/>
|
| 3830 |
chandransh |
131 |
<div class="newcclogo diners">
|
|
|
132 |
<h3>
|
|
|
133 |
<img src="/images/Icons_CreditCardsPayment.png" valign="middle"/>
|
|
|
134 |
</h3>
|
|
|
135 |
</div>
|
|
|
136 |
<span class="cctext">Diners Club</span>
|
|
|
137 |
<br/>
|
|
|
138 |
</div>
|
| 3101 |
chandransh |
139 |
</div>
|
|
|
140 |
</div>
|
| 20278 |
aman.kumar |
141 |
|
| 3830 |
chandransh |
142 |
<div style="clear:both"></div>
|
|
|
143 |
<div style="text-align:center;">
|
|
|
144 |
<input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
|
|
|
145 |
<br/><br/>
|
|
|
146 |
<span class="center-text-bold13">You will be taken to our Bank's payment gateway for making this payment.</span>
|
|
|
147 |
</div>
|
| 3101 |
chandransh |
148 |
</form>
|
|
|
149 |
</div>
|
| 13415 |
amit.gupta |
150 |
|
| 3830 |
chandransh |
151 |
<div>
|
| 13415 |
amit.gupta |
152 |
<form id="payuSelection" name="payuSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('payuSelection')">
|
|
|
153 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
| 13423 |
amit.gupta |
154 |
<div class="ccdiv" style="float:left; margin-left:48px;width:552px">
|
| 13415 |
amit.gupta |
155 |
<div class="ccheader-div" style="width:542px"><b>Please choose the payment system.</b></div>
|
|
|
156 |
<div style="padding: 20px">
|
|
|
157 |
<div class="options">
|
| 20278 |
aman.kumar |
158 |
<input type="radio" name="payment_option" value="WAL~4001" class="marginRight5px" checked="checked"/>
|
| 13415 |
amit.gupta |
159 |
<div class="newcclogo">
|
|
|
160 |
<h3>
|
|
|
161 |
<img src="/images/payu-money-logo.png" valign="middle"/>
|
|
|
162 |
</h3>
|
|
|
163 |
</div>
|
| 16851 |
amit.gupta |
164 |
<span class="cctext">(1% extra discount)</span>
|
| 13415 |
amit.gupta |
165 |
<br/>
|
|
|
166 |
</div>
|
|
|
167 |
</div>
|
|
|
168 |
</div>
|
|
|
169 |
<div style="clear:both"></div>
|
|
|
170 |
<div style="text-align:center;">
|
|
|
171 |
<input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
|
|
|
172 |
<br/><br/>
|
|
|
173 |
<span class="center-text-bold13">You will be taken to our Bank's payment gateway for making this payment.</span>
|
|
|
174 |
</div>
|
|
|
175 |
</form>
|
|
|
176 |
</div>
|
|
|
177 |
<div>
|
| 3659 |
chandransh |
178 |
<form id="emiSelection" name="emiSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('emiSelection')">
|
|
|
179 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
|
|
180 |
<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
|
| 7569 |
rajveer |
181 |
<div style="color:red;">Note: EMI conversion may take 7 to 8 business days.</div>
|
| 6407 |
amit.gupta |
182 |
<div class="options" style="height:auto;float:left">
|
|
|
183 |
<span style="padding: 0px 8px 0px 0px; font-size: 14px; font-weight: bold;">Select Bank</span>
|
|
|
184 |
<ol class="bank-name" id="bank-name" name="bankname">
|
|
|
185 |
</ol>
|
| 3659 |
chandransh |
186 |
</div>
|
| 6945 |
amit.gupta |
187 |
<!--<br><br>
|
| 6407 |
amit.gupta |
188 |
<div class="options" style="height:auto;float:left">
|
| 6435 |
amit.gupta |
189 |
<span style="padding: 0px 8px 0px 0px; font-size: 14px; font-weight: bold;">Coming Soon</span>
|
|
|
190 |
<ol class="bank-name" id="comingsoon">
|
|
|
191 |
</ol>
|
| 6945 |
amit.gupta |
192 |
</div> -->
|
| 6435 |
amit.gupta |
193 |
<br><br>
|
|
|
194 |
<div class="options" style="height:auto;float:left">
|
| 6407 |
amit.gupta |
195 |
<span style="padding: 0px 8px 0px 0px; font-size: 14px; font-weight: bold;">Select Plan</span>
|
|
|
196 |
<table id="emi-options">
|
|
|
197 |
<thead>
|
|
|
198 |
<tr>
|
|
|
199 |
<th> </th>
|
| 8946 |
amit.gupta |
200 |
<th>Tenure</th>
|
| 8956 |
rajveer |
201 |
<th style="width:50px;text-align:center">Annualized Interest Rate</th>
|
|
|
202 |
<th style="width:90px;text-align:center">Total Interest Payable to Bank</th>
|
| 8946 |
amit.gupta |
203 |
<th style="width:90px;text-align:center">Total Amount</th>
|
| 6407 |
amit.gupta |
204 |
<th style="width:90px;text-align:center">Monthly Installment</th>
|
|
|
205 |
</tr>
|
|
|
206 |
</thead>
|
|
|
207 |
<tbody>
|
|
|
208 |
</tbody>
|
|
|
209 |
</table>
|
|
|
210 |
</div>
|
|
|
211 |
|
| 3659 |
chandransh |
212 |
</div>
|
| 6407 |
amit.gupta |
213 |
<div style="text-align:center;clear:left">
|
| 8948 |
amit.gupta |
214 |
<div style="font-size:15px;font-weight:bold;padding:5px">Amount to pay : <span class="mk_total_amount">$orderAmount</span></div>
|
| 3830 |
chandransh |
215 |
<input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
|
|
|
216 |
<br/><br/>
|
|
|
217 |
<b>You will be taken to our Bank's payment gateway for making this payment.</b>
|
| 9145 |
rajveer |
218 |
<div style="font-size: 10px; line-height: 1.8em; width: 500px; margin: auto; text-align: left; padding: 12px 0px;"><ul><li>Interest shown will be charged by the bank in your statement and is included in the EMI and total amount shown above.
|
| 8948 |
amit.gupta |
219 |
</li><li>EMIs shown above may vary slightly due to round offs.</li>
|
|
|
220 |
<li>When you opt for EMI, it is considered as a request from you to your bank. The bank reserves the right to reject your EMI request.</li>
|
| 8956 |
rajveer |
221 |
<li>It is hereby clarified that we are not charging any Processing Fee/Commission etc. and only facilitating the communication of your EMI request
|
| 8948 |
amit.gupta |
222 |
to your bank.</li>
|
| 9145 |
rajveer |
223 |
<li>Any clarification/complaint maybe sought directly through your bank.</li>
|
|
|
224 |
<li>Interest will be charged for the selected tenure on monthly reducing balance.</li></ul></div>
|
| 3659 |
chandransh |
225 |
</div>
|
|
|
226 |
</form>
|
|
|
227 |
</div>
|
| 3830 |
chandransh |
228 |
<div>
|
| 13460 |
amit.gupta |
229 |
<div class="newtext">Select Your Debit/ATM Card:</div><br/>
|
| 3101 |
chandransh |
230 |
<form id="atmSelection" name="atmSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('atmSelection')">
|
|
|
231 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
|
|
232 |
<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
|
| 3163 |
chandransh |
233 |
<div class="options">
|
| 20278 |
aman.kumar |
234 |
<input type="radio" name="payment_option" value="DC~2000" class="marginRight5px"/>
|
| 3830 |
chandransh |
235 |
<span class="cctext">Visa / Visa Electron Cards</span>
|
| 3163 |
chandransh |
236 |
<div class="cclogo">
|
|
|
237 |
<h3>
|
| 3182 |
chandransh |
238 |
<img src="/images/cc-logos-1.gif" valign="middle"/>
|
| 3163 |
chandransh |
239 |
</h3>
|
|
|
240 |
</div>
|
| 3182 |
chandransh |
241 |
<div class="cclogo electron">
|
|
|
242 |
<h3>
|
|
|
243 |
<img src="/images/cc-logos-1.gif" valign="middle"/>
|
|
|
244 |
</h3>
|
|
|
245 |
</div>
|
| 3163 |
chandransh |
246 |
<br/>
|
|
|
247 |
</div>
|
|
|
248 |
<div class="options">
|
| 20278 |
aman.kumar |
249 |
<input type="radio" name="payment_option" value="DC~2018" class="marginRight5px"/>
|
| 3830 |
chandransh |
250 |
<span class="cctext">MasterCard</span>
|
|
|
251 |
<div class="cclogo old-master">
|
| 3182 |
chandransh |
252 |
<h3>
|
|
|
253 |
<img src="/images/cc-logos-1.gif" valign="middle"/>
|
|
|
254 |
</h3>
|
|
|
255 |
</div>
|
|
|
256 |
<br/>
|
|
|
257 |
</div>
|
|
|
258 |
<div class="options">
|
| 20278 |
aman.kumar |
259 |
<input type="radio" name="payment_option" value="DC~1164" class="marginRight5px"/>
|
|
|
260 |
<span class="cctext">Maestro Card</span>
|
| 3163 |
chandransh |
261 |
<div class="cclogo maestro">
|
|
|
262 |
<h3>
|
| 3182 |
chandransh |
263 |
<img src="/images/cc-logos-1.gif" valign="middle"/>
|
| 3163 |
chandransh |
264 |
</h3>
|
|
|
265 |
</div>
|
|
|
266 |
<br/>
|
|
|
267 |
</div>
|
| 5102 |
phani.kuma |
268 |
<div class="options">
|
| 20278 |
aman.kumar |
269 |
<input type="radio" name="payment_option" value="DC~2038" class="marginRight5px"/>
|
|
|
270 |
<span class="cctext">RuPay Card</span>
|
| 5102 |
phani.kuma |
271 |
<div class="cclogo">
|
|
|
272 |
<h3>
|
| 20278 |
aman.kumar |
273 |
<img height="30" src="/images/rupaylogo.jpg" valign="middle"/>
|
| 5102 |
phani.kuma |
274 |
</h3>
|
|
|
275 |
</div>
|
|
|
276 |
<br/>
|
|
|
277 |
</div>
|
| 3163 |
chandransh |
278 |
|
| 3101 |
chandransh |
279 |
#if($action.shouldShowEbsTestGateway())
|
| 3163 |
chandransh |
280 |
<div class="options">
|
|
|
281 |
<input type="radio" name="payment_option" value="1001" class="marginRight5px"/>
|
| 3830 |
chandransh |
282 |
<span class="cctext">EBS - Test Payment</span>
|
| 3163 |
chandransh |
283 |
<br/>
|
|
|
284 |
</div>
|
| 6060 |
rajveer |
285 |
<div class="options">
|
|
|
286 |
<input type="radio" name="payment_option" value="4000" class="marginRight5px"/>
|
|
|
287 |
<span class="cctext">PayU - Test Payment</span>
|
|
|
288 |
<br/>
|
|
|
289 |
</div>
|
| 20112 |
aman.kumar |
290 |
<div class="options">
|
|
|
291 |
<input type="radio" name="payment_option" value="91000" class="marginRight5px"/>
|
|
|
292 |
<span class="cctext">HDFC - Test Payment</span>
|
|
|
293 |
<br/>
|
|
|
294 |
</div>
|
| 3101 |
chandransh |
295 |
#end
|
|
|
296 |
</div>
|
| 3830 |
chandransh |
297 |
<div style="text-align:center;">
|
|
|
298 |
<input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
|
|
|
299 |
<br/><br/>
|
|
|
300 |
<span class="center-text-bold13">You will be taken to our Bank's payment gateway for making this payment.</span>
|
| 3101 |
chandransh |
301 |
</div>
|
|
|
302 |
</form>
|
|
|
303 |
</div>
|
|
|
304 |
<div>
|
| 13460 |
amit.gupta |
305 |
<div class="newtext">Select from Popular Banks</div>
|
| 3101 |
chandransh |
306 |
<form id="bankSelection" name="bankSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('bankSelection')">
|
|
|
307 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
| 13460 |
amit.gupta |
308 |
<input id="bankChosen" type="hidden" name="payment_option" value="0"/>
|
|
|
309 |
<div style="overflow:auto">
|
|
|
310 |
<div style="padding-left:20px; margin-top:10px; margin-bottom:5px; float:left;">
|
| 3182 |
chandransh |
311 |
<div class="options">
|
| 20278 |
aman.kumar |
312 |
<input type="radio" name="payment_option" value="NB~1032" class="marginRight5px"/>
|
| 13460 |
amit.gupta |
313 |
<span class="cctext">State Bank of India</span>
|
|
|
314 |
<div class="cclogo sbi">
|
| 3182 |
chandransh |
315 |
<h3>
|
|
|
316 |
<img src="/images/banks-sprite.gif" valign="middle"/>
|
|
|
317 |
</h3>
|
|
|
318 |
</div>
|
|
|
319 |
<br/>
|
|
|
320 |
</div>
|
| 13460 |
amit.gupta |
321 |
<div class="options">
|
| 20278 |
aman.kumar |
322 |
<input type="radio" name="payment_option" value="NB~1004" class="marginRight5px"/>
|
| 13460 |
amit.gupta |
323 |
<span class="cctext">AXIS Bank</span>
|
|
|
324 |
<div class="cclogo">
|
| 3182 |
chandransh |
325 |
<h3>
|
|
|
326 |
<img src="/images/banks-sprite.gif" valign="middle"/>
|
|
|
327 |
</h3>
|
|
|
328 |
</div>
|
|
|
329 |
<br/>
|
|
|
330 |
</div>
|
|
|
331 |
<div class="options">
|
| 20278 |
aman.kumar |
332 |
<input type="radio" name="payment_option" value="NB~1007" class="marginRight5px"/>
|
| 3830 |
chandransh |
333 |
<span class="cctext">HDFC Bank</span>
|
| 3182 |
chandransh |
334 |
<div class="cclogo hdfcbank">
|
|
|
335 |
<h3>
|
|
|
336 |
<img src="/images/banks-sprite.gif" valign="middle"/>
|
|
|
337 |
</h3>
|
|
|
338 |
</div>
|
|
|
339 |
<br/>
|
|
|
340 |
</div>
|
| 13460 |
amit.gupta |
341 |
</div>
|
|
|
342 |
<div style="margin-top:10px; margin-bottom:5px; float:right;">
|
| 3182 |
chandransh |
343 |
<div class="options">
|
| 20278 |
aman.kumar |
344 |
<input type="radio" name="payment_option" value="NB~1016" class="marginRight5px"/>
|
| 3830 |
chandransh |
345 |
<span class="cctext">ICICI Bank</span>
|
| 3182 |
chandransh |
346 |
<div class="cclogo icicibank">
|
|
|
347 |
<h3>
|
|
|
348 |
<img src="/images/banks-sprite.gif" valign="middle"/>
|
|
|
349 |
</h3>
|
|
|
350 |
</div>
|
|
|
351 |
<br/>
|
|
|
352 |
</div>
|
| 6209 |
kshitij.so |
353 |
<div class="options">
|
| 20278 |
aman.kumar |
354 |
<input type="radio" name="payment_option" value="NB~1034" class="marginRight5px">
|
| 13460 |
amit.gupta |
355 |
<span class="cctext">State Bank of Hyderabad</span>
|
| 3182 |
chandransh |
356 |
<div class="cclogo sbh">
|
|
|
357 |
<h3>
|
| 13460 |
amit.gupta |
358 |
<img src="/images/banks-sprite.gif" valign="middle">
|
| 3182 |
chandransh |
359 |
</h3>
|
|
|
360 |
</div>
|
| 13460 |
amit.gupta |
361 |
<br>
|
| 3182 |
chandransh |
362 |
</div>
|
|
|
363 |
<div class="options">
|
| 20278 |
aman.kumar |
364 |
<input type="radio" name="payment_option" value="NB~1039" class="marginRight5px"/>
|
| 6222 |
kshitij.so |
365 |
<span class="cctext">State Bank of Travancore </span>
|
| 6209 |
kshitij.so |
366 |
<div class="cclogo sbt">
|
|
|
367 |
<h3>
|
|
|
368 |
<img width="154" height="30" src="/images/banks-sbt.png" valign="middle"/>
|
|
|
369 |
</h3>
|
|
|
370 |
</div>
|
|
|
371 |
<br/>
|
|
|
372 |
</div>
|
| 3101 |
chandransh |
373 |
</div>
|
| 13460 |
amit.gupta |
374 |
</div>
|
|
|
375 |
<div class="newtext">Choose from rest of the banks</div>
|
|
|
376 |
<div class="select-style">
|
|
|
377 |
<span class="arrw_bg"></span>
|
|
|
378 |
<select id="bankSelect" name="payment_option">
|
|
|
379 |
<option value=0>Select Bank</option>
|
| 20278 |
aman.kumar |
380 |
<option value="NB~1004">Axis Bank</option>
|
|
|
381 |
<option value="NB~1214">Bank of India</option>
|
|
|
382 |
<option value="NB~1224">Canara Bank</option>
|
|
|
383 |
<option value="NB~1601">Catholic Syrian Bank</option>
|
|
|
384 |
<option value="NB~1147">Central Bank of India</option>
|
|
|
385 |
<option value="NB~1127">Citi Bank NetBanking</option>
|
|
|
386 |
<option value="NB~1215">City Union Bank</option>
|
|
|
387 |
<option value="NB~1135">Corporation Bank</option>
|
|
|
388 |
<option value="NB~1611">DCB Bank - Corporate Netbanking</option>
|
|
|
389 |
<option value="NB~1603">Deutsche Bank</option>
|
|
|
390 |
<option value="NB~1602">Development Credit Bank</option>
|
|
|
391 |
<option value="NB~1029">Federal Bank</option>
|
|
|
392 |
<option value="NB~1007">HDFC Bank</option>
|
|
|
393 |
<option value="NB~1016">ICICI Bank</option>
|
|
|
394 |
<option value="NB~1604">IDBI Bank</option>
|
|
|
395 |
<option value="NB~1213">Indian Overseas Bank</option>
|
|
|
396 |
<option value="NB~1143">Indian Bank</option>
|
|
|
397 |
<option value="NB~1605">IndusInd Bank</option>
|
|
|
398 |
<option value="NB~1210">Ing Vysya Bank</option>
|
|
|
399 |
<option value="NB~1015">J&K Bank</option>
|
|
|
400 |
<option value="NB~1133">Karnataka Bank</option>
|
|
|
401 |
<option value="NB~1606">Karur Vysya - Retail Netbanking</option>
|
|
|
402 |
<option value="NB~1148">Kotak Mahindra Bank</option>
|
|
|
403 |
<option value="NB~1154">Oriental Bank of Commerce</option>
|
|
|
404 |
<option value="NB~1607">Punjab National Bank</option>
|
|
|
405 |
<option value="NB~1613">Punjab National Bank-Corporate</option>
|
|
|
406 |
<option value="NB~1609">Saraswat Bank</option>
|
|
|
407 |
<option value="NB~1608">South Indian Bank</option>
|
|
|
408 |
<option value="NB~1033">State Bank of Bikaner and Jaipur</option>
|
|
|
409 |
<option value="NB~1034">State Bank of Hyderabad</option>
|
|
|
410 |
<option value="NB~1032">State Bank of India</option>
|
|
|
411 |
<option value="NB~1038">State Bank of Mysore</option>
|
|
|
412 |
<option value="NB~1035 ">State Bank of Patiala</option>
|
|
|
413 |
<option value="NB~1039">State Bank of Travancore</option>
|
|
|
414 |
<option value="NB~1216">Union Bank of India</option>
|
|
|
415 |
<option value="NB~1612">Union Bank - Corporate Netbanking</option>
|
|
|
416 |
<option value="NB~1212">United Bank of India</option>
|
|
|
417 |
<option value="NB~1610">Vijaya Bank</option>
|
|
|
418 |
<option value="NB~1146">YES Bank</option>
|
| 13460 |
amit.gupta |
419 |
</select>
|
| 3101 |
chandransh |
420 |
</div>
|
| 3830 |
chandransh |
421 |
<div style="text-align:center;">
|
|
|
422 |
<input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
|
|
|
423 |
<br/><br/>
|
|
|
424 |
<span class="center-text-bold13">You will be taken to our Bank's payment gateway for making this payment.</span>
|
| 3101 |
chandransh |
425 |
</div>
|
|
|
426 |
</form>
|
|
|
427 |
</div>
|
|
|
428 |
<div>
|
| 13462 |
amit.gupta |
429 |
<div class="newtext">Select Your Cash Card:</div><br/>
|
| 3101 |
chandransh |
430 |
<form id="cashSelection" name="cashSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('cashSelection')">
|
|
|
431 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
|
|
432 |
<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
|
| 3182 |
chandransh |
433 |
<div class="options">
|
| 20278 |
aman.kumar |
434 |
<input type="radio" name="payment_option" value="CAS~1132" class="marginRight5px"/>
|
| 3830 |
chandransh |
435 |
<span class="cctext">Done Card</span>
|
| 3182 |
chandransh |
436 |
<div class="cclogo">
|
|
|
437 |
<h3>
|
|
|
438 |
<img src="/images/cash-cards.gif" valign="middle"/>
|
|
|
439 |
</h3>
|
|
|
440 |
</div>
|
|
|
441 |
<br/>
|
|
|
442 |
</div>
|
|
|
443 |
<div class="options">
|
| 20278 |
aman.kumar |
444 |
<input type="radio" name="payment_option" value="CAS~1134" class="marginRight5px"/>
|
| 3830 |
chandransh |
445 |
<span class="cctext">ICash</span>
|
| 3182 |
chandransh |
446 |
<div class="cclogo icash">
|
|
|
447 |
<h3>
|
|
|
448 |
<img src="/images/cash-cards.gif" valign="middle"/>
|
|
|
449 |
</h3>
|
|
|
450 |
</div>
|
|
|
451 |
<br/>
|
|
|
452 |
</div>
|
|
|
453 |
<div class="options">
|
| 20278 |
aman.kumar |
454 |
<input type="radio" name="payment_option" value="CAS~1012" class="marginRight5px"/>
|
| 3830 |
chandransh |
455 |
<span class="cctext">ItzCash</span>
|
| 3182 |
chandransh |
456 |
<div class="cclogo itzcash">
|
|
|
457 |
<h3>
|
|
|
458 |
<img src="/images/cash-cards.gif" valign="middle"/>
|
|
|
459 |
</h3>
|
|
|
460 |
</div>
|
|
|
461 |
<br/>
|
|
|
462 |
</div>
|
| 3101 |
chandransh |
463 |
</div>
|
| 3830 |
chandransh |
464 |
<div style="text-align:center;">
|
|
|
465 |
<input type="submit" value="MAKE PAYMENT" class="make-payment-button"/>
|
|
|
466 |
<br/><br/>
|
|
|
467 |
<span class="center-text-bold13">You will be taken to our Bank's payment gateway for making this payment.</span>
|
| 3101 |
chandransh |
468 |
</div>
|
|
|
469 |
</form>
|
|
|
470 |
</div>
|
| 7862 |
anupam.sin |
471 |
#end
|
|
|
472 |
#if($action.isAmountZero() || $action.shouldShowCodOption() || $action.shouldShowStorePickUpOption())
|
| 3101 |
chandransh |
473 |
<div>
|
| 5716 |
anupam.sin |
474 |
#if($action.shouldShowStorePickUpOption())
|
|
|
475 |
#set($deliveryLocation = "HotSpot")
|
|
|
476 |
#else
|
|
|
477 |
#set($deliveryLocation = "myLocation")
|
|
|
478 |
#end
|
| 3312 |
chandransh |
479 |
<form id="codSelection" name="codSelection" action="/order" method="post" onsubmit="return verifyCodSelectionForm('codSelection')">
|
| 3101 |
chandransh |
480 |
<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
|
| 7862 |
anupam.sin |
481 |
#if($action.isAmountZero())
|
| 20278 |
aman.kumar |
482 |
<input type="hidden" name="payment_option" id='payment_option' value="COD~3001"/>
|
| 7862 |
anupam.sin |
483 |
#else
|
| 20278 |
aman.kumar |
484 |
<input type="hidden" name="payment_option" id='payment_option' value="COD~3000"/>
|
| 7862 |
anupam.sin |
485 |
#end
|
| 5716 |
anupam.sin |
486 |
<input type="hidden" name="deliveryLocation" id="deliveryLocation" value="$deliveryLocation">
|
| 13521 |
amit.gupta |
487 |
|
| 13523 |
amit.gupta |
488 |
#if(!$action.isPrivateDealUser())
|
|
|
489 |
<div class="center-text-bold12">Please enter the characters shown below:</div><br/>
|
| 4609 |
phani.kuma |
490 |
<div style="margin-left:250px; margin-top:10px ; margin-bottom:20px">
|
| 4613 |
phani.kuma |
491 |
<img src="/captcha" id="captchaImage" /><br/><br/>
|
| 4656 |
phani.kuma |
492 |
<input id="captcha_response_box" class="captcha_text_blur" type="text" name="captcha_response_field" autocomplete="off">
|
| 4613 |
phani.kuma |
493 |
<br/>Can't read the image? <a id="captchaanchor" style="cursor: pointer;" >Click here</a>.
|
| 3101 |
chandransh |
494 |
</div>
|
| 13521 |
amit.gupta |
495 |
#end
|
|
|
496 |
|
| 4002 |
varun.gupt |
497 |
<div class="text-center">
|
| 3830 |
chandransh |
498 |
<input type="submit" value="CONFIRM ORDER" class="make-payment-button"/>
|
|
|
499 |
<br/><br/>
|
| 4002 |
varun.gupt |
500 |
<ul class="bold text-left" style="padding-left: 150px;">
|
| 7862 |
anupam.sin |
501 |
#if($action.shouldShowStorePickUpOption()&&!$action.isAmountZero())
|
| 4002 |
varun.gupt |
502 |
Please note:
|
| 5716 |
anupam.sin |
503 |
<li>You can pay using Cash, Credit Card or Debit Card when you pick up your consignment</li>
|
|
|
504 |
#else
|
|
|
505 |
Please note:
|
| 4002 |
varun.gupt |
506 |
<li>Cash on Delivery orders will take an extra day for shipment</li>
|
|
|
507 |
<li>Only cash will be accepted for Cash on Delivery orders</li>
|
| 5716 |
anupam.sin |
508 |
#end
|
| 4002 |
varun.gupt |
509 |
</ul>
|
| 3101 |
chandransh |
510 |
</div>
|
|
|
511 |
</form>
|
|
|
512 |
</div>
|
|
|
513 |
#end
|
|
|
514 |
</div>
|
| 3830 |
chandransh |
515 |
<div class="payment-security-notice">
|
|
|
516 |
<span class="noticetext">All the payments are secured by MasterCard SecureCode and Verified by Visa</span>
|
|
|
517 |
<div class="noticelogo">
|
|
|
518 |
<h3>
|
|
|
519 |
<img src="/images/Icons_Security.png" valign="middle"/>
|
|
|
520 |
</h3>
|
|
|
521 |
</div>
|
|
|
522 |
<div class="noticelogo vbv">
|
|
|
523 |
<h3>
|
|
|
524 |
<img src="/images/Icons_Security.png" valign="middle"/>
|
|
|
525 |
</h3>
|
|
|
526 |
</div>
|
|
|
527 |
</div>
|
| 3101 |
chandransh |
528 |
</div>
|
|
|
529 |
</div>
|
|
|
530 |
</div>
|
|
|
531 |
|
|
|
532 |
</div>
|
| 3830 |
chandransh |
533 |
</div>
|
|
|
534 |
</div>
|
|
|
535 |
|
|
|
536 |
#include("templates/footer.vm")
|
|
|
537 |
|
|
|
538 |
#include ( "templates/commonjsfiles.vm" )
|
|
|
539 |
<script language="javascript" type="text/javascript" src="/js/proceed-to-pay.js"></script>
|
| 6407 |
amit.gupta |
540 |
<script language="javascript" type="text/javascript">
|
|
|
541 |
emiOptions = $action.getJSONEmiSchemes();
|
| 8946 |
amit.gupta |
542 |
//EMI = {};
|
|
|
543 |
//EMI.discounts = $action.getJSONEmiDiscountSchemes();
|
| 6407 |
amit.gupta |
544 |
banks = {};
|
| 6435 |
amit.gupta |
545 |
var first = true;
|
| 6954 |
amit.gupta |
546 |
|
|
|
547 |
var allBankImgs = {
|
|
|
548 |
1:"/images/hdfc-icon.png",
|
|
|
549 |
2:"/images/axis-icon.png",
|
|
|
550 |
3:"/images/icici-icon.png",
|
|
|
551 |
4:"/images/indusind-icon.png",
|
|
|
552 |
5:"/images/citi-icon.png",
|
|
|
553 |
6:"/images/std-chartered-icon.png",
|
|
|
554 |
7:"/images/hsbc-icon.png",
|
|
|
555 |
8:"/images/kotak-icon.png",
|
|
|
556 |
9:"/images/sbi-icon.png",
|
|
|
557 |
};
|
|
|
558 |
|
|
|
559 |
|
| 6407 |
amit.gupta |
560 |
jQuery.each(emiOptions, function(index, opt) {
|
|
|
561 |
if(typeof banks[opt.bankId] == "undefined") {
|
|
|
562 |
banks[opt.bankId] = {};
|
|
|
563 |
banks[opt.bankId].name = opt.bankName;
|
|
|
564 |
banks[opt.bankId].emis = {};
|
|
|
565 |
banks[opt.bankId].active = true;
|
| 6954 |
amit.gupta |
566 |
banks[opt.bankId].img = allBankImgs[opt.bankId];
|
| 6407 |
amit.gupta |
567 |
}
|
|
|
568 |
var bank = banks[opt.bankId];
|
| 8946 |
amit.gupta |
569 |
|
| 6407 |
amit.gupta |
570 |
var bankTenure = {};
|
|
|
571 |
bankTenure.tenureDescription = opt.tenureDescription;
|
| 8946 |
amit.gupta |
572 |
|
|
|
573 |
var r = opt.interestRate/12/100;
|
|
|
574 |
var installment = $action.getTotalAmountL()*r*Math.pow(1+r,opt.tenure)/(Math.pow(1+r,opt.tenure) - 1);
|
|
|
575 |
bankTenure.interestRate = opt.interestRate;
|
|
|
576 |
bankTenure.installment = (Math.round(installment*100)/100).toFixed(2);
|
|
|
577 |
bankTenure.totalAmount = Math.ceil(installment*opt.tenure);
|
| 8948 |
amit.gupta |
578 |
bankTenure.totalInterest = bankTenure.totalAmount - $action.getTotalAmountL();
|
| 6736 |
amit.gupta |
579 |
|
| 6407 |
amit.gupta |
580 |
bank.emis[opt.id] = bankTenure;
|
|
|
581 |
});
|
|
|
582 |
|
|
|
583 |
</script>
|
| 3101 |
chandransh |
584 |
</body>
|
| 3312 |
chandransh |
585 |
</html>
|
| 3830 |
chandransh |
586 |
|