%= render layout: 'plugins/ecommerce/layouts/ecommerce', locals: {} do %>
Item | Price | Tax | Quantity | Subtotal | |
---|---|---|---|---|---|
<%= product.the_title %> | <%= current_site.current_unit %> <%= price %> | <%= current_site.current_unit %> <%= tax %> | <%= current_site.current_unit %> <%= sub_total.to_f.round(2) %> | Remove | |
Subtotal | <%= current_site.current_unit %> <%= total.to_f.round(2) %> |