diff --git a/override/controllers/OrderConfirmationController.php b/override/controllers/OrderConfirmationController.php
index 7cd454bb..7ad5dd2b 100755
--- a/override/controllers/OrderConfirmationController.php
+++ b/override/controllers/OrderConfirmationController.php
@@ -15,20 +15,12 @@ class OrderConfirmationController extends OrderConfirmationControllerCore
foreach ($products as $product) {
$productIds[] = (int) $product['product_id'];
}
-
- $currency = Currency::getCurrency((int) $order->id_currency);
- $currencyIsoCode = 'EUR';
- if (!empty($currency['iso_code'])) {
- $currencyIsoCode = $currency['iso_code'];
- }
- self::$smarty->assign(
- array(
- 'order' => $order,
- 'productIds' => $productIds,
- 'currency' => $currencyIsoCode,
- )
- );
+ self::$smarty->assign(array(
+ 'order' => $order,
+ 'productIds' => $productIds,
+ 'currency' => Currency::getCurrency((int) $order->id_currency),
+ ));
}
public function displayContent()
diff --git a/themes/site/header.tpl b/themes/site/header.tpl
index 9c7aa596..a80405b5 100755
--- a/themes/site/header.tpl
+++ b/themes/site/header.tpl
@@ -413,7 +413,7 @@
{/literal}
diff --git a/themes/site_mobile/header.tpl b/themes/site_mobile/header.tpl
index 7b4dcfef..3c58dd7d 100755
--- a/themes/site_mobile/header.tpl
+++ b/themes/site_mobile/header.tpl
@@ -410,7 +410,7 @@
{/literal}