Sha256: 76903bd4c24001d50d823b12d0d3c15a09050b6bf3174a72ac3b8bad35cd6f05

Contents?: true

Size: 854 Bytes

Versions: 32

Compression:

Stored size: 854 Bytes

Contents

<div id="checkout">  
  <h2>Checkout</h2>
  <%= raw checkout_nav(3) %>
  <section id="checkout-shipping">  
    <div class="wrapper">      
      <p>Please select how you would like your products to be delivered</p>
        <% @rates.each do |rate| %>
          <button class="blue" data-shipping-code="<%= rate[:service_code] %>" data-shipping-method="<%= rate[:service_name] %>">
            <%= number_to_currency(rate[:total_price], :precision => 2) %><br /><%= rate[:service_name] %>
          </button>
        <% end %>
      </select>
    </div>    
  </section>  
  <section id="checkout-continue">
    <div id='message'></div>        
    <a href="/">return to the store</a>
  </section>
</div>
                                    
<%= content_for :caboose_js do %>
<%= javascript_include_tag 'caboose_store/modules/checkout_step3' %>
<% end %>

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
caboose-store-0.0.43 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.42 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.41 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.40 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.39 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.38 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.37 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.36 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.35 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.34 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.33 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.32 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.31 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.30 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.29 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.28 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.27 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.26 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.25 app/views/caboose_store/checkout/step_three.html.erb
caboose-store-0.0.24 app/views/caboose_store/checkout/step_three.html.erb