{strip} {* @var array $set array of available sets @var array $types array of available product types @var array $hint array of hash hints @var string $hash @var boolean $subcategory *} {$hash = shopImportexportHelper::parseHash($hash)} {/strip}
[`Applied to`]
  • [`To specified products:`]
  •  
{if !empty($hints.all)}
{$hints.all}{/if}
  •  
    {foreach $sets as $set}
  • {$set.count}
  • {/foreach}
{if !empty($hints.set)}
{$hints.set}{/if}
    {strip} {foreach $types as $type} {if $type.count}
  • {$type.count}
  • {/if} {/foreach} {/strip}
{if !empty($hints.type)}
{$hints.type}{/if}
{if $hash.type eq 'id' && $hash.count > 0} {if !empty($hints.id)}
{$hints.id}{/if} {else}
[`No products are selected.`]

{sprintf('[`Select products and execute a corresponding action in the bulk action panel in the ā€œ%sā€ section.`]', "[`Products`]")}

{/if}
{if !empty($hash.data.categories) || !empty($hints.category)}
{if !empty($hash.data.categories)} {wa_print_tree tree=$hash.data.categories elem='' class="unstyled"} {/if} {if !empty($hints.category)}
{$hints.category}{/if}
{/if}