Subversion Repositories SmartDukaan

Rev

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

Rev 23347 Rev 23353
Line 231... Line 231...
231
				<input type="number" class="netPayableAmount form-control input-sm" name="" value="0" readonly>
231
				<input type="number" class="netPayableAmount form-control input-sm" name="" value="0" readonly>
232
			</div>
232
			</div>
233
		</div>
233
		</div>
234
	</div>
234
	</div>
235
	<p></p>
235
	<p></p>
-
 
236
	#foreach($paymentOptionType in $paymentOptionTypes)
236
	<div class="row">
237
		<div class="row">
237
		<div class="col-lg-6 right">
238
			<div class="col-lg-6 right">
238
			<div class="col-lg-6">
239
				<div class="col-lg-6">
-
 
240
					#if($paymentOptionType == "CASH")
239
				<h4 class="grnProductInfo modelHeaderCustom right">Cash Amount:</h4>
241
						<h4 class="grnProductInfo modelHeaderCustom right">Cash Amount:</h4>
240
			</div>
242
					#elseif($paymentOptionType == "CARD")
-
 
243
						<h4 class="grnProductInfo modelHeaderCustom right">Debit/Credit Card Amount:</h4>
241
			<div class="col-lg-6">
244
					#elseif($paymentOptionType == "PAYTM")
242
				<input type="number" name="CASH" class="form-control cashAmount amount input-sm" value="0">
245
						<h4 class="grnProductInfo modelHeaderCustom right">PayTm Amount:</h4>
243
			</div>
246
					#end
244
		</div>
247
				</div>
245
	</div>
-
 
246
	<p></p>
-
 
247
	<div class="row">
-
 
248
		<div class="col-lg-6 right">
-
 
249
			<div class="col-lg-6">
248
				<div class="col-lg-6">
250
				<h4 class="grnProductInfo modelHeaderCustom right">Debit/Credit Card Amount:</h4>
249
					<input type="number" name="$paymentOptionType" class="form-control paymentOptionAmount amount input-sm" value="0">
251
			</div>
250
				</div>
252
			<div class="col-lg-6">
-
 
253
				<input type="number" name="CARD" class="form-control cardAmount amount input-sm" value="0">
-
 
254
			</div>
251
			</div>
255
		</div>
252
		</div>
256
	</div>
-
 
257
	<p></p>
-
 
258
	<div class="row">
-
 
259
		<div class="col-lg-6 right">
-
 
260
			<div class="col-lg-6">
-
 
261
				<h4 class="grnProductInfo modelHeaderCustom right">PayTm Amount:</h4>
-
 
262
			</div>
-
 
263
			<div class="col-lg-6">
-
 
264
				<input type="number" name="PAYTM" class="form-control walletAmount amount input-sm" value="0">
-
 
265
			</div>
-
 
266
		</div>
253
	#end
267
	</div>
-
 
268
	</div>
-
 
269
</div>
254
</div>
270
<div id="create-order" style="padding:10px;">
255
<div id="create-order" style="padding:10px;">
271
	<div class="row">
256
	<div class="row">
272
		<div class="col-xs-3" style="float:right;">
257
		<div class="col-xs-3" style="float:right;">
273
			<button class="btn btn-primary order-checkout" type="submit" style="width:100%;border-radius:0px;">Create Order</button>	
258
			<button class="btn btn-primary order-checkout" type="submit" style="width:100%;border-radius:0px;">Create Order</button>