{strip} {foreach $products as $Entry} {assign var=Product value=$Entry.Product} {assign var=Price value=$Entry.Price} {assign var=hasImage value=0} {if $Product->getImage()} {assign var=hasImage value=1} {/if}
  • {if $hasImage} {image image=$Product->getImage() height=$this->getAttribute('height')} {/if}
    {$Product->getTitle()} {$Price->create()}
  • {/foreach} {/strip}