Hi,
Thanks for the report ; it's the first time that I see someone using animated GIF in HikaShop
I made a fix which will be integrated int the next release.
if(in_array($extension,array('gif', 'png'))) {
$palletSize = imagecolorstotal($img);
if($transparentIndex >= 0 && $transparentIndex < $palletSize) {
$trnprt_color = imagecolorsforindex($img, $transparentIndex);
Regards,
Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.
Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.