| Line 171... |
Line 171... |
| 171 |
</div>
|
171 |
</div>
|
| 172 |
<!-- End of address section -->
|
172 |
<!-- End of address section -->
|
| 173 |
|
173 |
|
| 174 |
<!-- Cart section started -->
|
174 |
<!-- Cart section started -->
|
| 175 |
<div class='row' style='padding:0px;' id='footer'>
|
175 |
<div class='row' style='padding:0px;' id='footer'>
|
| 176 |
<div class='col-xs-12' style='background-color:white;padding:5px; width:100%;'>
|
176 |
<div class='col-xs-12' style='background-color:white;padding: 10px 20px 20px 20px; width:100%;'>
|
| 177 |
<h4>Total payable Amount: <span style="color:#ff0000;" id="totalPayable"> ₹ <?php echo number_format($totalPayable);?></span></h4>
|
177 |
<h4 style="margin: 0px;margin-bottom: 8px;">Total payable Amount: <span style="color:#ff0000;" id="totalPayable"> ₹ <?php echo number_format($totalPayable);?></span></h4>
|
| 178 |
<?php if($codAvailable):?>
|
178 |
<?php if($codAvailable):?>
|
| 179 |
<a href="#" style='padding-right:2px;color:blue;font-size:15px;' class="confirmprepaid"><u>Other Pay Option</u></a>
|
179 |
<a href="#" style='padding-right:2px;color:blue;font-size:15px;' class="confirmprepaid"><u>Other Pay Option</u></a>
|
| 180 |
<button class="btn btn-success confirmcheckout pull-right" >Confirm Order via COD</button>
|
180 |
<button class="btn btn-success confirmcheckout pull-right" >Confirm Order via COD</button>
|
| 181 |
<?php else:?>
|
181 |
<?php else:?>
|
| 182 |
<span style='padding-right:2px;color:red;font-size:15px;'>*COD Not Available</span>
|
182 |
<span style='padding-right:2px;color:red;font-size:15px;'>*COD Not Available</span>
|