{strip} {foreach $products as $Entry} {assign var=Product value=$Entry.Product} {assign var=Price value=$Entry.Price} {assign var=RetailPrice value=$Entry.RetailPrice} {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()}
    {if $RetailPrice}
    {$RetailPrice->create()}
    {/if}
    {$Product->getPriceDisplay()->create()}
    {template_event name="quiqqer::product-event::slider::buttonAddToCart" Product=$Product}
  • {/foreach} {/strip}