Thread Starter
sam69
(@sam69)
Btw, manually setting the image and it’s crystal clear
Wordpress version 4.8.3
Plus latest version of Woocommerce
-
This reply was modified 8 years, 6 months ago by
sam69.
Hi Sam,
I was having the same issue which I managed to fix by changing line 99 from:
echo get_the_post_thumbnail( $product[0]->ID, 'shop_thumbnail' );
to
echo get_the_post_thumbnail( $product[0]->ID, 'shop_catalog' );
Hopefully this (or an equivalent) will be used in the next update, but best to keep an eye on future updates in case we need to change this again.
Hope this helps!
Kind regards,
JP
Hi JapeNZ,
Thanks for this fix it works well.
This is more of an issue with Woocommerce or my WordPress theme rather than this plugin though. I really need to find where shop_thumbnail is defined. I’ve tried changing the Woocommerce Thumbnail size in the new settings under Appearance but this doesn’t affect shop_thumbnail. So frustrating why this issue never seems to get resolved.
But I’m really pleased with this workaround, thanks again!
Kind regards
John