CMXX - Language selection
This commit is contained in:
2
cart.php
2
cart.php
@@ -101,7 +101,7 @@ foreach ($products_in_cart as $num => $product) {
|
||||
$subtotal += (float)$product['options_price'] * (int)$product['quantity'];
|
||||
}
|
||||
|
||||
template_header('Shopping Cart');
|
||||
template_header(($shopping_cart_header ?? 'Shopping Cart'));
|
||||
|
||||
$view = '
|
||||
<div class="cart content-wrapper">
|
||||
|
||||
Reference in New Issue
Block a user