| Line 92... |
Line 92... |
| 92 |
<?php if($i==3):?>
|
92 |
<?php if($i==3):?>
|
| 93 |
<div id='showmoreaddressdropdown' style='display:none;'>
|
93 |
<div id='showmoreaddressdropdown' style='display:none;'>
|
| 94 |
<?php endif;?>
|
94 |
<?php endif;?>
|
| 95 |
<?php //if(count($firstshowaddress)>$i):?>
|
95 |
<?php //if(count($firstshowaddress)>$i):?>
|
| 96 |
<?php if($defaultAddressFound):?>
|
96 |
<?php if($defaultAddressFound):?>
|
| 97 |
<div style = 'height:100px;padding:4px;' id = "address<?php echo $firstshowaddress[$i]['id'];?>" class="myaddress <?php if($defaultaddressid == $firstshowaddress[$i]['id']){echo "addressselect";}?>">
|
97 |
<div style = 'height:100px;padding:4px;' id = "address<?php echo $firstshowaddress[$i]['id'];?>" class="myaddress <?php if($defaultaddressid == $firstshowaddress[$i]['id']){echo "addressselect";} elseif($i==0){echo "addressselect";}?>">
|
| 98 |
<?php else:?>
|
98 |
<?php else:?>
|
| 99 |
<div style = 'height:100px;padding:4px;' id = "address<?php echo $firstshowaddress[$i]['id'];?>" class="myaddress">
|
99 |
<div style = 'height:100px;padding:4px;' id = "address<?php echo $firstshowaddress[$i]['id'];?>" class="myaddress">
|
| 100 |
<?php endif;?>
|
100 |
<?php endif;?>
|
| 101 |
<?php if($defaultAddressFound):?>
|
101 |
<?php if($defaultAddressFound):?>
|
| 102 |
<input type="radio" class="css-checkbox" id='<?php echo $firstshowaddress[$i]['id'];?>' name="selectedaddress" <?php if($defaultaddressid == $firstshowaddress[$i]['id']){echo "checked";}?>>
|
102 |
<input type="radio" class="css-checkbox" id='<?php echo $firstshowaddress[$i]['id'];?>' name="selectedaddress" <?php if($defaultaddressid == $firstshowaddress[$i]['id']){echo "checked";} elseif($i==0){echo "checked";}?>>
|
| 103 |
<?php else:?>
|
103 |
<?php else:?>
|
| 104 |
<input type="radio" class="css-checkbox" id='<?php echo $firstshowaddress[$i]['id'];?>' name="selectedaddress">
|
104 |
<input type="radio" class="css-checkbox" id='<?php echo $firstshowaddress[$i]['id'];?>' name="selectedaddress">
|
| 105 |
<?php endif;?>
|
105 |
<?php endif;?>
|
| 106 |
<label for="<?php echo $firstshowaddress[$i]['id'];?>" class="css-label radGroup2" data-pin="<?php echo $firstshowaddress[$i]['pin'];?>" data-id="<?php echo $firstshowaddress[$i]['id'];?>">
|
106 |
<label for="<?php echo $firstshowaddress[$i]['id'];?>" class="css-label radGroup2" data-pin="<?php echo $firstshowaddress[$i]['pin'];?>" data-id="<?php echo $firstshowaddress[$i]['id'];?>">
|
| 107 |
<?php
|
107 |
<?php
|
| Line 137... |
Line 137... |
| 137 |
|
137 |
|
| 138 |
<!-- Cart section started -->
|
138 |
<!-- Cart section started -->
|
| 139 |
<div class='row' style='padding:0px;' id='footer'>
|
139 |
<div class='row' style='padding:0px;' id='footer'>
|
| 140 |
<div class='col-xs-12' style='background-color:white;padding:5px; width:100%;'>
|
140 |
<div class='col-xs-12' style='background-color:white;padding:5px; width:100%;'>
|
| 141 |
<h4>Total payable Amount: ₹ <?php echo number_format($totalPayable);?></h4>
|
141 |
<h4>Total payable Amount: ₹ <?php echo number_format($totalPayable);?></h4>
|
| 142 |
<a href="#" style='padding-right:2px;color:blue;font-size:15px;'><u>Other Pay Option</u></a>
|
142 |
<a href="#" style='padding-right:2px;color:blue;font-size:15px;' class="confirmprepaid"><u>Other Pay Option</u></a>
|
| 143 |
<button class="btn btn-success confirmcheckout">Confirm Order via COD</button>
|
143 |
<button class="btn btn-success confirmcheckout">Confirm Order via COD</button>
|
| 144 |
</div>
|
144 |
</div>
|
| 145 |
</div>
|
145 |
</div>
|
| 146 |
|
146 |
|
| 147 |
<!-- Cart section end -->
|
147 |
<!-- Cart section end -->
|