Sha256: d26587cf419bfde32731cc38b1f9d2f359c7db8f161c7afd0aca0bca1a3b54fe

Contents?: true

Size: 641 Bytes

Versions: 6

Compression:

Stored size: 641 Bytes

Contents

<h2><%= t("shipping_method") %></h2>
<% checkout_form.fields_for :shipment do |shipment| %>     
  <div class="inner">
    <div id="methods"></div>
    <div class="error">
      <%= t('unable_ship_method') %>
    </div>
    <% if Spree::Config[:shipping_instructions] %>
      <p id="minstrs">
        <label for=""><%= t("shipping_instructions") %></label>
        <%= checkout_form.text_area :special_instructions, :cols => 40, :rows => 7 -%>
      </p>
    <% end %>

    <div class="form-buttons">
      <input id="continue_shipping_method" type="button" class="button primary" value="<%=t("continue")%>"/>
    </div>
  </div>
<% end %>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
spree-enriquez-0.9.4 app/views/checkouts/_shipping_method.html.erb
spree-0.9.4 app/views/checkouts/_shipping_method.html.erb
spree-0.9.3 app/views/checkouts/_shipping_method.html.erb
spree-0.9.2 app/views/checkouts/_shipping_method.html.erb
spree-0.9.1 app/views/checkouts/_shipping_method.html.erb
spree-0.9.0 app/views/checkouts/_shipping_method.html.erb