Всем дорого время суток. Прошу помочь новичку. Не как не получается вывести стоимость товара
<div class="slider nivoSlider">{get_new_products var=new_products limit=5}
{if $new_products}
{foreach $new_products as $product}
{if $product->image}<a href="{$product->id}"><img src="{$product->image->filename|resize:678:279}" alt="{$product->name|escape}" title="
<span class='title'>{$product->name|escape}</span>{/if}<span class='price'><b>Цена</b>{$currency->sign|escape}</span>" /></a>
{/foreach}
{/if}
</div&g