Subversion Repositories SmartDukaan

Rev

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

Rev 18734 Rev 18747
Line 280... Line 280...
280
 
280
 
281
	<div class='row' style='padding:0px;' id='footer'>
281
	<div class='row' style='padding:0px;' id='footer'>
282
		<div class='col-xs-12' style='background-color:white;padding: 10px 20px 20px 20px; width:100%;'>
282
		<div class='col-xs-12' style='background-color:white;padding: 10px 20px 20px 20px; width:100%;'>
283
			<h4 style="margin: 0px;margin-bottom: 8px;">Total payable Amount: <span style="color:#ff0000;" id="totalPayable"> &#8377; <?php echo number_format($totalPayable);?></span></h4>
283
			<h4 style="margin: 0px;margin-bottom: 8px;">Total payable Amount: <span style="color:#ff0000;" id="totalPayable"> &#8377; <?php echo number_format($totalPayable);?></span></h4>
284
			<?php if($creditorAssociated):?>
284
			<?php if($creditorAssociated):?>
285
				<input type="submit" value="Save & Continue" class="btn btn-success submit_check" data-name="add"></input>
285
				<input type="submit" value="Save & Continue" class="col-xs-12 btn btn-success submit_check" data-name="add"></input>
286
			<?php else:?>
286
			<?php else:?>
287
				<?php if($taxInvoiceEnabledUser):?>
287
				<?php if($taxInvoiceEnabledUser):?>
288
					<input type="submit" value="Save & Continue" class="btn btn-success submit_check" data-name="add"></input>
288
					<input type="submit" value="Save & Continue" class="col-xs-12 btn btn-success submit_check" data-name="add"></input>
289
				<?php else:?>
289
				<?php else:?>
290
					<?php if($codAvailable):?>
290
					<?php if($codAvailable):?>
291
					<input type="submit" value="Other Pay Option" class="link submit_check" data-name="other_option"></input>
291
					<input type="submit" value="Other Pay Option" class="link submit_check" data-name="other_option"></input>
292
					<input type="submit" value="Confirm Order via COD" class="btn btn-success pull-right submit_check" data-name="cod"></input>
292
					<input type="submit" value="Confirm Order via COD" class="btn btn-success pull-right submit_check" data-name="cod"></input>
293
		            <?php else:?>
293
		            <?php else:?>