Sha256: e264557077c8356b277da98433a42e9496aa7c759ee2b4f8086d40d5d093e9a1

Contents?: true

Size: 796 Bytes

Versions: 14

Compression:

Stored size: 796 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-%>) @ $ <%= 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 %>

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
kdmny-spree-0.0.1 app/views/order_mailer/cancel.html.erb
spree-0.8.4 app/views/order_mailer/cancel.html.erb
spree-0.8.5 app/views/order_mailer/cancel.html.erb
spree-0.4.0 app/views/order_mailer/cancel.html.erb
spree-0.4.1 app/views/order_mailer/cancel.html.erb
spree-0.5.0 app/views/order_mailer/cancel.html.erb
spree-0.6.0 app/views/order_mailer/cancel.html.erb
spree-0.5.1 app/views/order_mailer/cancel.html.erb
spree-0.7.1 app/views/order_mailer/cancel.html.erb
spree-0.7.0 app/views/order_mailer/cancel.html.erb
spree-0.8.0 app/views/order_mailer/cancel.html.erb
spree-0.8.1 app/views/order_mailer/cancel.html.erb
spree-0.8.2 app/views/order_mailer/cancel.html.erb
spree-0.8.3 app/views/order_mailer/cancel.html.erb