Subversion Repositories SmartDukaan

Rev

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

Rev 17960 Rev 17961
Line 273... Line 273...
273
	</div>
273
	</div>
274
 
274
 
275
 
275
 
276
	<div class='row' style='padding:0px;' id='footer'>
276
	<div class='row' style='padding:0px;' id='footer'>
277
		<div class='col-xs-12' style='background-color:white;padding:5px; width:100%;'>
277
		<div class='col-xs-12' style='background-color:white;padding:5px; width:100%;'>
278
			<h4>Total payable Amount: <span style="color:#ff0000;"> &#8377; <?php echo number_format($totalPayable);?></span></h4>
278
			<h4>Total payable Amount: <span style="color:#ff0000;" id="totalPayable"> &#8377; <?php echo number_format($totalPayable);?></span></h4>
279
			<?php if($codAvailable):?>
279
			<?php if($codAvailable):?>
280
			<input type="submit" value="Other Pay Option" class="link submit_check" data-name="other_option"></input>
280
			<input type="submit" value="Other Pay Option" class="link submit_check" data-name="other_option"></input>
281
			<input type="submit" value="Confirm Order via COD" class="btn btn-success pull-right submit_check" data-name="cod"></input>
281
			<input type="submit" value="Confirm Order via COD" class="btn btn-success pull-right submit_check" data-name="cod"></input>
282
            <?php else:?>
282
            <?php else:?>
283
            <span style='padding-right:2px;color:red;font-size:15px;'>*COD Not Available</span>
283
            <span style='padding-right:2px;color:red;font-size:15px;'>*COD Not Available</span>