Jerome wrote: Hi,
It is done by some javascript added by the Helper Image.
If can edit the core file directly but your modifications will be lost with updates.
So the best solution is to use a template override:
www.hikashop.com/en/support/documentatio...tation.html#override
In your case, it is the function "hikashop_image_toggle_js(&$obj)" that you want to override.
Regards,
Could you please give me an exemple of code I should have in the hikashop_image.php file ?
I did not find the hikashop_image_toggle_js(&$obj) function, I found the hikashopChangeImage(id,url,x,y,obj,nAlt) function wich contains the code I want to override. I copied this function in the hikashop_image.php, deleted the code I want tp supress, but it did not work and generated an error.
IMHO, it's a strange way to add border on hovers on images. Why not to use css only for this ?
But I enjoy the possibility to override templates and views.
Sincerely.