Akeneo Channels Mapping With the magento2 Stores
<% if(storeViews && Object.keys(storeViews).length) { %> <% _.each(storeViews, function(stores, key) { %> <% _.each(stores, function(store, key) { if(store.store_group_id) { %> <% if(!key) { %> <% } %> <% if('undefined' !== typeof(storeMapping[store.code]) && 'undefined' !== typeof(storeMapping[store.code]['channel']) && storeMapping[store.code]['channel']) { selectedVal = storeMapping[store.code]['channel']; } else { selectedVal = null; } %> <% if(!key) { %> <% } %> <% }}); %> <% }); %>
<%- _.__('Store Id IN magento2') %> <%- _.__('Store Views IN magento2') %> <%- _.__('CHANNEL IN AKENEO') %>
<%- 'Store Id : ' + store.store_group_id %> style="border-top: 0px !important;" <% } %> > <%- store.name %>
<% } %>