Changing the order confirmation text with Kirsten

This commit is contained in:
Will Marshall
2014-04-11 13:33:13 +10:00
parent 65c15ca20b
commit 96913ad922

View File

@@ -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.