{if !empty($sorting)} {$sort_fields = [ 'name' => '[`Name`]', 'price' => '[`Price`]', 'total_sales' => '[`Bestsellers`]', 'rating' => '[`Customer rating`]', 'create_datetime'=>'[`Date added`]', 'stock' => '[`In stock`]']} {if !isset($active_sort)} {$active_sort = $wa->get('sort', 'create_datetime')} {/if}
{$features[$f_code].name|escape} |
{if is_array($f_value)}
{if $features[$f_code].type == 'color'}
{implode(' ', $f_value)} {else} {implode(', ', $f_value)} {/if} {else} {$f_value} {/if} |
{$features[$f_code].name|escape} |
{if is_array($f_value)}
{if $features[$f_code].type == 'color'}
{implode(' ', $f_value)} {else} {implode(', ', $f_value)} {/if} {else} {$f_value} {/if} |