<%- _.__('mapping_message') %>
Map Product/Category
<%- _.__('Attribute mapping') %>
<%- _.__('shopify.field_label') %>
<%- _.__('shopify.field_in_akeneo') %>
<%- _.__('shopify.field_value') %>
<% _.each(fields, function (field, key) { if(field.mapping && field.mapping.indexOf('export') != -1) { %>
<% if(field && typeof(field.multiselect) !== 'undefined' && field.name !=="tags") { %> checked="checked" <% } %> data-toggle="tooltip" data-placement="right" data-original-title="<%- _.__('Concatenate multiple attribute values into a single value') %>." > <% } else { %> <% } %>
<% if('undefined' !== typeof(field.tooltip) ) { %> <% } %>
readonly="readonly"<% } %> >
<% } }); %>
<%- _.__('Shopify Other mappings') %>
<%- _.__('Attribute to be used as metafield') %>
<%- _.__('Quick Export Currency Mapping') %>