<%- _.__('webkul_csv_connector.form.configuration.group.mapping.field.csv') %>
<%- _.__('webkul_csv_connector.form.configuration.group.mapping.akeneo.field') %>
<%- _.__('webkul_csv_connector.form.configuration.group.mapping.akeneo.variant_field') %>
<%- _.__('webkul_csv_connector.form.configuration.group.mapping.field.default_value') %>
<% _.each(fields, function (field, index) { %>
<% fieldName = field.replace(/[^A-Z0-9]/ig, "_"); allowedFiedlType = field.attributeTypes.map(checkAllowedFiedlType) function checkAllowedFiedlType(type) { if(attrTypeName[type] != 'undefined') { return attrTypeName[type] } } if(Array.isArray(allowedFiedlType)) { allowedFiedlType = allowedFiedlType.toString() } concat = '' multiple = '' if(typeof(field.concat !=='undefined') && field.concat === true) { concat = 'concatenate-fields' } if(typeof(field.multiple !=='undefined') && field.multiple === true) { multiple = 'multiple' %> <% } variantconcat = ''; variantmultiple = '' if(typeof(field.variantconcat !=='undefined') && field.variantconcat === true) { variantconcat = 'concatenate-fields' } if(typeof(field.variantmultiple !=='undefined') && field.variantmultiple === true) { variantmultiple = 'multiple' %> <% } %>
checked <% } %> >
> <% if(!field.isPredefined) { %>
<% } %>
<% }); %>
Add Mapping Csv Field
<% if(errors['dynamicFieldError']) { %> <% } %>
<% if(errors['attributefieldformatError']) { %> <% } %>
<% if(errors['variantfieldformatError']) { %> <% } %>
<% if(errors['attributeTypeError']) { %> <% } %>
<% if(errors['productBooleanValueFormat']) { %> <% } %>
<% if(errors['variantBooleanValueFormat']) { %> <% } %>
Add Field
Other Mapping
<% categoryFieldName = '' familyFieldName = '' enabledFieldName = '' multiValueSeperator ='' variantFormatSeperator ='' productFormatSeperator = '' exportRootCategory = 'false' exportSelectOptionLabel = 'false' exportMetricUnit = 'false' exportAttributeLabel = 'false' exportCategoryLabel = 'false' if(extraMapping) { categoryFieldName = extraMapping['categoryFieldName'] multiValueSeperator = extraMapping['multiValueSeperator'] variantFormatSeperator = extraMapping['variantFormatSeperator'] productFormatSeperator = extraMapping['productFormatSeperator'] exportRootCategory = extraMapping['exportRootCategory'] exportSelectOptionLabel = extraMapping['exportSelectOptionLabel'] exportMetricUnit = extraMapping['exportMetricUnit'] exportAttributeLabel = extraMapping['exportAttributeLabel'] exportCategoryLabel = extraMapping['exportCategoryLabel'] familyFieldName = extraMapping['familyFieldName'] enabledFieldName = extraMapping['enabledFieldName'] } %>
checked <% } %> >
checked <% } %> >
checked <% } %> >
checked <% } %> >
checked <% } %> >