Hi I managed to do it but I have the following problem: when I log in to the site pop-up windows stops working and shows this:
And the title of the product leads to this link /product/name/tmpl-component that leads to that page that is pictured.
This is the code that I use:
<a class="modal" rel="{handler: 'iframe', size: {x: 950, y: 420}}" href="<?php echo $link = hikashop_completeLink('product&task=show&cid='.$this->row->product_id.'&tmpl=component&name='.$this->row->alias.$this->itemid.$this->category_pathway);?>" onhover="SqueezeBox.fromElement(this,{parse: 'rel'});return false;">
<i class="fa fa-search-plus"></i>
</a>