2nd update

This commit is contained in:
“VeLiTi”
2025-05-26 15:07:22 +02:00
parent cd0e04981c
commit 580f835fff
46 changed files with 16006 additions and 952 deletions

View File

@@ -1,7 +1,15 @@
<?php defined(security_key) or exit; ?>
<?=template_order_email_header('')?>
<?php include './custom/translations/translations_'.strtoupper($_SESSION['country_code']).'.php';?>
<?php
include './custom/translations/translations_'.strtoupper($_SESSION['country_code']).'.php';
include './custom/settings/settings.php';
//GET USER COUNTRY FROM ID
$country = isset($countries_in_scope[$address_country]) ? (${$countries_in_scope[$address_country]} ?? $countries_in_scope[$address_country]) : "";
?>
</tr>
<tr><td><br></td></tr>
@@ -10,7 +18,7 @@
<?=$address_name?><br>
<?=$address_street?><br>
<?=$address_zip?>, <?=$address_city?><br>
<?=$address_country?>
<?=$country?>
</td>
</tr>
<tr><td><br></td></tr>