| Line 97... |
Line 97... |
| 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";}?>">
|
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";} elseif($i==0){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";}?> value="<?php echo $firstshowaddress[$i]['id'];?>">
|
| 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" value="<?php echo $firstshowaddress[$i]['id'];?>">
|
| 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
|
| 108 |
if(isset($firstshowaddress[$i]['line1']) && !empty($firstshowaddress[$i]['line1']))
|
108 |
if(isset($firstshowaddress[$i]['line1']) && !empty($firstshowaddress[$i]['line1']))
|
| 109 |
{echo "Address: ",$firstshowaddress[$i]['line1'];}
|
109 |
{echo "Address: ",$firstshowaddress[$i]['line1'];}
|