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