{** * For the full copyright and license information, please view the * docs/licenses/LICENSE.txt file that was distributed with this source code. *}
| {$order_invoice->shop_address} |
{if !empty($invoice_address)}
{if $delivery_address}{l s='Delivery address' d='Shop.Pdf' pdf='true'} {$delivery_address} {/if} |
{l s='Billing address' d='Shop.Pdf' pdf='true'} {$invoice_address} |
{else}
{if $delivery_address}{l s='Billing & Delivery Address' d='Shop.Pdf' pdf='true'} {$delivery_address} {/if} |
{/if}