{strip}
{if !empty($store_sidebar_items)} {* Product-type switch *}
{foreach $store_sidebar_items as $_type => $_sidebar_item} {$_sidebar_item.name} {/foreach}
{* Top product-type links *}
{foreach $store_sidebar_items as $_type => $_sidebar_item} {if $store_sidebar_type == $_type} {/if} {/foreach}
{if $store_sidebar_type == 'FEATURED'} {* Featured categories *} {if !empty($store_sidebar_items.FEATURED)} {/if} {else} {* Product type filters *}
{foreach $store_sidebar_items as $_type => $_sidebar_item} {/foreach}
{/if} {/if} {* App native actions *}
{/strip}