For all of you beginner with css and who don't have hours to spend on design, here just an example on how to get it work entirely :
- go to Hikashop->Display->Views
- click on "show_block_img"
- on line 76 after
echo $this->popup->image($html, $img->origin_url, null, $attr);
}
}
?>
insert
<img style="position:absolute;bottom:5%;left:45%;" alt="" width="20" height="20" src="images/zoom-img.png">
where "zoom-img.png" is your img, in that case i just took the magnifying glass image of jcemediabox and put it in "images"
After you can decide where to put exactely your image by adjusting "bottom:5%" and "left:45%"