diff --git a/themes/default/account/order.blade.php b/themes/default/account/order.blade.php index 4afa56dd..d2c4de1c 100644 --- a/themes/default/account/order.blade.php +++ b/themes/default/account/order.blade.php @@ -49,7 +49,7 @@ @if ($loop->first) - {{ $order->total }} + {{ currency_format($order->total) }} {{ $order->status }} {{ __('shop/account.order.check') }}