{foreach from=$productsViewedObj item=viewedProduct name=myLoop} <div class="product-card-main-wrapper"> <a href="{$viewedProduct->product_link|escape:'html'}" class="promuct-card-link"> <div class="producd-cart"> <div class="product-card-img"> <img src="{if isset($viewedProduct->id_image) && $viewedProduct->id_image}{$link->getImageLink($viewedProduct->link_rewrite, $viewedProduct->cover, 'medium_default')}{else}{$img_prod_dir}{$lang_iso}-default-medium_default.jpg{/if}" alt="product image"> </div> <div class="product-card-info"> <div class="proudct-cart-descr">{$viewedProduct->name|escape:html:'UTF-8'}</div> <div class="product-card-quant">В наличии</div> <div class="product-card-price">15 999 грн.</div> <div class="product-card-buy-button-block"> <button href="" class="product-card-buy-button"> В корзину </button> </div> </div> </div> </a> </div>{/foreach}
<div id="viewed-products_block_left" class="block"> <p class="title_block">Просмотренные товары</p> <div class="block_content products-block"> <ul> <li class="clearfix first_item"> <a class="products-block-image" href="http://localhost/tshirts/1-domashnyaya-pivovarnya-bavaria.html" title="Подробнее о Домашняя пивоварня &quot;Bavaria&quot;"> <img src="http://localhost/25-small_default/domashnyaya-pivovarnya-bavaria.jpg" alt="domashnyaya-pivovarnya-bavaria"> </a> <div class="product-content"> <h5> <a class="product-name" href="http://localhost/tshirts/1-domashnyaya-pivovarnya-bavaria.html" title="Подробнее о Домашняя пивоварня &quot;Bavaria&quot;"> Домашняя пивоварня... </a> </h5> <p class="product-description">Faded short sleeve t-shirt with high...</p> </div> </li> <li class="clearfix last_item"> <a class="products-block-image" href="http://localhost/casual-dresses/3-printed-dress.html" title="Подробнее о Printed Dress"> <img src="http://localhost/8-small_default/printed-dress.jpg" alt=""> </a> <div class="product-content"> <h5> <a class="product-name" href="http://localhost/casual-dresses/3-printed-dress.html" title="Подробнее о Printed Dress"> Printed Dress </a> </h5> <p class="product-description">100% cotton double printed dress....</p> </div> </li> </ul> </div></div>