mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-21 05:09:15 +00:00
Changing the order confirmation text with Kirsten
This commit is contained in:
@@ -30,13 +30,21 @@ Shipping Details
|
||||
============================================================
|
||||
Your order will be shipped to:
|
||||
<%= @order.ship_address.to_s %>
|
||||
|
||||
|
||||
<% if @order.order_cycle %>
|
||||
Delivery on: <%= @order.order_cycle.pickup_time_for(@order.distributor) %>
|
||||
<% else %>
|
||||
<%= @order.distributor.next_collection_at %>
|
||||
<% end %>
|
||||
<% else %>
|
||||
|
||||
============================================================
|
||||
Collection / Delivery Details
|
||||
Collection Details
|
||||
============================================================
|
||||
<%= raw strip_html @order.distributor.distributor_info %>
|
||||
|
||||
|
||||
<% if @order.order_cycle %>
|
||||
<%= @order.order_cycle.pickup_time_for(@order.distributor) %>
|
||||
<%= @order.order_cycle.pickup_instructions_for(@order.distributor) %>
|
||||
@@ -45,6 +53,7 @@ Collection / Delivery Details
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
|
||||
Thanks for your support.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user