[`Drag images between automatically detected groups, and assign them to either new or existing products. Click “Upload images” when setup is complete.`]
[`Add product`]
{$filter_type = ifset($filter_type)}
{$filter_id = ifset($filter_id)}
{$filter_label = ifset($filter_label, '')|escape}
{if !$filter_type || $filter_type === 'types'}
[`Assign all new products following product type:`]
{$type = reset($types)}
{if $filter_id}
{foreach $types as $_id => $_type}
{if $filter_id == $_id}
{$type = $_type}
{break}
{/if}
{/foreach}
{/if}
{$wa->shop->getIcon($type.icon)}
{elseif $filter_type === 'categories'}
[`Add new products to category:`]
{$filter_label}
{elseif $filter_type === 'sets'}
[`Add new products to set:`]
{$filter_label}
{/if}