{if isset($list) && $list} {/foreach}
Image Name Unit Price Qty Total
{foreach from=$list key=key item=product}
   
  {$product['name']}  
  {convertPrice price=$product['unit_price']}  
  {$product['quantity']}  
  {convertPrice price=$product['price']}  
{/if}