From 42012d648222af1f87fa68f8fe3e5fa2bebc98d7 Mon Sep 17 00:00:00 2001 From: Lucas Hiago Date: Sun, 19 Apr 2020 22:54:17 -0300 Subject: [PATCH] Add new order sumary in order cancel mail --- app/views/spree/order_mailer/cancel_email.html.haml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/views/spree/order_mailer/cancel_email.html.haml b/app/views/spree/order_mailer/cancel_email.html.haml index 3a4b9e4608..fdbda6e730 100755 --- a/app/views/spree/order_mailer/cancel_email.html.haml +++ b/app/views/spree/order_mailer/cancel_email.html.haml @@ -15,8 +15,11 @@ = t(".dont_cancel", email: @order.distributor.contact.email) %p   +%h4 + = t(".order_summary_canceled_html", number: @order.number) +%p + = t(".details") -= t(".order_summary_canceled") = render 'order_summary' = render 'signoff' = render 'shared/mailers/social_and_contact'