а я думаю - "на какую тему я не ответил?" :lol:
занялся этим вопросом.
UPD
Как это ни странно, однако такая проблема существует для всех валют, кроме "валюты по-умолчанию" https://opencartforum.com/public/style_emoticons/default/dry.gif
Виной тому - строчки:
'order_total' => $this->currency->format($order_total + $total, $order_info['currency'], $order_info['value'], False),
'formatted_order_total' => $this->currency->format($order_total + $total, $order_info['currency'], $order_info['value'], True),
'formatted_total' => $this->currency->format($total, $order_info['currency'], $order_info['value'], True),
'new_grand_total' => $this->currency->format($order_info['total'] + $total, $order_info['currency'], $order_info['value'], False),
'formatted_grand_total' => $this->currency->format($order_info['total'] + $total, $order_info['currency'], $order_info['value'], True),в функции
public function addProduct() {файла
admin/controller/sale/order.php
Как решить эту проблему - пока не могу подсказать.
Но продолжаю работать над этим вопросом.