{$_cart_url = $wa->getUrl('shop/frontend/cart')} {if method_exists($wa->shop, 'checkout')} {$_cart_url = $wa->shop->checkout()->cartUrl()} {/if} {if !empty($sorting)} {$sort_fields = [ 'name' => _w('Name'), 'price' => _w('Price'), 'total_sales' => _w('Bestsellers'), 'rating' => _w('Customer rating'), 'create_datetime'=>_w('Date added'), 'stock' => _w('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} |