How do I disable product images?
Is there a only show them when they view the product detail?
How do I disable product images?
Is there a only show them when they view the product detail?
Admin > Configuration > Product Listing > Display Product Image.
Also similar settings for All Products, Featured Products, etc.
Found this post and others suggesting to set the Display Product Image to 0 on the Product Info page. For me, the image (or no image image) it still shows up.
Is there another place to disable the product images?
Actually it only shows on the more info page...
Where do you turn this off?
All of the suggestions were for the product listing page. You are asking about the individual product info page, which is a different animal.
There is no admin control for disabling the image there; the easiest way is to add to your stylesheet something like
#productMainImage {display: none;}