lang->line('Shipping Address') ?>
- ' . $invoice['address_s'] . '
- ' . $invoice['city_s'] . ',' . $invoice['region_s'] . '
- ' . $invoice['country_s'] . ',' . $invoice['postbox_s'] . '
- '.$this->lang->line('Phone').' : ' . $invoice['phone_s'] . '
- '.$this->lang->line('Email').' : ' . $invoice['email_s']; ?>
'.$this->lang->line('Invoice Date').' : ' . dateformat($invoice['invoicedate']) . '
'.$this->lang->line('Due Date').' : ' . dateformat($invoice['invoiceduedate']) . '
'.$this->lang->line('Terms').' : ' . $invoice['termtit'] . '
';
?>