Sha256: 2e7c933470e7f657f7adaa0f0b53f8dedb109146e7965efe75a80f5390d427d3

Contents?: true

Size: 804 Bytes

Versions: 11

Compression:

Stored size: 804 Bytes

Contents

Dear Customer,

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

============================================================
Order Summary
============================================================
<% @order.line_items.each do |item| %>
<%=item.variant.sku %> <%=item.variant.product.name%> <%= item.variant.options_text -%> (<%=item.quantity%>) @ <%= number_to_currency item.price %> = <%= number_to_currency(item.price * item.quantity) %>
<% end %>
============================================================
Subtotal: <%= number_to_currency @order.item_total %>
<% @order.adjustments.each do |adjustment| %>
<%= "#{adjustment.label}: #{number_to_currency adjustment.amount}"%>
<% end %>
Order Total: <%= number_to_currency @order.total %>


Thank you for your business.

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
spree_core-1.0.7 app/views/spree/order_mailer/confirm_email.text.erb
spree_core-1.0.6 app/views/spree/order_mailer/confirm_email.text.erb
spree_core-1.0.4 app/views/spree/order_mailer/confirm_email.text.erb
spree_core-1.0.3 app/views/spree/order_mailer/confirm_email.text.erb
spree_core-1.0.2 app/views/spree/order_mailer/confirm_email.text.erb
spree_core-1.0.1 app/views/spree/order_mailer/confirm_email.text.erb
spree_core-1.0.0 app/views/spree/order_mailer/confirm_email.text.erb
spree_core-1.0.0.rc4 app/views/spree/order_mailer/confirm_email.text.erb
spree_core-1.0.0.rc3 app/views/spree/order_mailer/confirm_email.text.erb
spree_core-1.0.0.rc2 app/views/spree/order_mailer/confirm_email.text.erb
spree_core-1.0.0.rc1 app/views/spree/order_mailer/confirm_email.text.erb