Variant Error After Upgrade to 2.1.0

  • Posts: 69
  • Thank you received: 1
11 years 2 months ago #89942

I'm getting this error on product detail page when selecting product variant after upgrade to 2.1.0:

Notice: Undefined property: hikashopImageHelper::$image in /home/basket/public_html/administrator/components/com_hikashop/helpers/image.php on line 234

Please Log in or Create an account to join the conversation.

  • Posts: 26017
  • Thank you received: 4004
  • MODERATOR
11 years 2 months ago #89946

Hi,

Please edit the file "administrator/components/com_hikashop/helpers/image.php" and replace the line

$width=$this->image->main_thumbnail_x;
By:
$width=$this->main_thumbnail_x;
And the line
$height=$this->image->main_thumbnail_y;
By:
$height=$this->main_thumbnail_y;
It would be fixed in the next release.

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.

Please Log in or Create an account to join the conversation.

  • Posts: 69
  • Thank you received: 1
11 years 2 months ago #89947

Yes, that fixed it. Thanks

Please Log in or Create an account to join the conversation.

Time to create page: 0.052 seconds
Powered by Kunena Forum