From a7c8c2b69f17d21207e186df6e3d81f5d3556356 Mon Sep 17 00:00:00 2001 From: Rodrigo Souto Date: Tue, 24 May 2011 09:37:12 -0300 Subject: [PATCH] Fixing notification --- plugins/shopping_cart/views/shopping_cart_plugin/mailer/customer_notification.html.erb | 18 +++++++++++++++--- plugins/shopping_cart/views/shopping_cart_plugin/mailer/supplier_notification.html.erb | 19 +++++++++++++++---- plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb | 1 - 3 files changed, 30 insertions(+), 8 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 e462f34..d7d2ace 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 @@ -15,9 +15,21 @@

<%=_('Here are the products you bought:')%>

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 5464470..52ee61a 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,11 +13,22 @@

<%=_('And here are the items bought by this customer:')%>

diff --git a/plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb b/plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb index 7e2f146..d4f5448 100644 --- a/plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb +++ b/plugins/shopping_cart/views/shopping_cart_plugin_profile/buy.html.erb @@ -10,7 +10,6 @@
<%=_('Delivery Address')%> <%= labelled_form_field(_('Address (street and number)'), f.text_field(:address)) %> <%= labelled_form_field( _("City"), f.text_field(:city)) %> - <%= labelled_form_field( _("State"), f.text_field(:state)) %> <%= labelled_form_field(_('ZIP code'), f.text_field(:zip_code)) %>
-- libgit2 0.21.2