Changing the confirm email text a little bit

This commit is contained in:
Will Marshall
2014-04-07 14:29:51 +10:00
parent 6ae51eabe3
commit 1e04a3b5f7

View File

@@ -23,6 +23,15 @@ Payment Details
<%= @order.payments.first.andand.payment_method.andand.description.andand.html_safe %>
<% end %>
<%- if @order.shipping_method.require_ship_address %>
============================================================
Shipping Details
============================================================
Your order will be shipped to:
<%= @order.ship_address.to_s %>
<% else %>
============================================================
Collection / Delivery Details
============================================================
@@ -34,9 +43,11 @@ Collection / Delivery Details
<% else %>
<%= @order.distributor.next_collection_at %>
<% end %>
<% end %>
Thanks for your support.
<%= @order.distributor.contact %>,
<%= @order.distributor.name %>
<%= @order.distributor.phone %>