• Resolved kandrews

    (@kandrews)


    I encountered an error after upgrading Jigoshop and WordPress to the latest version, 1.12.1 and 4.0, respectively.

    The issue I was having was that the featured image was not showing up on the product list pages, instead the generic placeholder would. After doing some testing, I realized that $_product was not properly being set since $post was not an object and the jigoshop_product class was being initialized by $post->ID. The $post variable isn’t an object, but instead it was the actual ID, so changing $post->ID to just $post in the loop-shop.php file corrected this issue.

    I wanted to post this just in case anyone else was having a similar issue.

    https://ww.wp.xz.cn/plugins/jigoshop/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Thumbnail Image Error’ is closed to new replies.