mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Changing the confirm email text a little bit
This commit is contained in:
@@ -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 %>
|
||||
|
||||
Reference in New Issue
Block a user