Sha256: 1d509ea2d467fa37b38d4c6751b1481ae584460fbcda1318c4a6a8e34c7c1d53
Contents?: true
Size: 860 Bytes
Versions: 1
Compression:
Stored size: 860 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.variant.product.sku if item.variant.product.sku-%> <%=item.variant.product.name-%> <%= variant_options(item.variant) %> (<%=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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
spree-0.0.8 | starter-app/vendor/plugins/spree/app/views/order_mailer/confirm.rhtml |