| Line 230... |
Line 230... |
| 230 |
if(isset($address['addresses'][$firstshowaddress[$i]]['state']) && !empty($address['addresses'][$firstshowaddress[$i]]['state']))
|
230 |
if(isset($address['addresses'][$firstshowaddress[$i]]['state']) && !empty($address['addresses'][$firstshowaddress[$i]]['state']))
|
| 231 |
{echo ", ",$address['addresses'][$firstshowaddress[$i]]['state'];}
|
231 |
{echo ", ",$address['addresses'][$firstshowaddress[$i]]['state'];}
|
| 232 |
if(isset($address['addresses'][$firstshowaddress[$i]]['pin']) && !empty($address['addresses'][$firstshowaddress[$i]]['pin']))
|
232 |
if(isset($address['addresses'][$firstshowaddress[$i]]['pin']) && !empty($address['addresses'][$firstshowaddress[$i]]['pin']))
|
| 233 |
{echo ",",$address['addresses'][$firstshowaddress[$i]]['pin'];}
|
233 |
{echo ",",$address['addresses'][$firstshowaddress[$i]]['pin'];}
|
| 234 |
?> </label>
|
234 |
?> </label>
|
| - |
|
235 |
<br>
|
| 235 |
<?php if($creditorAssociated):?>
|
236 |
<?php if($creditorAssociated):?>
|
| 236 |
<?php if($address['addresses'][$firstshowaddress[$i]]['creditOptionAvailable']):?>
|
237 |
<?php if($address['addresses'][$firstshowaddress[$i]]['creditOptionAvailable']):?>
|
| 237 |
<i class="glyphicon glyphicon-info-sign pull-right" style="font-size: 10px;color: #36BBD9;">
|
238 |
<i class="glyphicon glyphicon-info-sign" style="font-size: 10px;color: #36BBD9;">
|
| 238 |
<span style="color: #36BBD9;font-size: 10px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;">Credit Available</span>
|
239 |
<span style="color: #36BBD9;font-size: 10px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;">Credit Available</span>
|
| 239 |
</i>
|
240 |
</i>
|
| 240 |
<?php endif;?>
|
241 |
<?php endif;?>
|
| 241 |
<?php endif;?>
|
242 |
<?php endif;?>
|
| 242 |
<?php if($taxInvoiceEnabledUser):?>
|
243 |
<?php if($taxInvoiceEnabledUser):?>
|
| 243 |
<br>
|
- |
|
| 244 |
<?php if($address['addresses'][$firstshowaddress[$i]]['taxInvoiceAvailable']):?>
|
244 |
<?php if($address['addresses'][$firstshowaddress[$i]]['taxInvoiceAvailable']):?>
|
| 245 |
<i class="glyphicon glyphicon-info-sign pull-right" style="font-size: 10px;color: #42A150;">
|
245 |
<i class="glyphicon glyphicon-info-sign" style="font-size: 10px;color: #42A150;">
|
| 246 |
<span style="color: #42A150;font-size: 10px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;">Tax Invoice Available</span>
|
246 |
<span style="color: #42A150;font-size: 10px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;">Tax Invoice Available</span>
|
| 247 |
</i>
|
247 |
</i>
|
| 248 |
<?php endif;?>
|
248 |
<?php endif;?>
|
| 249 |
<?php endif;?>
|
249 |
<?php endif;?>
|
| 250 |
|
250 |
|