Subversion Repositories SmartDukaan

Rev

Rev 3101 | Rev 3163 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3101 Rev 3108
Line 100... Line 100...
100
						<br/>
100
						<br/>
101
						<form id="ccSelection" name="ccSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('ccSelection')">
101
						<form id="ccSelection" name="ccSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('ccSelection')">
102
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
102
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
103
							<h4>Cards Issued in India</h4>
103
							<h4>Cards Issued in India</h4>
104
							<div style="margin-left:100px; margin-top:10px">
104
							<div style="margin-left:100px; margin-top:10px">
105
                                <input type="radio" name="payment_option" value="2008"/>Visa<br/>
105
                                <input type="radio" name="payment_option" value="2008" class="marginRight5px"/>Visa<br/>
106
        						<input type="radio" name="payment_option" value="2017"/>MasterCard<br/>
106
        						<input type="radio" name="payment_option" value="2017" class="marginRight5px"/>MasterCard<br/>
107
        						<input type="radio" name="payment_option" value="1010"/>Diners Club<br/><br/>
107
        						<input type="radio" name="payment_option" value="1010" class="marginRight5px"/>Diners Club<br/><br/>
108
							</div>
108
							</div>
109
    						<h4>Cards Issued outside India</h4>
109
    						<h4>Cards Issued outside India</h4>
110
							<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
110
							<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
111
								<input type="radio" name="payment_option" value="1008"/>Visa<br/>
111
								<input type="radio" name="payment_option" value="1008" class="marginRight5px"/>Visa<br/>
112
								<input type="radio" name="payment_option" value="1017"/>MasterCard<br/>
112
								<input type="radio" name="payment_option" value="1017" class="marginRight5px"/>MasterCard<br/>
113
								<input type="radio" name="payment_option" value="1010"/>Diners Club<br/>
113
								<input type="radio" name="payment_option" value="1010" class="marginRight5px"/>Diners Club<br/>
114
							</div>
114
							</div>
115
							<div style="padding-left:150px;">
115
							<div style="padding-left:150px;">
116
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
116
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
117
    								<input type="submit" value="Proceed to Pay" class="button"/>
117
    								<input type="submit" value="Proceed to Pay" class="button"/>
118
    							</div>
118
    							</div>
Line 126... Line 126...
126
						</div>
126
						</div>
127
						<br/>
127
						<br/>
128
						<form id="atmSelection" name="atmSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('atmSelection')">
128
						<form id="atmSelection" name="atmSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('atmSelection')">
129
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
129
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
130
							<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
130
							<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
131
        						<input type="radio" name="payment_option" value="2000"/>Visa / Visa Electron Cards<br/>
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"/>Maestro Card (CitiBank only)<br/>
132
        						<input type="radio" name="payment_option" value="1009" class="marginRight5px"/>Maestro Card (CitiBank only)<br/>
133
        						#if($action.shouldShowEbsTestGateway())
133
        						#if($action.shouldShowEbsTestGateway())
134
        						<input type="radio" name="payment_option" value="1001"/>EBS - Test Payment<br/>
134
        						<input type="radio" name="payment_option" value="1001" class="marginRight5px"/>EBS - Test Payment<br/>
135
    							#end
135
    							#end
136
							</div>
136
							</div>
137
							<div style="padding-left:150px;">
137
							<div style="padding-left:150px;">
138
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
138
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
139
    								<input type="submit" value="Proceed to Pay" class="button"/>
139
    								<input type="submit" value="Proceed to Pay" class="button"/>
Line 150... Line 150...
150
						We will redirect you to the bank you choose below.<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')">
151
						<form id="bankSelection" name="bankSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('bankSelection')">
152
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
152
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
153
							<div>
153
							<div>
154
    							<div style="padding-left:100px; margin-top:10px; margin-bottom:20px; float:left;">
154
    							<div style="padding-left:100px; margin-top:10px; margin-bottom:20px; float:left;">
155
                                    <input type="radio" name="payment_option" value="1004"/>AXIS Bank<br/>
155
                                    <input type="radio" name="payment_option" value="1004" class="marginRight5px"/>AXIS Bank<br/>
156
            						<input type="radio" name="payment_option" value="1127"/>Citi 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"/>Corporation 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"/>Federal 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"/>HDFC 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"/>ICICI Bank<br/>
160
            						<input type="radio" name="payment_option" value="1016" class="marginRight5px"/>ICICI Bank<br/>
161
    							</div>
161
    							</div>
162
    							<div style="padding-right:100px; margin-top:10px; margin-bottom:20px; float:right;">
162
    							<div style="padding-right:100px; margin-top:10px; margin-bottom:20px; float:right;">
163
    								<input type="radio" name="payment_option" value="1015"/>JK Bank<br/>
163
    								<input type="radio" name="payment_option" value="1015" class="marginRight5px"/>JK Bank<br/>
164
            						<input type="radio" name="payment_option" value="1133"/>Karnataka 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"/>State Bank of India<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"/>State Bank of Hyderabad<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"/>State Bank of Mysore<br/>
167
									<input type="radio" name="payment_option" value="1038" class="marginRight5px"/>State Bank of Mysore<br/>
168
    							</div>
168
    							</div>
169
							</div>
169
							</div>
170
							<div style="clear:both"></div>
170
							<div style="clear:both"></div>
171
							<div style="padding-left:250px;">
171
							<div style="padding-left:250px;">
172
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
172
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
Line 182... Line 182...
182
						</div>
182
						</div>
183
						<br/>
183
						<br/>
184
						<form id="cashSelection" name="cashSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('cashSelection')">
184
						<form id="cashSelection" name="cashSelection" action="/order" method="post" onsubmit="return verifyPaymentModeSelectionForm('cashSelection')">
185
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
185
							<input type="hidden" name="addressid" id="addressid" value="$adrressId"/>
186
							<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
186
							<div style="margin-left:100px; margin-top:10px; margin-bottom:20px">
187
        						<input type="radio" name="payment_option" value="1132"/>Done Card<br/>
187
        						<input type="radio" name="payment_option" value="1132" class="marginRight5px"/>Done Card<br/>
188
        						<input type="radio" name="payment_option" value="1134"/>ICash<br/>
188
        						<input type="radio" name="payment_option" value="1134" class="marginRight5px"/>ICash<br/>
189
        						<input type="radio" name="payment_option" value="1012"/>ItzCash<br/>
189
        						<input type="radio" name="payment_option" value="1012" class="marginRight5px"/>ItzCash<br/>
190
							</div>
190
							</div>
191
							<div style="padding-left:150px;">
191
							<div style="padding-left:150px;">
192
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
192
    							<div class="bigImgButton yellow-image" style="text-align:center; ">
193
    								<input type="submit" value="Proceed to Pay" class="button"/>
193
    								<input type="submit" value="Proceed to Pay" class="button"/>
194
    							</div>
194
    							</div>