| Line 299... |
Line 299... |
| 299 |
</div>
|
299 |
</div>
|
| 300 |
<h5 id="netpayable" style="margin: 0px; margin-bottom: 6px; visibility:hidden;">
|
300 |
<h5 id="netpayable" style="margin: 0px; margin-bottom: 6px; visibility:hidden;">
|
| 301 |
Net payable Amount: <span style="color: #ff0000;padding-left:9px" id="totalPayable"> ₹<?php echo number_format($totalPayable - $walletAmount);?></span>
|
301 |
Net payable Amount: <span style="color: #ff0000;padding-left:9px" id="totalPayable"> ₹<?php echo number_format($totalPayable - $walletAmount);?></span>
|
| 302 |
</h5>
|
302 |
</h5>
|
| 303 |
<?php if($codAvailable):?>
|
303 |
<?php if($codAvailable):?>
|
| 304 |
<a href="#" style="padding-right: 2px; color: blue; font-size: 15px;" class="confirmprepaid">
|
304 |
<!--<a href="#" style="padding-right: 2px; color: blue; font-size: 15px;" class="confirmprepaid">
|
| 305 |
<u>Other Pay Option</u>
|
305 |
<u>Other Pay Option</u>
|
| 306 |
</a>
|
306 |
</a>-->
|
| 307 |
<button class="btn btn-success confirmcheckout pull-right">Confirm Order via COD</button>
|
307 |
<button class="btn btn-success confirmcheckout pull-right">Confirm Order via COD</button>
|
| 308 |
<?php else:?>
|
308 |
<?php else:?>
|
| 309 |
<span style='padding-right: 2px; color: red; font-size: 15px;'>*COD Not Available</span>
|
309 |
<span style='padding-right: 2px; color: red; font-size: 15px;'>*COD Not Available</span>
|
| 310 |
<button class="btn btn-success confirmprepaid pull-right">Other Pay Option</button>
|
310 |
<!--<button class="btn btn-success confirmprepaid pull-right">Other Pay Option</button>-->
|
| 311 |
<?php endif;?>
|
311 |
<?php endif;?>
|
| 312 |
<?php else:?>
|
312 |
<?php else:?>
|
| 313 |
<?php if($codAvailable):?>
|
313 |
<?php if($codAvailable):?>
|
| 314 |
<div class="col-xs-12" style="margin-left: 20px;">
|
314 |
<div class="col-xs-12" style="margin-left: 20px;">
|
| 315 |
<div class="col-xs-4">
|
315 |
<!--<div class="col-xs-4">
|
| 316 |
<button type="button" class="btn btn-md confirmprepaid"
|
316 |
<button type="button" class="btn btn-md confirmprepaid"
|
| 317 |
style="margin: 10px 20px 0px 0px; background-color: #5cb85c; color: #fff;">Other</button>
|
317 |
style="margin: 10px 20px 0px 0px; background-color: #5cb85c; color: #fff;">Other</button>
|
| 318 |
<br>
|
318 |
<br>
|
| 319 |
<span style="font-size: 8px;"> <span style="color:#ff0000;font-size:12px;"> </span></span>
|
319 |
<span style="font-size: 8px;"> <span style="color:#ff0000;font-size:12px;"> </span></span>
|
| 320 |
</div>
|
320 |
</div>-->
|
| 321 |
<div class="col-xs-4">
|
321 |
<div class="col-xs-6">
|
| 322 |
<button type="button" class="btn btn-md confirmcod"
|
322 |
<button type="button" class="btn btn-md confirmcod"
|
| 323 |
style="margin: 10px 20px 0px 0px; background-color: #5cb85c; color: #fff;">COD</button>
|
323 |
style="margin: 10px 20px 0px 0px; background-color: #5cb85c; color: #fff;">COD</button>
|
| 324 |
<br>
|
324 |
<br>
|
| 325 |
<span style="font-size: 8px;"> <span style="color:#ff0000;font-size:12px;"> </span></span>
|
325 |
<span style="font-size: 8px;"> <span style="color:#ff0000;font-size:12px;"> </span></span>
|
| 326 |
</div>
|
326 |
</div>
|
| 327 |
<div class="col-xs-4" style="padding:0px;">
|
327 |
<div class="col-xs-6" style="padding:0px;">
|
| 328 |
<button type="button" class="btn btn-md confirmwallet"
|
328 |
<button type="button" class="btn btn-md confirmwallet"
|
| 329 |
style="margin: 10px 20px 0px 0px; background-color: #5cb85c; color: #fff;">Use Wallet</button>
|
329 |
style="margin: 10px 20px 0px 0px; background-color: #5cb85c; color: #fff;">Use Wallet</button>
|
| 330 |
<br>
|
330 |
<br>
|
| 331 |
<span style="font-size: 8px;">Wallet Amount<span style="color:#ff0000;font-size:12px;"> ₹ <?php echo number_format($walletAmount);?></span></span>
|
331 |
<span style="font-size: 8px;">Wallet Amount<span style="color:#ff0000;font-size:12px;"> ₹ <?php echo number_format($walletAmount);?></span></span>
|
| 332 |
</div>
|
332 |
</div>
|