Quote Originally Posted by gilesletheren View Post
I'd like to be able to remove additional product images from my product listing page but still have them display in Lightbox as image 2, 3, 4 etc. I've tried switching multiple images off but that kills them in Lightbox too. Same problem with editing out the alternate images bit of tpl_product_info_display.php.

What am I missing?
Found my own answer - eventually.

Add to stylesheet:

#productAdditionalImages {
display: none;
}

Kills the image display on the main page but leaves it available fo Lightbox.