diff --git a/resources/lang/de/admin/dashboard.php b/resources/lang/de/admin/dashboard.php index 892eae84..61eef254 100644 --- a/resources/lang/de/admin/dashboard.php +++ b/resources/lang/de/admin/dashboard.php @@ -10,7 +10,7 @@ */ return [ - 'product_total' => 'Product Total', + 'product_total' => 'Quantity total',// Product Total 'customer_view' => 'Benutzerbesuche', 'order_total' => 'Bestellmenge', 'customer_new' => 'Benutzer hinzufügen', diff --git a/resources/lang/en/admin/dashboard.php b/resources/lang/en/admin/dashboard.php index ee85092b..c8786cd6 100644 --- a/resources/lang/en/admin/dashboard.php +++ b/resources/lang/en/admin/dashboard.php @@ -10,7 +10,7 @@ */ return [ - 'product_total' => 'Product Total', + 'product_total' => 'Quantity total',// Product Total 'customer_view' => 'Customer View', 'order_total' => 'Order Total', 'customer_new' => 'Customer New', diff --git a/resources/lang/en/shop/carts.php b/resources/lang/en/shop/carts.php index 2e6e1d7a..66757033 100644 --- a/resources/lang/en/shop/carts.php +++ b/resources/lang/en/shop/carts.php @@ -16,7 +16,7 @@ return [ 'commodity' => 'Product', 'quantity' => 'Quantity', 'subtotal' => 'Subtotal', - 'product_total' => 'Product Total', + 'product_total' => 'Quantity total',// Product Total 'customer_discount' => 'Customer Discount', 'order_total' => 'Order Total', 'shipping_fee' => 'Shipping Fee', diff --git a/resources/lang/en/shop/products.php b/resources/lang/en/shop/products.php index 8a0e161c..a780f465 100644 --- a/resources/lang/en/shop/products.php +++ b/resources/lang/en/shop/products.php @@ -23,8 +23,8 @@ return [ 'enter_contacts' => 'Please enter contacts', 'enter_email' => 'Please enter email', 'enter_content' => 'Please enter content', - 'add_buy_sku' => 'Add Buy Sku', - 'product_total' => 'Product Total', + 'add_buy_sku' => 'Quantity',//Add Buy Sku + 'product_total' => 'Quantity total',// Product Total 'shipping_fee' => 'Shipping Fee', 'order_total' => 'Order Total', ]; diff --git a/resources/lang/es/admin/dashboard.php b/resources/lang/es/admin/dashboard.php index 0d99503b..2024aca9 100644 --- a/resources/lang/es/admin/dashboard.php +++ b/resources/lang/es/admin/dashboard.php @@ -10,7 +10,7 @@ */ return [ - 'product_total' => 'Product Total', + 'product_total' => 'Quantity total',// Product Total 'customer_view' => 'Visitas de usuarios', 'order_total' => 'Volumen de pedidos', 'customer_new' => 'Usuarios nuevos', diff --git a/resources/lang/fr/admin/dashboard.php b/resources/lang/fr/admin/dashboard.php index 78938c66..7d3cbaf6 100644 --- a/resources/lang/fr/admin/dashboard.php +++ b/resources/lang/fr/admin/dashboard.php @@ -10,7 +10,7 @@ */ return [ - 'product_total' => 'Product Total', + 'product_total' => 'Quantity total',// Product Total 'customer_view' => 'visites des utilisateurs', 'order_total' => 'montant de la commande', 'customer_new' => 'Ajouter un utilisateur', diff --git a/resources/lang/id/admin/dashboard.php b/resources/lang/id/admin/dashboard.php index a25b0283..16cdcaf4 100644 --- a/resources/lang/id/admin/dashboard.php +++ b/resources/lang/id/admin/dashboard.php @@ -10,7 +10,7 @@ */ return [ - 'product_total' => 'Product Total', + 'product_total' => 'Quantity total',// Product Total 'customer_view' => 'Kunjungan pengguna', 'order_total' => 'Volume pesanan', 'customer_new' => 'Tambahkan Pengguna', diff --git a/resources/lang/it/admin/dashboard.php b/resources/lang/it/admin/dashboard.php index 1d1bd78e..77d54bc3 100644 --- a/resources/lang/it/admin/dashboard.php +++ b/resources/lang/it/admin/dashboard.php @@ -10,7 +10,7 @@ */ return [ - 'product_total' => 'Product Total', + 'product_total' => 'Quantity total',// Product Total 'customer_view' => 'visite degli utenti', 'order_total' => 'importo dell\'ordine', 'customer_new' => 'Aggiungi utente', diff --git a/resources/lang/ja/admin/dashboard.php b/resources/lang/ja/admin/dashboard.php index f145a288..9fde9be3 100644 --- a/resources/lang/ja/admin/dashboard.php +++ b/resources/lang/ja/admin/dashboard.php @@ -10,7 +10,7 @@ */ return [ - 'product_total' => 'Product Total', + 'product_total' => 'Quantity total',// Product Total 'customer_view' => 'ユーザーの訪問', 'order_total' => '注文金額', 'customer_new' => 'ユーザーを追加', diff --git a/resources/lang/ru/admin/dashboard.php b/resources/lang/ru/admin/dashboard.php index 7b21741b..dd0ff1fd 100644 --- a/resources/lang/ru/admin/dashboard.php +++ b/resources/lang/ru/admin/dashboard.php @@ -10,7 +10,7 @@ */ return [ - 'product_total' => 'Product Total', + 'product_total' => 'Quantity total',// Product Total 'customer_view' => 'посещения пользователей', 'order_total' => 'сумма заказа', 'customer_new' => 'Добавить пользователя', diff --git a/themes/default/account/order.blade.php b/themes/default/account/order.blade.php index ddf875b8..a96a51af 100644 --- a/themes/default/account/order.blade.php +++ b/themes/default/account/order.blade.php @@ -58,8 +58,7 @@
- {{ $product->name }} + {{ $product->name }}
x {{ $product->quantity }}