<%= t 'bodega.product' %> | <%= t 'bodega.price' %> | <%= t 'bodega.total' %> | |
---|---|---|---|
<%= order_product.quantity %> x <%= order_product.name %> | <%= humanized_money_with_symbol order_product.price %> | <%= humanized_money_with_symbol order_product.subtotal %> | |
<%= @order.shipping_rate_name %> | <%= humanized_money_with_symbol @order.shipping %> | <%= humanized_money_with_symbol @order.shipping %> | |
<%= humanized_money_with_symbol @order.total %> |