From 56ef2dece89bda9c43625b177be856f582df340c Mon Sep 17 00:00:00 2001 From: pushuo Date: Fri, 9 Jun 2023 06:36:40 +0000 Subject: [PATCH] !124 Add a view details link to the order email * Add a view details link to the order email --- themes/default/mails/order_new.blade.php | 7 +++++++ themes/default/mails/order_update.blade.php | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/themes/default/mails/order_new.blade.php b/themes/default/mails/order_new.blade.php index 48a17ccc..d73e14cf 100644 --- a/themes/default/mails/order_new.blade.php +++ b/themes/default/mails/order_new.blade.php @@ -72,6 +72,12 @@ +

+ + {{ __('shop/account.order.order_success.view_order') }} + +

+

@@ -81,6 +87,7 @@

+ diff --git a/themes/default/mails/order_update.blade.php b/themes/default/mails/order_update.blade.php index 3fa47afe..34a15af4 100644 --- a/themes/default/mails/order_update.blade.php +++ b/themes/default/mails/order_update.blade.php @@ -61,6 +61,12 @@ @endif +

+ + {{ __('shop/account.order.order_success.view_order') }} + +

+