| Line 160... |
Line 160... |
| 160 |
<!-- End of address section -->
|
160 |
<!-- End of address section -->
|
| 161 |
|
161 |
|
| 162 |
<!-- Cart section started -->
|
162 |
<!-- Cart section started -->
|
| 163 |
<div class='row' style='padding:0px;' id='footer'>
|
163 |
<div class='row' style='padding:0px;' id='footer'>
|
| 164 |
<div class='col-xs-12' style='background-color:white;padding:5px; width:100%;'>
|
164 |
<div class='col-xs-12' style='background-color:white;padding:5px; width:100%;'>
|
| 165 |
<h4>Total payable Amount: ₹ <?php echo number_format($totalPayable);?></h4>
|
165 |
<h4>Total payable Amount: <span style="color:#ff0000;"> ₹ <?php echo number_format($totalPayable);?></span></h4>
|
| - |
|
166 |
<?php if($codAvailable):?>
|
| 166 |
<a href="#" style='padding-right:2px;color:blue;font-size:15px;' class="confirmprepaid"><u>Other Pay Option</u></a>
|
167 |
<a href="#" style='padding-right:2px;color:blue;font-size:15px;' class="confirmprepaid"><u>Other Pay Option</u></a>
|
| 167 |
<button class="btn btn-success confirmcheckout pull-right" >Confirm Order via COD</button>
|
168 |
<button class="btn btn-success confirmcheckout pull-right" >Confirm Order via COD</button>
|
| - |
|
169 |
<?php else:?>
|
| - |
|
170 |
<span style='padding-right:2px;color:red;font-size:15px;'>*COD Not Available</span>
|
| - |
|
171 |
<button class="btn btn-success confirmprepaid pull-right" >Other Pay Option</button>
|
| - |
|
172 |
<?php endif;?>
|
| 168 |
</div>
|
173 |
</div>
|
| 169 |
</div>
|
174 |
</div>
|
| 170 |
|
175 |
|
| 171 |
<!-- Cart section end -->
|
176 |
<!-- Cart section end -->
|
| 172 |
</div>
|
177 |
</div>
|