From 4b3eb099e14eda06e58643723e89a90a94b258e5 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Wed, 25 May 2011 09:21:00 -0300 Subject: [PATCH] Adding emails to the notification. --- plugins/shopping_cart/views/shopping_cart_plugin/mailer/customer_notification.html.erb | 2 ++ plugins/shopping_cart/views/shopping_cart_plugin/mailer/supplier_notification.html.erb | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/plugins/shopping_cart/views/shopping_cart_plugin/mailer/customer_notification.html.erb b/plugins/shopping_cart/views/shopping_cart_plugin/mailer/customer_notification.html.erb index d7d2ace..6afb388 100644 --- a/plugins/shopping_cart/views/shopping_cart_plugin/mailer/customer_notification.html.erb +++ b/plugins/shopping_cart/views/shopping_cart_plugin/mailer/customer_notification.html.erb @@ -9,11 +9,13 @@

<%= _('This is a notification e-mail about your buy request on %s.') % link_to(@supplier.name, @supplier.url) %> <%= _('The supplier already received your buy request and may contact you for confirmation.') %> + <%= _('If you have any doubts, contact us at: %s') % @supplier.contact_email %> <%= _('Please check if your information below is correct:') %>