Commit 876ce73a11f226310d9f84d6a23b574dbdc25d27

Authored by Rodrigo Souto
1 parent c37903eb

Adding emails to the notification.

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>