Sha256: b25e79136ad3d88ba97da81141ae8193da5ab21d2f6d0b014c6d2858c024914d

Contents?: true

Size: 829 Bytes

Versions: 41

Compression:

Stored size: 829 Bytes

Contents

<div class="constrain">
  <div id='cart'></div>
  <p class='controls'>
    <input type='button' value='Continue Shopping' onclick="window.location='/products';" />
    <input type='button' value='Checkout' onclick="window.location='/checkout';" />
  </p>
</div> 

<% content_for :caboose_css do %>
<%= stylesheet_link_tag 'caboose/message_boxes' %>
<%= stylesheet_link_tag 'caboose/model_binder' %>
<%= stylesheet_link_tag 'caboose/cart' %>
<% end %>

<% content_for :caboose_js do %>
<%= javascript_include_tag 'caboose/model/all' %>
<%= javascript_include_tag 'caboose/cart' %>
<script type='text/javascript'>

$(document).ready(function() {
  var controller = new Cart({
    allow_edit: true,
    show_shipping: false,
    show_tax: false,
    show_discounts: false,
    show_total: false    
  });  
});

</script>
<% end %>

Version data entries

41 entries across 41 versions & 1 rubygems

Version Path
caboose-cms-0.5.110 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.109 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.108 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.107 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.106 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.105 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.104 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.103 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.102 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.101 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.100 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.99 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.98 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.97 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.96 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.95 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.94 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.93 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.92 app/views/caboose/cart/index.html.erb
caboose-cms-0.5.91 app/views/caboose/cart/index.html.erb