Commit 876ce73a11f226310d9f84d6a23b574dbdc25d27
1 parent
c37903eb
Exists in
master
and in
29 other branches
Adding emails to the notification.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
plugins/shopping_cart/views/shopping_cart_plugin/mailer/supplier_notification.html.erb
@@ -13,6 +13,7 @@ | @@ -13,6 +13,7 @@ | ||
13 | 13 | ||
14 | <ul> | 14 | <ul> |
15 | <li><b><%= _('Full name') %>: </b><%= @customer[:name] %></li> | 15 | <li><b><%= _('Full name') %>: </b><%= @customer[:name] %></li> |
16 | + <li><b><%= _('Email') %>: </b><%= @customer[:email] %></li> | ||
16 | <li><b><%= _('Phone number') %>: </b><%= @customer[:contact_phone] %></li> | 17 | <li><b><%= _('Phone number') %>: </b><%= @customer[:contact_phone] %></li> |
17 | <% if !@customer[:address].blank? || !@customer[:city].blank? || !@customer[:zip_code].blank? %> | 18 | <% if !@customer[:address].blank? || !@customer[:city].blank? || !@customer[:zip_code].blank? %> |
18 | <li><b><%= _('Address') %>:</b> | 19 | <li><b><%= _('Address') %>:</b> |