-- url of the page with the problem -- :
www.ginmacher.de
-- HikaShop version -- : 3.3.0 Business Version
-- Joomla version -- : 3.7.2
-- PHP version -- : 7.7
-- Browser(s) name and version -- : Firefox
-- Error-message(debug-mod must be tuned on) -- : Magic Zoom on Product Listing
Hi,
I already read a lot of your posts but sometimes they are too old (code changed) or the solution does not work out really good.
How can I use the MagicZoom component on the product listing overview. That just you mouse over on the picture and then it zooms in. No new window etc.
You can check the shop here:
www.ginmacher.de/index.php/gin-shop
I tried this in the view listing_img_title (procuct) in my template (removed the other code), but the mouseover is not what I was searching for
) Not working out for cusomers with opening all the time a new window.
echo $this->image->display(@$this->row->file_path,true,$this->escape($this->row->file_name), '' , ' onmouseover="SqueezeBox.fromElement(this,{parse: \'rel\'});return false;"' , $this->image->main_thumbnail_x, $this->image->main_thumbnail_y);
I also tried to figure out this post, but the code brings a syntax-error when I use it:
www.hikashop.com/support/forum/product-c...on-listing-page.html
I already installed MagicZoom as a component.
Thanks a lot for your help!