mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-11 23:17:48 +00:00
update formatting of confirmation email.
This commit is contained in:
@@ -19,17 +19,15 @@ Order Total: <%= number_to_currency(@order.total) %>
|
||||
Delivery Details
|
||||
============================================================
|
||||
Address:
|
||||
<% address = @order.distributor.pickup_address %>
|
||||
<%= address.address1 %>
|
||||
<%= ", #{address.address2}" unless address.address2.blank? %>
|
||||
<%= [address.city, address.state_text, address.zipcode, address.country.name].compact.join ', ' %>
|
||||
|
||||
<% address = @order.distributor.pickup_address %>
|
||||
<%= address.address1 %>
|
||||
<%= ", #{address.address2}" unless address.address2.blank? %>
|
||||
<%= [address.city, address.state_text, address.zipcode, address.country.name].compact.join ', ' %>
|
||||
Colection time:
|
||||
<%= @order.distributor.next_collection_at %>
|
||||
|
||||
<%= @order.distributor.next_collection_at %>
|
||||
Contact:
|
||||
<%= @order.distributor.contact %>
|
||||
<%= "Phone: #{@order.distributor.phone}" %>
|
||||
<%= "Email: #{@order.distributor.email}" %>
|
||||
<%= @order.distributor.contact %>
|
||||
<%= "Phone: #{@order.distributor.phone}" %>
|
||||
<%= "Email: #{@order.distributor.email}" %>
|
||||
|
||||
Thank you for your business.
|
||||
|
||||
Reference in New Issue
Block a user