Sha256: 45e6537f74f301dc121910271de5e1bb4f2b363f36fa1b073d7079552ee70640
Contents?: true
Size: 844 Bytes
Versions: 2
Compression:
Stored size: 844 Bytes
Contents
Dear <%= @order.bill_address.full_name%>, Your order has been CANCELED. Please retain this cancellation information for your records. ============================================================ Order Summary [CANCELED] ============================================================ <% for item in @order.line_items -%> <%=item.product.sku if item.product.sku-%> <%=item.product.name-%> <%= item.variation.name 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 %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
railscart-0.0.1 | starter-app/vendor/plugins/railscart/app/views/order_mailer/cancel.rhtml |
railscart-0.0.2 | starter_app/vendor/plugins/railscart/app/views/order_mailer/cancel.rhtml |