|
$company_name
$company_adres
$company_postal $company_city
$company_country
$company_email
Bank: $company_bank
KvK: $company_kvk
|
EOT;
}
// Template order footer
function template_order_email_footer() {
include './custom/translations/translations_'.strtoupper($_SESSION['country_code']).'.php';
$home_link = url('index.php');
$products_link = url(link_to_collection);
$about_link = url('index.php?page=about');
$privacy_link = url('index.php?page=privacy');
$terms_link = url('index.php?page=termsandconditions');
$myaccount_link = url('index.php?page=myaccount');
$cart_link = url('index.php?page=cart');
// DO NOT INDENT THE BELOW CODE
echo <<