<% _.each(methods, function(method) { if (!_.keys(method.types).length) return; %> <% _.each(method.types, function(type) { if (type.price.value === null) return; var checked = areMethodsEqual(createMethodObject(method.identifier, type.identifier, type.price.value), selectedMethod); %> <% }) %> <% }) %>
  <%- _.__('oro.shipping.methods_table.method.label') %> <%- _.__('oro.shipping.methods_table.option.label') %> <%- _.__('oro.shipping.methods_table.price.label') %>
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) %>