Show each line of the vendor address in advanced PDF

 <table class=”headernew” style=”width: 100%; margin-bottom:10px;”>

 <tr>

<td class=”addressheader” colspan=”6″ style=”font-size: 14px; font-weight: 100;”>VENDOR ADDRESS</td>

</tr>

<tr>

   <td class=”address” colspan=”6″ rowspan=”2″>

    <#if record.billaddressee?has_content>

          <strong> ${record.billaddressee}</strong><br />       

 </#if>

        <#if record.billaddr1?has_content>

          ${record.billaddr1}<br />

        </#if>

         <#if record.billaddr2?has_content>

          ${record.billaddr2}<br />

        </#if>

           <#if record.billaddr3?has_content>

          ${record.billaddr3}<br />

        </#if>

         <#if record.billcity?has_content>

          ${record.billcity}

        </#if>

           <#if record.billstate?has_content>

          ${record.billstate}

        </#if>

            <#if record.billzip?has_content>

          ${record.billzip}<br />

        </#if>

           <#if record.custbody_sgl_sub_country?has_content>

          ${record.custbody_sgl_sub_country}<br />

        </#if>

      </td>

    <table>

Leave a comment

Your email address will not be published. Required fields are marked *