| {$product_names = ''} {foreach $products as $p name=product_names} | {$wa->shop->productImgHtml($p, '96x96', ['itemprop' => 'image', 'id' => 'product-image', 'default' => "`$wa_theme_url`img/dummy96.png", 'title' => $p.name|cat:' ':strip_tags($p.summary)|escape])} {$p.name|escape} {$product_names = $product_names|cat:($p.name|escape)} {if !$smarty.foreach.product_names.last}{$product_names = $product_names|cat:', '}{/if} | {/foreach}
|---|---|
| [`Price`] | {foreach $products as $p}{shop_currency_html($p.price)} | {/foreach}
| {$f.name} | {foreach $products as $p}
{if isset($p.features[$f_id])}
{if is_array($p.features[$f_id])}
{implode(' ', $p.features[$f_id])} {else} {$p.features[$f_id]} {/if} {else} — {/if} |
{/foreach}
[`Product comparison list is empty.`]
{/if}