<%- _.__('oro.pricing.qty') %> | <%- _.__('oro.pricing.unit_price') %> |
---|---|
<%- _.__('oro.product.product_unit.' + unit + '.label.full') %> | |
<%- price.quantity %> | <% if (clickable) { %> aria-controls="<%- ariaControlsId %>" <% } %> > <%- formatter.formatCurrency(price.price, price.currency) %> <% } else { %> <%- formatter.formatCurrency(price.price, price.currency) %> <% } %> |