Page 1 of 1

Seller's adress in delivery slip

PostPosted: Mon Mar 10, 2014 4:48 pm
by stephanie.lahaye_3542
Hello,

I want to change the delivery slip : how can I add the seller's adress (NOT the shop's adress) ?

Actually, the header of my delivery slip look is :

Code: Select all
<table >
   <tr>

       <td style="font-weight: bold; font-size: 16pt; color: #444;text-align:left; width: 40%">
       BON DE LIVRAISON
       <br />
      
      </td>
       
                     
       

       <td style="font-weight: bold; font-size: 12pt; color: #444; width: 60%; text-align:right">
       {$seller_name|escape:'htmlall':'UTF-8'}<br/>


      <img src="{$seller_logo_path}" style="width:60px; height:60px;" />
      
       </td>
   </tr>
</table>


Wich chunk of code can I add to add seller's adress ?

Re: Seller's adress in delivery slip

PostPosted: Tue Mar 11, 2014 12:01 am
by shokinro
thanks for your inquiry.

In order to use address at header, you have prepare address data in PHP code and assign it to smarty variables first then you can use it.
we only prepared the data for invoice footer. if you want to use it at header you have to modify related override classes under following folder.

\override\classes\pdf