diff --git a/app/views/producer_mailer/order_cycle_report.html.haml b/app/views/producer_mailer/order_cycle_report.html.haml index 51472e2658..49a34c0c98 100644 --- a/app/views/producer_mailer/order_cycle_report.html.haml +++ b/app/views/producer_mailer/order_cycle_report.html.haml @@ -56,6 +56,8 @@ #{@tax_total} %p = t :producer_mail_text_after +%p + #{t(:producer_mail_signoff)}, %em %p #{@coordinator.name} diff --git a/config/locales/en-GB.yml b/config/locales/en-GB.yml index 2eae5eb8a1..5aa4dc3f0b 100644 --- a/config/locales/en-GB.yml +++ b/config/locales/en-GB.yml @@ -58,6 +58,14 @@ en-GB: sort_order_cycles_on_shopfront_by: "Sort Order Cycles On Shopfront By" + # To customise text in emails. + producer_mail_greeting: "Dear" + producer_mail_text_before: "We now have all the consumer orders for the next food drop." + producer_mail_order_text: "Here is a summary of the orders for your products:" + producer_mail_delivery_instructions: "Stock pickup/delivery instructions:" + producer_mail_text_after: "Please confirm that you have got this email. Please send me an invoice for this amount so that we can send you payment. If you need to phone me on the day, please use the number below." + producer_mail_signoff: "Thanks and best wishes" + admin: # General form elements diff --git a/config/locales/en.yml b/config/locales/en.yml index c16ed67872..aeb4a059ae 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -414,7 +414,8 @@ See the %{link} to find out more about %{sitename}'s features and to start using producer_mail_text_before: "We now have all the consumer orders for the next food drop." producer_mail_order_text: "Here is a summary of the orders for your products:" producer_mail_delivery_instructions: "Stock pickup/delivery instructions:" - producer_mail_text_after: "Thanks and best wishes," + producer_mail_text_after: "" + producer_mail_signoff: "Thanks and best wishes" shopping_oc_closed: Orders are closed shopping_oc_closed_description: "Please wait until the next cycle opens (or contact us directly to see if we can accept any late orders)"