Sha256: 62142a597a2daa0ba1e93afc01d65fceddd63952ac26a62f9fd92441d5e51cc6

Contents?: true

Size: 243 Bytes

Versions: 2

Compression:

Stored size: 243 Bytes

Contents

Thanks for your order!

Items

<% @order.line_items.each do |line_item| %>
<%= line_item.product.description %> x <%= line_item.quantity %> = <%= number_to_currency line_item.total %>
<% end -%>

Total

<%= number_to_currency @order.total %>	

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
piggybak-0.1.1 app/views/piggybak/notifier/order_notification.text.erb
piggybak-0.1.0 app/views/piggybak/notifier/order_notification.text.erb