<div class="hk-shoes-item" itemscope itemtype="http://schema.org/Product">
<h4 class="hk_shoes_name">
<?php if($this->params->get('link_to_product_page',1)){ ?>
<a href="<?php echo $link;?>" itemprop="url">
<?php }
echo $name;
if($this->params->get('link_to_product_page',1)){ ?>
</a>
<?php } ?>
</h4>
<div class="hk_product_image">
<a href="<?php echo $link;?>" title="<?php echo $this->escape($this->row->product_name); ?>" itemprop="url">
<?php echo $this->image->display(@$this->row->file_path,false,$this->escape($this->row->product_genre . ' ' . $this->row->product_description), 'itemprop="image"' , '' , $this->image->main_thumbnail_x, $this->image->main_thumbnail_y);?>
</a>
</div>
<div class="hk_shoes_price" itemprop="offers" itemscope itemtype="http://schema.org/Offer">
<meta itemprop="priceCurrency" content="EUR" />
<link itemprop="availability" href="http://schema.org/InStock" />
<meta itemprop="seller" content="Sacapuce" />
<?php
$this->setLayout('listing_price');
echo $this->loadTemplate();
?>
</div>
<div class="hk_shoes_descr"><p class="hk_shoes_descr_p" itemprop="description"><? echo $this->row->product_description ; ?></p></div>
</div>