<%- _.__('woocommerce.attribute.option.fields') %>
<%- _.__('woocommerce.akeneo.custom.fields') %>
<%- _.__('woocommerce.action') %>
<% _.each(fields, function(value, field) { %>
<%- _.__(field) %>
<% }) %>
<%- _.__('Map more standard fields') %>
WooCommerce Standard Field Code
<%- _.__('pim_enrich.form.required') %>
<%- _.__('Select Attributes') %>
<% _.each(attributes, function(attribute) { %> <% if('pim_catalog_simpleselect' === attribute.type || 'pim_catalog_multiselect' === attribute.type) { %>
selected="selected"<% } %>> <%- 'undefined' !== typeof(attribute.labels[currentLocale]) ? attribute.labels[currentLocale] : attribute.code %>
<% }%> <% }); %>
<%- _.__('Select Attributes Option') %>
<% _.each(attributeOptions, function(option) { %>
<%- 'undefined' !== typeof(option.label) ? option.label : option.id %>
<% }); %>
Add Field