<%= t("shipping_method") %>

<% @order.rate_hash.each do |shipping_method| %>
<% end %>

<% if Spree::Config[:shipping_instructions] && @available_methods.present? %>

<%= checkout_form.label :special_instructions, t("shipping_instructions") %>
<%= checkout_form.text_area :special_instructions, :cols => 40, :rows => 7 %>

<% end %>
"/>