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:') %>
- <%= _('Full name') %>: <%= @customer[:name] %>
+ - <%= _('Email') %>: <%= @customer[:email] %>
- <%= _('Phone number') %>: <%= @customer[:contact_phone] %>
<% if !@customer[:address].blank? || !@customer[:city].blank? || !@customer[:zip_code].blank? %>
- <%= _('Address') %>:
diff --git a/plugins/shopping_cart/views/shopping_cart_plugin/mailer/supplier_notification.html.erb b/plugins/shopping_cart/views/shopping_cart_plugin/mailer/supplier_notification.html.erb
index 52ee61a..7f791ae 100644
--- a/plugins/shopping_cart/views/shopping_cart_plugin/mailer/supplier_notification.html.erb
+++ b/plugins/shopping_cart/views/shopping_cart_plugin/mailer/supplier_notification.html.erb
@@ -13,6 +13,7 @@
- <%= _('Full name') %>: <%= @customer[:name] %>
+ - <%= _('Email') %>: <%= @customer[:email] %>
- <%= _('Phone number') %>: <%= @customer[:contact_phone] %>
<% if !@customer[:address].blank? || !@customer[:city].blank? || !@customer[:zip_code].blank? %>
- <%= _('Address') %>:
--
libgit2 0.21.2