': ''; $logout_link = isset($_SESSION['account_loggedin']) ? '' : ''; //check for age_consent if (age_verification_enabled){ if (isset($_POST['age_consent_allow'])){$_SESSION["age_consent"] = 1;} $age_consent = (isset($_SESSION["age_consent"]) && $_SESSION["age_consent"] == 1) ? '' : consent(); } else { $age_consent = ''; } //check for maintenanceMode if (maintenanceMode){$maintenanceMode = maintenanceMode();} else {$maintenanceMode = '';} $veliti_analytics = ''; if (veliti_analytics){ $veliti_analytics = ''; } $view = ' '.$title.' - '.site_title.' '.$head.' '.$veliti_analytics.'
Loading, please wait...
'.($header_manufacturing ?? 'Swiss quality and Dutch manufacturing').'
'.($header_shipping ?? 'Free shipping on all of our watches').'
'.($header_delivery ?? 'Fast service and delivery').'
★★★★★ '.($header_rating ?? 'Client rate 5.0/5.0').'
'.$num_items_in_cart.' '.$admin_link.' '.$logout_link.'
'. $age_consent.' '.$maintenanceMode . cookie_consent(); return $view; } // Template Header (related to MENU function) function template_header_top($title, $head = '') { include './custom/translations/translations_'.strtoupper($_SESSION['country_code']).'.php'; // Get the amount of items in the shopping cart, this will be displayed in the header. $num_items_in_cart = isset($_SESSION['cart']) ? array_sum(array_column($_SESSION['cart'], 'quantity')) : 0; $home_link = url('index.php'); $products_link = url(link_to_collection); $about_link = url('index.php?page=about'); $myaccount_link = url('index.php?page=myaccount'); $cart_link = url('index.php?page=cart'); $admin_link = isset($_SESSION['account_loggedin'], $_SESSION['account_role']) && $_SESSION['account_role'] == 1 ? 'Admin' : ''; $logout_link = isset($_SESSION['account_loggedin']) ? '' : ''; $site_name = site_name; $site_title = site_title; $base_url = base_url; $icon_image = icon_image; //check for age_consent if (age_verification_enabled){ $age_consent = (isset($_SESSION["age_consent"]) && $_SESSION["age_consent"] == 1) ? '' : consent(); } else { $age_consent = ''; } //check for banners if (banner_enabled){ $banner = (isset($_SESSION["banner"]) && $_SESSION["banner"] == 1) ? '' : banner(); } else { $banner = ''; } //check for maintenanceMode if (maintenanceMode){$maintenanceMode = maintenanceMode();} else {$maintenanceMode = '';} $veliti_analytics = ''; if (veliti_analytics){ $veliti_analytics = ''; } // DO NOT INDENT THE BELOW CODE echo << $site_title - $title $veliti_analytics $head
Loading, please wait...
$banner $age_consent $maintenanceMode EOT; } // Template Menu function template_menu(){ include './custom/translations/translations_'.strtoupper($_SESSION['country_code']).'.php'; // Get the amount of items in the shopping cart, this will be displayed in the header. $num_items_in_cart = isset($_SESSION['cart']) ? array_sum(array_column($_SESSION['cart'], 'quantity')) : 0; $home_link = url('index.php'); $products_link = url(link_to_collection); $dealer_link = url('index.php?page=dealers'); $about_link = url('index.php?page=about'); $myaccount_link = url('index.php?page=myaccount'); $cart_link = url('index.php?page=cart'); $logout_link = isset($_SESSION['account_loggedin']) ? '' : ''; $site_name = site_name; $site_title = site_title; $base_url = base_url; $icon_image = icon_image; $basename = url('index.php?'); $default_country = isset($_SESSION['country_code']) ? strtolower($_SESSION['country_code']) : language_code; //build up settings $admin_link = isset($_SESSION['account_loggedin'], $_SESSION['account_role']) && $_SESSION['account_role'] == 1 ? ' ': ''; // DO NOT INDENT THE BELOW CODE echo << EOT; } // Template footer function template_footer() { include './custom/translations/translations_'.strtoupper($_SESSION['country_code']).'.php'; /* $footer = ' '; */ $footer = ' '; return $footer; } //++++++++++++++++++++++++++++++++++++++++++++++++++++ // Order email //++++++++++++++++++++++++++++++++++++++++++++++++++++ //Template header order email function template_order_email_header($user_language) { $user_language = ((isset($_SESSION['country_code']))? $_SESSION['country_code'] :$user_language); include './custom/translations/translations_'.strtoupper($user_language).'.php'; $home_link = url('index.php'); $myaccount_link = url('index.php?page=myaccount'); $site_name = site_name; $base_url = 'https://'.$_SERVER['SERVER_NAME'].'/'; //base_url; $featured_order_image = $base_url.featured_order_image; $company_name = company_name; $company_adres = company_adres; $company_postal = company_postal; $company_bank = company_bank; $company_kvk = company_kvk; $company_city = footer_city; $company_country = footer_country; $company_email = footer_email; // DO NOT INDENT THE BELOW CODE echo << $site_name
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 << $products_text - $myaccount_text - $privacy_text - $terms_text EOT; } // Cookie consent banner function cookie_consent() { if (isset($_COOKIE['cookie_consent']) && $_COOKIE['cookie_consent'] == 'accepted') { return ''; } include './custom/translations/translations_'.strtoupper($_SESSION['country_code']).'.php'; $cookie_policy_link = url('index.php?page=cookies'); $html = ' '; return $html; } ?>
$site_name $company_name
$company_adres
$company_postal $company_city
$company_country

$company_email

Bank: $company_bank
KvK: $company_kvk