I really hope to find someone with the same problem. I am trying to integrate the Woocomerce Online Shop Plugin into my Website (www.web-dreinull.de) but when adding products I don’t see a way how to add “Featured Images”. I found some posts that it is possible the the reason is usually in the Theme. So I found this: http://codex.wordpress.org/Post_Thumbnails#Setting_a_Post_Thumbnail and did what they said, but it didn’t work.
Any ideas?
Found this on Dutch site (http://nl.forums.wordpress.org/topic/woocommerce). Not sure it is same problem.
Open functions.php and fine this line: (line 40)
add_theme_support( ‘post-thumbnails’, array( ‘post’ ) );
Change that into:
add_theme_support( ‘post-thumbnails’, array( ‘post’, ‘product’ ) );
Save.
This should be the result:
http://f.cl.ly/items/081s3r0R110q3Y1D2T08/screen-capture-1.png
Since I also wish to add WooCommerce to Pinboard site (www.homestylers.nl) I would like to know whether above or sth else solved your issue. I have not tried it myself yet.
Nicolaas
it works! just used it to add featured image to my products through WooCommerce
This solution works but when the product is shown on the product page the image will not be a thumbnail. Has somebody figured out how the image is resized ?
The solution for my problem was here
-
This reply was modified 11 years, 11 months ago by BennieB.