Subversion Repositories SmartDukaan

Rev

Rev 3101 | Rev 3163 | 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">
3108 chandransh 105
                                <input type="radio" name="payment_option" value="2008" class="marginRight5px"/>Visa<br/>
106
        						<input type="radio" name="payment_option" value="2017" class="marginRight5px"/>MasterCard<br/>
107
        						<input type="radio" name="payment_option" value="1010" class="marginRight5px"/>Diners Club<br/><br/>
3101 chandransh 108
							</div>
109
    						<h4>Cards Issued outside India</h4>
110
							<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
3108 chandransh 111
								<input type="radio" name="payment_option" value="1008" class="marginRight5px"/>Visa<br/>
112
								<input type="radio" name="payment_option" value="1017" class="marginRight5px"/>MasterCard<br/>
113
								<input type="radio" name="payment_option" value="1010" class="marginRight5px"/>Diners Club<br/>
3101 chandransh 114
							</div>
115
							<div style="padding-left:150px;">
116
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
117
    								<input type="submit" value="Proceed to Pay" class="button"/>
118
    							</div>
119
							</div>
120
						</form>
121
                    </div>
122
                    <div>
123
						<div class="heading">
124
							<span style="float:left"><h4>Debit and ATM Cards</h4></span>
125
							<span style="float:right"><h4>Total Amount: Rs. $orderAmount</h4></span>
126
						</div>
127
						<br/>
128
						<form id="atmSelection" name="atmSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('atmSelection')">
129
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
130
							<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
3108 chandransh 131
        						<input type="radio" name="payment_option" value="2000" class="marginRight5px"/>Visa / Visa Electron Cards<br/>
132
        						<input type="radio" name="payment_option" value="1009" class="marginRight5px"/>Maestro Card (CitiBank only)<br/>
3101 chandransh 133
        						#if($action.shouldShowEbsTestGateway())
3108 chandransh 134
        						<input type="radio" name="payment_option" value="1001" class="marginRight5px"/>EBS - Test Payment<br/>
3101 chandransh 135
    							#end
136
							</div>
137
							<div style="padding-left:150px;">
138
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
139
    								<input type="submit" value="Proceed to Pay" class="button"/>
140
    							</div>
141
							</div>
142
						</form>
143
                    </div>
144
                    <div>
145
   						<div class="heading">
146
							<span style="float:left"><h4>Net Banking</h4></span>
147
							<span style="float:right"><h4>Total Amount: Rs. $orderAmount</h4></span>
148
						</div>
149
						<br/>
150
						We will redirect you to the bank you choose below.<br/>
151
						<form id="bankSelection" name="bankSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('bankSelection')">
152
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
153
							<div>
154
    							<div style="padding-left:100px; margin-top:10px; margin-bottom:20px; float:left;">
3108 chandransh 155
                                    <input type="radio" name="payment_option" value="1004" class="marginRight5px"/>AXIS Bank<br/>
156
            						<input type="radio" name="payment_option" value="1127" class="marginRight5px"/>Citi Bank<br/>
157
            						<input type="radio" name="payment_option" value="1135" class="marginRight5px"/>Corporation Bank<br/>
158
            						<input type="radio" name="payment_option" value="1029" class="marginRight5px"/>Federal Bank<br/>
159
            						<input type="radio" name="payment_option" value="1007" class="marginRight5px"/>HDFC Bank<br/>
160
            						<input type="radio" name="payment_option" value="1016" class="marginRight5px"/>ICICI Bank<br/>
3101 chandransh 161
    							</div>
162
    							<div style="padding-right:100px; margin-top:10px; margin-bottom:20px; float:right;">
3108 chandransh 163
    								<input type="radio" name="payment_option" value="1015" class="marginRight5px"/>JK Bank<br/>
164
            						<input type="radio" name="payment_option" value="1133" class="marginRight5px"/>Karnataka Bank<br/>
165
            						<input type="radio" name="payment_option" value="1032" class="marginRight5px"/>State Bank of India<br/>
166
            						<input type="radio" name="payment_option" value="1034" class="marginRight5px"/>State Bank of Hyderabad<br/>
167
									<input type="radio" name="payment_option" value="1038" class="marginRight5px"/>State Bank of Mysore<br/>
3101 chandransh 168
    							</div>
169
							</div>
170
							<div style="clear:both"></div>
171
							<div style="padding-left:250px;">
172
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
173
    								<input type="submit" value="Proceed to Pay" class="button"/>
174
    							</div>
175
							</div>
176
						</form>
177
                    </div>
178
					<div>
179
						<div class="heading">
180
							<span style="float:left"><h4>Cash Cards</h4></span>
181
							<span style="float:right"><h4>Total Amount: Rs. $orderAmount</h4></span>
182
						</div>
183
						<br/>
184
						<form id="cashSelection" name="cashSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('cashSelection')">
185
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
186
							<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
3108 chandransh 187
        						<input type="radio" name="payment_option" value="1132" class="marginRight5px"/>Done Card<br/>
188
        						<input type="radio" name="payment_option" value="1134" class="marginRight5px"/>ICash<br/>
189
        						<input type="radio" name="payment_option" value="1012" class="marginRight5px"/>ItzCash<br/>
3101 chandransh 190
							</div>
191
							<div style="padding-left:150px;">
192
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
193
    								<input type="submit" value="Proceed to Pay" class="button"/>
194
    							</div>
195
							</div>
196
						</form>
197
                    </div>
198
					#if($action.shouldShowCodOption())
199
					<div>
200
 
201
						<div class="heading">
202
							<span style="float:left"><h4>Cash on Delivery</h4></span>
203
							<span style="float:right"><h4>Total Amount: Rs. $orderAmount</h4></span>
204
						</div>
205
						<br/>
206
						<script type="text/javascript" src="http://www.google.com/recaptcha/api/js/recaptcha_ajax.js"></script>
207
						Please enter the words shown below and click on the Confirm Order button below:<br/>
208
						<form id="codSelection" name="codSelection" action="/order" method="post">
209
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
210
							<input type="hidden" name="payment_option" id='payment_option' value="3000"/>
211
    						<div id="recaptchaDiv" style="margin-left:100px; margin-top:10px ; margin-bottom:20px">
212
    						</div>
213
    						<script type="text/javascript">
214
    						    Recaptcha.create("$action.getPublicKey()", 'recaptchaDiv', {
215
    	        					theme: "clean"
216
    							});
217
    						</script>
218
							<div style="padding-left:200px;">
219
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
220
    								<input type="submit" value="Confirm Order" class="button"/>
221
    							</div>
222
							</div>
223
						</form>
224
					</div>
225
					#end
226
                </div>
227
			  </div>
228
			</div>
229
		  </div>
230
 
231
		  <div class="bottom">
232
			<div class="left">
233
				<div class="right"> &nbsp; </div>
234
			</div>
235
		  </div>
236
		</div>
237
    </div><!-- /main -->
238
 
239
	#include("templates/footer.vm")
240
 
241
	#include ("templates/commonjsfiles.vm")
242
	<script language="javascript" type="text/javascript" src="/js/proceed-to-pay.js"></script>
243
</body>
244
</html>