Sha256: ac05d65f6fbb4225525eda6404392d753487d22dd00c618fbf90f17d4efb9115

Contents?: true

Size: 845 Bytes

Versions: 2

Compression:

Stored size: 845 Bytes

Contents

Dear <%= @order.bill_address.full_name%>,

Please review and retain the following order information for your records.    

============================================================
Order Summary
============================================================
<% for item in @order.line_items -%>
<%=item.product.sku if item.product.sku-%> <%=item.product.name-%> <%= item.variation.name if item.variation -%> (<%=item.quantity-%>) @ $ <%= sprintf("%0.2f", item.price) %> = $ <%= sprintf("%0.2f", item.price * item.quantity) %>
<% end -%>      
============================================================
Subtotal: <%= number_to_currency @order.item_total %>
Tax: <%= number_to_currency @order.tax_amount %>
Shipping: <%= number_to_currency @order.ship_amount %>
Order Total: <%= number_to_currency @order.total %>


Thank you for your business.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
railscart-0.0.1 starter-app/vendor/plugins/railscart/app/views/order_mailer/confirm.rhtml
railscart-0.0.2 starter_app/vendor/plugins/railscart/app/views/order_mailer/confirm.rhtml