{$enabled_columns = []} {foreach $additional_columns as $c}{if $c.enabled} {$enabled_columns[$c.id] = $c} {/if}{/foreach}
{if $manual && $sort == 'sort'}{/if} {if !empty($enabled_columns.image_crop_small)} {/if} {if !empty($enabled_columns.sku)} {/if} {if shopUnits::baseUnitsEnabled() || $sort == 'base_price'} {/if} {foreach $enabled_columns as $c}{if $c.id != 'image_crop_small' && $c.id != 'sku'} {/if}{/foreach}
{$enabled_columns.sku.name} [`Name`] {if $sort=='name'}{/if} [`Price`] {if $sort=='price'}{/if} [`Base price`] {if $sort=='base_price'}{/if}
[`In stock`] {if $sort=='count'}{/if}
{*#87.5258*}
{if $c.sortable} {$c.name|escape} {if $sort==$c.id}{/if} {else} {$c.name|escape} {/if}
{if $wa->userRights('settings')} {/if}
{* * Product list settings dialog *} {if $wa->userRights('settings')}

[`Product list settings`]

[`Selected column list will be applied for all users and all product lists in backend.`]

[`Select columns`]
[`Name`]
[`Price`]
{if shopUnits::baseUnitsEnabled() || $sort == 'base_price'}
[`Base price`]
{/if}
[`In stock`]
{if !empty($additional_columns_autocomplete)}
{* Field source feature autocomplete *}
{/if}
{$wa->csrf()} [`or`] [`cancel`]
{/if}