{% block _body_widget %} {% if selected_currency is defined %} {% set attr = layout_attr_defaults(attr, { '~class': ' currency--' ~ selected_currency|lower }) %} {% endif %} {{ parent_block_widget(block) }} {% endblock %} {% block currency_switcher_widget %} {% if currencies|length > 1 %}
{% endif %} {% endblock %} {% block price_totals_widget %} {% set options = { route: route, events: events|default({}), entityClassName: oro_url_class_name(entityClassName), entityId: entityId, skipMaskView: skipMaskView, data: totals, }%} {% if selectors is defined %} {% set options = options|merge({selectors: selectors}) %} {% endif %} {% placeholder oro_pricing_totals_before %} {% if totalsConainerClassName is not defined %} {% set totalsConainerClassName = 'order-checkout-widget__container order-checkout-widget__container--fixed-width' %} {% endif %} {% set pageComponent = pageComponent|default('oropricing/js/app/components/totals-component') %}{{ 'oro.pricing.frontend.summary'|trans }} | {{ 'oro.pricing.frontend.summary_count'|trans({'%count%': itemsCount}) }} |
---|
{{ 'oro.pricing.frontend.product.quantity.short_label'|trans }} | {# qty#}{{ 'oro.pricing.frontend.product.unit_price.long_label'|trans }} | {# Unit Price #}
---|---|
<% if (addNewLine) { %> <% } %> <%- _.__('oro.product.product_unit.' + unit + '.label.full') %> |
|
<%- price.quantity %> | <% if (clickable) { %> <%- formatter.formatCurrency(price.price, price.currency) %> <% } else { %> <%- formatter.formatCurrency(price.price, price.currency) %> <% } %> |