Sha256: 68ca56808d4f4687991cd7bda926b89c94bd925a2d6fed4609bea8fb05acaa34

Contents?: true

Size: 645 Bytes

Versions: 4

Compression:

Stored size: 645 Bytes

Contents

<fieldset id='shipping_method'>

  <div class="control-group">
    <label class="control-label"><%= t("shipping_method") %></label>
    <div class="controls">

      <% @order.rate_hash.each do |shipping_method| %>
        <label class="radio">
          <%= radio_button(:order, :shipping_method_id, shipping_method[:id]) %>
          <%= shipping_method[:name] %> <%= number_to_currency shipping_method[:cost] %>
        </label><br />
      <% end %>

    </div>
  </div>

</fieldset>


<div class="form-actions">
  <input type="submit" class="btn btn-primary" value="<%=t("save_and_continue") %>" data-disable-with="<%= t(:wait) %>"/>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synergy_bootstrap_theme-0.0.4 app/views/checkout/_delivery.html.erb
synergy_bootstrap_theme-0.0.3 app/views/checkout/_delivery.html.erb
synergy_bootstrap_theme-0.0.2 app/views/checkout/_delivery.html.erb
synergy_bootstrap_theme-0.0.1 app/views/checkout/_delivery.html.erb