<{assign var="products" value=$landing_page->getProducts()}> <{section name="i" loop=$products}> <{$webshop->getUrl()}>/<{$products[i]->getUrl()}> <{$products[i]->getName()|escape}> <{assign var="images" value=$products[i]->getImages()}> <{if $images}> <{section name="j" loop=$images start=0 max=1}> <{$webshop->getUrl()}><{$images[j]->getSrc(300, 300, 'fit')}> <{/section}> <{/if}> <{$products[i]->getRealPrice(null, null, true)|number_format:2:".":""}> <{$products[i]->getSearch()}> <{$products[i]->getDescription()|escape}> <{if $products[i]->getSalePrice()}> <{$products[i]->getPrice(null, null, true)|number_format:2:".":""}> <{/if}> <{$products[i]->getProductId()}> <{$webshop->getCurrency()}> <{assign var="supplier" value=$products[i]->getSupplier()}> <{if $supplier}> <{$supplier->getName()|escape}> <{/if}> <{if $products[i]->getIsInStock()}>true<{else}>false<{/if}> <{/section}>