<%= t('.item', default: 'Item') %> | <%= t('.price', default: 'Price') %> | <%= t('.tax', default: 'Tax') %> | <%= t('.quantity', default: 'Quantity') %> | <%= t('.subtotal', default: 'Subtotal') %> | |
---|---|---|---|---|---|
<%= product.the_variation_title(item.variation_id) %> | <%= item.the_price %> | <%= item.the_tax %> | <%= item.the_sub_total %> | <%= t('.delete', default: 'Remove') %> | |
<%= t('.subtotal', default: 'Subtotal') %> | <%= @cart.the_total_amount %> |