Jo79 Posted February 11, 2015 Share Posted February 11, 2015 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 More sharing options...
kulli Posted February 11, 2015 Share Posted February 11, 2015 delivery-slip.tpl im ordner pdf müsste dafür zuständig sein auf eigene Gefahr - Datensicherung nicht vergessen! Link to comment Share on other sites More sharing options...
tuk66 Posted February 12, 2015 Share Posted February 12, 2015 /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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now