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