Title: Thumbnail Image Error
Last modified: August 22, 2016

---

# Thumbnail Image Error

 *  Resolved [kandrews](https://wordpress.org/support/users/kandrews/)
 * (@kandrews)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/thumbnail-image-error/)
 * 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://wordpress.org/plugins/jigoshop/](https://wordpress.org/plugins/jigoshop/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [MWSGD](https://wordpress.org/support/users/mwsgd/)
 * (@mwsgd)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/thumbnail-image-error/#post-5378481)
 * Thanks for posting this.

Viewing 1 replies (of 1 total)

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

 * ![](https://s.w.org/plugins/geopattern-icon/jigoshop_655549.svg)
 * [Jigoshop](https://wordpress.org/plugins/jigoshop/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/jigoshop/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/jigoshop/)
 * [Active Topics](https://wordpress.org/support/plugin/jigoshop/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/jigoshop/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/jigoshop/reviews/)

## Tags

 * [image](https://wordpress.org/support/topic-tag/image/)
 * [product](https://wordpress.org/support/topic-tag/product/)
 * [thumbnail](https://wordpress.org/support/topic-tag/thumbnail/)

 * 1 reply
 * 2 participants
 * Last reply from: [MWSGD](https://wordpress.org/support/users/mwsgd/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/thumbnail-image-error/#post-5378481)
 * Status: resolved