| Line 278... |
Line 278... |
| 278 |
</div>
|
278 |
</div>
|
| 279 |
</div>
|
279 |
</div>
|
| 280 |
|
280 |
|
| 281 |
|
281 |
|
| 282 |
<div class='row' style='padding:0px;' id='footer'>
|
282 |
<div class='row' style='padding:0px;' id='footer'>
|
| 283 |
<div class='col-xs-12' style='background-color:white;padding:5px; width:100%;'>
|
283 |
<div class='col-xs-12' style='background-color:white;padding: 10px 20px 20px 20px; width:100%;'>
|
| 284 |
<h4>Total payable Amount: <span style="color:#ff0000;" id="totalPayable"> ₹ <?php echo number_format($totalPayable);?></span></h4>
|
284 |
<h4 style="margin: 0px;margin-bottom: 8px;">Total payable Amount: <span style="color:#ff0000;" id="totalPayable"> ₹ <?php echo number_format($totalPayable);?></span></h4>
|
| 285 |
<?php if($codAvailable):?>
|
285 |
<?php if($codAvailable):?>
|
| 286 |
<input type="submit" value="Other Pay Option" class="link submit_check" data-name="other_option"></input>
|
286 |
<input type="submit" value="Other Pay Option" class="link submit_check" data-name="other_option"></input>
|
| 287 |
<input type="submit" value="Confirm Order via COD" class="btn btn-success pull-right submit_check" data-name="cod"></input>
|
287 |
<input type="submit" value="Confirm Order via COD" class="btn btn-success pull-right submit_check" data-name="cod"></input>
|
| 288 |
<?php else:?>
|
288 |
<?php else:?>
|
| 289 |
<span style='padding-right:2px;color:red;font-size:15px;'>*COD Not Available</span>
|
289 |
<span style='padding-right:2px;color:red;font-size:15px;'>*COD Not Available</span>
|