id="<%= 'possible_shipping_method_' + method.identifier + '_' + type.identifier %>"
name="possibleShippingMethodType"
value="<%= type.identifier %>"
data-shipping-method="<%= method.identifier %>"
data-shipping-price="<%= type.price.value %>"
data-choice="<%= type.identifier %>"
/>
|
|
<% if (method.label !== type.label) { %>
<%= _.__('oro.shipping.method_type.backend.method_type.label', {
translatedMethodType: _.__(type.label),
}) %>
<% } %>
|
<%= NumberFormatter.formatCurrency(type.price.value, type.price.currency) %> |
<% }) %>
<% }) %>