Sha256: 647a4f748668b5b05dd57a5a0db2a4e0c3623a9efa706a92c2a281398851dfec

Contents?: true

Size: 895 Bytes

Versions: 558

Compression:

Stored size: 895 Bytes

Contents

<div class="constrain">
  <div id='cart'></div>
  <p class='controls' style="text-align:right;margin-top:15px;">
    <input class="btn" type='button' value='Continue Shopping' onclick="window.location='/products';" />
    <input class="btn" 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

558 entries across 558 versions & 1 rubygems

Version Path
caboose-cms-0.9.229 app/views/caboose/cart/index.html.erb
caboose-cms-1.0.2 app/views/caboose/cart/index.html.erb
caboose-cms-1.0.1 app/views/caboose/cart/index.html.erb
caboose-cms-0.9.228 app/views/caboose/cart/index.html.erb
caboose-cms-0.9.227 app/views/caboose/cart/index.html.erb
caboose-cms-0.9.226 app/views/caboose/cart/index.html.erb
caboose-cms-0.9.225 app/views/caboose/cart/index.html.erb
caboose-cms-0.9.224 app/views/caboose/cart/index.html.erb
caboose-cms-0.9.223 app/views/caboose/cart/index.html.erb
caboose-cms-0.9.222 app/views/caboose/cart/index.html.erb
caboose-cms-0.9.221 app/views/caboose/cart/index.html.erb
caboose-cms-0.9.220 app/views/caboose/cart/index.html.erb
caboose-cms-0.9.219 app/views/caboose/cart/index.html.erb
caboose-cms-0.9.218 app/views/caboose/cart/index.html.erb
caboose-cms-0.9.217 app/views/caboose/cart/index.html.erb
caboose-cms-0.9.216 app/views/caboose/cart/index.html.erb
caboose-cms-0.9.215 app/views/caboose/cart/index.html.erb
caboose-cms-0.9.214 app/views/caboose/cart/index.html.erb
caboose-cms-0.9.213 app/views/caboose/cart/index.html.erb
caboose-cms-0.9.212 app/views/caboose/cart/index.html.erb