Sha256: 1b2d5312aea1548bf4e206ef656e80a7ef98562e9fbda090e2ae00c4fc17e705

Contents?: true

Size: 314 Bytes

Versions: 3

Compression:

Stored size: 314 Bytes

Contents

<div id="cart">

<h1>Shopping Cart</h1>
<% if @cart.errors.any? -%>
<div id="cart_error">
<%= raw @cart.errors.join('<br />') %>
</div>
<% end -%>

<%= render "items", :page => "cart" %>

<% if @cart.sellables.any? -%>
<%= link_to "Proceed to Checkout", piggybak.orders_url, :id => "checkout" %>
<% end -%>
</div>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
piggybak-0.6.13 app/views/piggybak/cart/show.html.erb
piggybak-0.6.12 app/views/piggybak/cart/show.html.erb
piggybak-0.6.11 app/views/piggybak/cart/show.html.erb