Invoice
Print this page for your records.
Your Order
<% cache @transaction.cart do %>
<%= render :partial => '/tb_checkout/carts/cart', :locals => {:editable => false, :cart => @transaction.cart} %>
<% end %>
<% cache @transaction do %>
<%= render 'details' %>
<% end %>
<%= link_to 'View My Orders', tb_checkout_transactions_path %>