Subversion Repositories SmartDukaan

Rev

Rev 18838 | Rev 19036 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 18838 Rev 18849
Line 229... Line 229...
229
							{echo "<br>",$address['addresses'][$firstshowaddress[$i]]['city'];}
229
							{echo "<br>",$address['addresses'][$firstshowaddress[$i]]['city'];}
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
							?> 
235
							<br>
235
							<br>
236
							<?php if($creditorAssociated):?>
236
							<?php if($creditorAssociated):?>
237
							<?php if($address['addresses'][$firstshowaddress[$i]]['creditOptionAvailable']):?>
237
							<?php if($address['addresses'][$firstshowaddress[$i]]['creditOptionAvailable']):?>
238
							<i class="glyphicon glyphicon-info-sign" style="font-size: 10px;color: #36BBD9;"> 
238
							<i class="glyphicon glyphicon-info-sign" style="font-size: 10px;color: #36BBD9;"> 
239
							<span style="color: #36BBD9;font-size: 10px;font-family: &quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;">Credit Available</span>
239
							<span style="color: #36BBD9;font-size: 10px;font-family: &quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;">Credit Available</span>
Line 245... Line 245...
245
							<i class="glyphicon glyphicon-info-sign" 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: &quot;Helvetica Neue&quot;,Helvetica,Arial,sans-serif;">Tax Invoice Available</span>
246
							<span style="color: #42A150;font-size: 10px;font-family: &quot;Helvetica Neue&quot;,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
							</label>
250
 
251
 
251
					</div>
252
					</div>
252
					<hr style='margin: 0px; padding: 0px; border-color: #58d936;'>
253
					<hr style='margin: 0px; padding: 0px; border-color: #58d936;'>
253
					<?php //endif;?>
254
					<?php //endif;?>
254
 
255