diff --git a/themes/default/account/order.blade.php b/themes/default/account/order.blade.php index d2c4de1c..105fe24a 100644 --- a/themes/default/account/order.blade.php +++ b/themes/default/account/order.blade.php @@ -50,7 +50,7 @@ @if ($loop->first) {{ currency_format($order->total) }} - {{ $order->status }} + {{ __("common.order.{$order->status}") }} {{ __('shop/account.order.check') }} diff --git a/themes/default/account/order_info.blade.php b/themes/default/account/order_info.blade.php index b97111e5..37132122 100644 --- a/themes/default/account/order_info.blade.php +++ b/themes/default/account/order_info.blade.php @@ -61,7 +61,7 @@
{{ $product->name }} x {{ $product->quantity }}
-
{{ $product->price }}
+
{{ currency_format($product->price) }}
@if ($order->status == 'completed')