Subversion Repositories SmartDukaan

Rev

Rev 3108 | Rev 3182 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
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>
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
 
10
    <title>Saholic</title>
11
     #include ( "templates/commoncssfiles.vm" )  
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">
22
		#include("templates/mainmenu.vm")
23
		$action.getSearchBarSnippet()
24
 
25
		<!-- wrapper-->
26
		<div id="wrapper">
27
    		<div id="productDetail">
28
              <div class="top">
29
                <div class="left">
30
                  <div class="right"> &nbsp; </div>
31
                </div>
32
              </div>
33
              <div class="middle">
34
                <div class="content">
35
                 	<ul id="midtop-leftNav">
36
                    	<li><a href="/cart" class="visited"><span class="cart">Cart Checkout</span></a></li>
37
                        <li>|</li>
38
                    	<li><a href="/shipping" class="visited"><span class="shipping">My Shipping Details</span></a></li>
39
                        <li>|</li>
40
                        <li><a class="current"><span class="payment">Payment</span></a></li>	
41
                    </ul>
42
                  <div class="clearBoth"></div>
43
                </div>
44
              </div>
45
              <div class="bottom">
46
                <div class="left">
47
                  <div class="right"> &nbsp; </div>
48
                </div>
49
              </div>
50
            </div>
51
        </div>
52
		<!-- /wrapper-->
53
 
54
		<!-- sidebar-->
55
		<div id="sidebar">
56
			#include("templates/customerservice.vm")
57
		</div>
58
		<div class="clearBoth"></div>
59
		<!-- /sidebar-->
60
 
61
		<div id="registration">
62
          <div class="top">
63
            <div class="left">
64
              <div class="right"> &nbsp; </div>
65
            </div>
66
          </div>
67
          <div class="middle">
68
            <div class="mid-inner">
69
 
70
              <!-- Block 1 -->
71
              <div class="padding-top17">
72
				#set($errorMsg=$action.getErrorMsg())
73
				#if(!$errorMsg.isEmpty())
74
                <div id="messageError">
75
                    <span></span>
76
                    <p>
77
                        $errorMsg <br/>
78
                    </p>
79
                </div>
80
				#end
81
 
82
				#set($adrressId=$action.getAddressId())
83
				#set($orderAmount=$action.getTotalAmount())
84
				<div id="vtab">
85
                    <ul>
86
                        <li>Credit Cards</li>
87
                        <li>Debit/ATM Cards</li>
88
                        <li>Net Banking</li>
89
        				<li>Cash Cards</li>
90
						#if($action.shouldShowCodOption())
91
        				<li>Cash On Delivery</li>
92
						#end
93
                    </ul>
94
                    <div>
95
                        <div class="heading">
96
							<span style="float:left"><h4>Credit Cards</h4></span>
97
							<span style="float:right"><h4>Total Amount: Rs. $orderAmount</h4></span>
98
						</div>
99
 
100
						<br/>
101
						<form id="ccSelection" name="ccSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('ccSelection')">
102
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
103
							<h4>Cards Issued in India</h4>
104
							<div style="margin-left:100px; margin-top:10px">
3163 chandransh 105
								<div class="options">
106
                                    <input type="radio" name="payment_option" value="2008" class="marginRight5px"/>
107
    								<span style="float:left">Visa</span>
108
    								<div class="cclogo">
109
    									<h3>
110
    										<img src="/images/cc_logos.gif" valign="middle"/>
111
    									</h3>
112
    								</div><br/>
113
								</div>
114
								<div class="options">
115
									<input type="radio" name="payment_option" value="2017" class="marginRight5px"/>
116
									<span style="float:left">MasterCard</span>
117
									<div class="cclogo master">
118
    									<h3>
119
    										<img src="/images/cc_logos.gif" valign="middle"/>
120
    									</h3>
121
    								</div>
122
									<br/>
123
								</div>
124
								<div class="options">
125
									<input type="radio" name="payment_option" value="1010" class="marginRight5px"/>
126
									<span style="float:left">Diners Club</span>
127
									<div class="cclogo diners">
128
    									<h3>
129
    										<img src="/images/cc_logos.gif" valign="middle"/>
130
    									</h3>
131
    								</div>
132
									<br/>
133
								</div>
134
								<br/>
3101 chandransh 135
							</div>
136
    						<h4>Cards Issued outside India</h4>
137
							<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
3163 chandransh 138
								<div class="options">
139
                                    <input type="radio" name="payment_option" value="1008" class="marginRight5px"/>
140
    								<span style="float:left">Visa</span>
141
    								<div class="cclogo">
142
    									<h3>
143
    										<img src="/images/cc_logos.gif" valign="middle"/>
144
    									</h3>
145
    								</div><br/>
146
								</div>
147
								<div class="options">
148
									<input type="radio" name="payment_option" value="1017" class="marginRight5px"/>
149
									<span style="float:left">MasterCard</span>
150
									<div class="cclogo master">
151
    									<h3>
152
    										<img src="/images/cc_logos.gif" valign="middle"/>
153
    									</h3>
154
    								</div>
155
									<br/>
156
								</div>
157
								<div class="options">
158
									<input type="radio" name="payment_option" value="1010" class="marginRight5px"/>
159
									<span style="float:left">Diners Club</span>
160
									<div class="cclogo diners">
161
    									<h3>
162
    										<img src="/images/cc_logos.gif" valign="middle"/>
163
    									</h3>
164
    								</div>
165
									<br/>
166
								</div>
3101 chandransh 167
							</div>
168
							<div style="padding-left:150px;">
169
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
170
    								<input type="submit" value="Proceed to Pay" class="button"/>
171
    							</div>
172
							</div>
173
						</form>
174
                    </div>
175
                    <div>
176
						<div class="heading">
177
							<span style="float:left"><h4>Debit and ATM Cards</h4></span>
178
							<span style="float:right"><h4>Total Amount: Rs. $orderAmount</h4></span>
179
						</div>
180
						<br/>
181
						<form id="atmSelection" name="atmSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('atmSelection')">
182
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
183
							<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
3163 chandransh 184
        						<div class="options">
185
                                    <input type="radio" name="payment_option" value="2000" class="marginRight5px"/>
186
    								<span style="float:left">Visa / Visa Electron Cards</span>
187
    								<div class="cclogo">
188
    									<h3>
189
    										<img src="/images/cc_logos.gif" valign="middle"/>
190
    									</h3>
191
    								</div>
192
									<br/>
193
								</div>
194
								<div class="options">
195
									<input type="radio" name="payment_option" value="1009" class="marginRight5px"/>
196
									<span style="float:left">Maestro Card (CitiBank only)</span>
197
									<div class="cclogo maestro">
198
    									<h3>
199
    										<img src="/images/cc_logos.gif" valign="middle"/>
200
    									</h3>
201
    								</div>
202
									<br/>
203
								</div>
204
 
3101 chandransh 205
        						#if($action.shouldShowEbsTestGateway())
3163 chandransh 206
								<div class="options">
207
									<input type="radio" name="payment_option" value="1001" class="marginRight5px"/>
208
									<span style="float:left">EBS - Test Payment</span>
209
									<br/>
210
								</div>
3101 chandransh 211
    							#end
212
							</div>
213
							<div style="padding-left:150px;">
214
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
215
    								<input type="submit" value="Proceed to Pay" class="button"/>
216
    							</div>
217
							</div>
218
						</form>
219
                    </div>
220
                    <div>
221
   						<div class="heading">
222
							<span style="float:left"><h4>Net Banking</h4></span>
223
							<span style="float:right"><h4>Total Amount: Rs. $orderAmount</h4></span>
224
						</div>
225
						<br/>
226
						We will redirect you to the bank you choose below.<br/>
227
						<form id="bankSelection" name="bankSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('bankSelection')">
228
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
229
							<div>
230
    							<div style="padding-left:100px; margin-top:10px; margin-bottom:20px; float:left;">
3108 chandransh 231
                                    <input type="radio" name="payment_option" value="1004" class="marginRight5px"/>AXIS Bank<br/>
232
            						<input type="radio" name="payment_option" value="1127" class="marginRight5px"/>Citi Bank<br/>
233
            						<input type="radio" name="payment_option" value="1135" class="marginRight5px"/>Corporation Bank<br/>
234
            						<input type="radio" name="payment_option" value="1029" class="marginRight5px"/>Federal Bank<br/>
235
            						<input type="radio" name="payment_option" value="1007" class="marginRight5px"/>HDFC Bank<br/>
236
            						<input type="radio" name="payment_option" value="1016" class="marginRight5px"/>ICICI Bank<br/>
3101 chandransh 237
    							</div>
238
    							<div style="padding-right:100px; margin-top:10px; margin-bottom:20px; float:right;">
3108 chandransh 239
    								<input type="radio" name="payment_option" value="1015" class="marginRight5px"/>JK Bank<br/>
240
            						<input type="radio" name="payment_option" value="1133" class="marginRight5px"/>Karnataka Bank<br/>
241
            						<input type="radio" name="payment_option" value="1032" class="marginRight5px"/>State Bank of India<br/>
242
            						<input type="radio" name="payment_option" value="1034" class="marginRight5px"/>State Bank of Hyderabad<br/>
243
									<input type="radio" name="payment_option" value="1038" class="marginRight5px"/>State Bank of Mysore<br/>
3101 chandransh 244
    							</div>
245
							</div>
246
							<div style="clear:both"></div>
247
							<div style="padding-left:250px;">
248
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
249
    								<input type="submit" value="Proceed to Pay" class="button"/>
250
    							</div>
251
							</div>
252
						</form>
253
                    </div>
254
					<div>
255
						<div class="heading">
256
							<span style="float:left"><h4>Cash Cards</h4></span>
257
							<span style="float:right"><h4>Total Amount: Rs. $orderAmount</h4></span>
258
						</div>
259
						<br/>
260
						<form id="cashSelection" name="cashSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('cashSelection')">
261
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
262
							<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
3108 chandransh 263
        						<input type="radio" name="payment_option" value="1132" class="marginRight5px"/>Done Card<br/>
264
        						<input type="radio" name="payment_option" value="1134" class="marginRight5px"/>ICash<br/>
265
        						<input type="radio" name="payment_option" value="1012" class="marginRight5px"/>ItzCash<br/>
3101 chandransh 266
							</div>
267
							<div style="padding-left:150px;">
268
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
269
    								<input type="submit" value="Proceed to Pay" class="button"/>
270
    							</div>
271
							</div>
272
						</form>
273
                    </div>
274
					#if($action.shouldShowCodOption())
275
					<div>
276
 
277
						<div class="heading">
278
							<span style="float:left"><h4>Cash on Delivery</h4></span>
279
							<span style="float:right"><h4>Total Amount: Rs. $orderAmount</h4></span>
280
						</div>
281
						<br/>
282
						<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
283
						Please enter the words shown below and click on the Confirm Order button below:<br/>
284
						<form id="codSelection" name="codSelection" action="/order" method="post">
285
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
286
							<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
287
    						<div id="recaptchaDiv" style="margin-left:100px; margin-top:10px ; margin-bottom:20px">
288
    						</div>
289
    						<script type="text/javascript">
290
    						    Recaptcha.create("$action.getPublicKey()", 'recaptchaDiv', {
291
    	        					theme: "clean"
292
    							});
293
    						</script>
294
							<div style="padding-left:200px;">
295
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
296
    								<input type="submit" value="Confirm Order" class="button"/>
297
    							</div>
298
							</div>
299
						</form>
300
					</div>
301
					#end
302
                </div>
303
			  </div>
304
			</div>
305
		  </div>
306
 
307
		  <div class="bottom">
308
			<div class="left">
309
				<div class="right"> &nbsp; </div>
310
			</div>
311
		  </div>
312
		</div>
313
    </div><!-- /main -->
314
 
315
	#include("templates/footer.vm")
316
 
317
	#include ("templates/commonjsfiles.vm")
318
	<script language="javascript" type="text/javascript" src="/js/proceed-to-pay.js"></script>
319
</body>
320
</html>