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