<%= render 'spree/admin/orders/confirm/shipment_manifest', shipment: shipment %>
<% if rate = shipment.selected_shipping_rate %>
<%= rate.name %>
|
<%= shipment.display_cost %>
|
<% else %>
<%= t('spree.no_shipping_method_selected') %> |
<% end %>
<%= text_field_tag :tracking, shipment.tracking %>
|
<% if order.special_instructions.present? %>
<%= Spree::Order.human_attribute_name(:special_instructions) %>:
<%= order.special_instructions %>
|
<% end %>