Jump to content

Leveringsadres op deliveryslip van locatie wijzigen


Recommended Posts

Beste,

 

Als ik de leveringsbon afdruk, dan staat het leveringsadres links.

Onze enveloppen hebben vensters die rechts staan dus ware het handig dat ik dit adres rechts kon plaatsen.

 

Nu vind ik volgende code in delivery-slip.tpl

Waar kan ik dit wijzigen aub?

 

Hartelijk bedankt!

 

<!-- ADDRESSES -->

<table style="width: 100%">

<tr>

<td style="width: 20%"></td>

<td style="width: 80%">

{if !empty($invoice_address)}

<table style="width: 100%">

<tr>

<td style="width: 50%">

<span style="font-weight: bold; font-size: 11pt; color: #9E9F9E">{l s='Delivery Address' pdf='true'}</span><br />

{$delivery_address}

</td>

<td style="width: 50%">

<span style="font-weight: bold; font-size: 11pt; color: #9E9F9E">{l s='Billing Address' pdf='true'}</span><br />

{$invoice_address}

</td>

</tr>

</table>

{else}

<table style="width: 100%">

<tr>

<td style="width: 50%">

<span style="font-weight: bold; font-size: 11pt; color: #9E9F9E">{l s='Billing & Delivery Address' pdf='true'}</span><br />

{$delivery_address}

</td>

<td style="width: 50%">

 

</td>

</tr>

</table>

{/if}

</td>

</tr>

</table>

<!-- / ADDRESSES -->

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...