Sha256: 83b9eff382896e02c30391f6310dd85722d3a77701c04c9902deda0df451faf2

Contents?: true

Size: 802 Bytes

Versions: 29

Compression:

Stored size: 802 Bytes

Contents

Dear Customer,

Your order has been CANCELED.  Please retain this cancellation information for your records.

============================================================
Order Summary [CANCELED]
============================================================
<% for item in @order.line_items %>
<%=item.variant.sku %> <%=item.variant.product.name%> <%= variant_options(item.variant) %> (<%=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 %>

Version data entries

29 entries across 29 versions & 6 rubygems

Version Path
spree_core-0.50.2 app/views/order_mailer/cancel_email.text.erb
spree_core-0.50.1 app/views/order_mailer/cancel_email.text.erb
spree_core-0.50.0 app/views/order_mailer/cancel_email.text.erb
spree_core-0.40.3 app/views/order_mailer/cancel_email.text.erb
spree_core-0.40.2 app/views/order_mailer/cancel_email.text.erb
spree_core-0.40.1 app/views/order_mailer/cancel_email.text.erb
spree_core-0.40.0 app/views/order_mailer/cancel_email.text.erb
spree_core-0.30.1 app/views/order_mailer/cancel_email.text.erb
spree_core-0.30.0 app/views/order_mailer/cancel_email.text.erb