CMXX - Language selection

This commit is contained in:
“VeLiTi”
2025-02-19 16:48:48 +01:00
parent 0e9d133ff9
commit 8bb78d2a08
19 changed files with 139 additions and 58 deletions

View File

@@ -332,7 +332,7 @@ if (isset($_POST['method'], $_POST['first_name'], $_POST['last_name'], $_POST['a
$terms_link = url('index.php?page=termsandconditions');
template_header('Checkout');
template_header(($checkout_header ?? 'Checkout'));
$view = '
<div class="checkout content-wrapper">
@@ -490,7 +490,7 @@ $view .= ' </div>
if ($taxtotal > 0){
$view .= '<div class="vat">
<span>VAT <span class="alt">('.$tax_rate.')</span></span>
<span>'.($tax_text ?? 'VAT').' <span class="alt">('.$tax_rate.')</span></span>
<span>'.currency_code.''.number_format($taxtotal,2).'</span>
</div>';
}