Seller's adress in delivery slip
Posted: Mon Mar 10, 2014 4:48 pm
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 :
Wich chunk of code can I add to add seller's adress ?
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 ?