Jump to content

Rechnungsadresse löschen im Lieferschein


Recommended Posts

Hallo zusammen

 

Brauche dringend eurer Hilfe. Wenn der Kunde eine andere Lieferadresse angibt wie die Rechnungsadresse, dann erscheinen beide Adressen auf dem Lieferschein…und das gefällt mir nicht. Könnt ihr mir sagen wie ich die Rechnungsadresse entfernen kann, dass nur die Lieferadresse ersichtlich ist?

 

Besten Dank schon im Voraus.

 

Freundliche Grüsse

Vincenza

Link to comment
Share on other sites

/pdf/delivery-slip.tpl

 

Sich Ändern

{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}

bis zur
 

<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>
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...