Sha256: 72299f5fdbda8d9636bb8671668f29fe42cae85c5b9b3c95e0ab625feed3d6cf
Contents?: true
Size: 859 Bytes
Versions: 5
Compression:
Stored size: 859 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-%> <%= variation_options(item.variation) 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
5 entries across 5 versions & 2 rubygems