From bf76f1758a35482601ee368bd17010cd36acbf7d Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Mon, 22 Aug 2022 17:28:34 +0800 Subject: [PATCH] fixed order info --- themes/default/account/order.blade.php | 2 +- themes/default/account/order_info.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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')