View Single Post
  #19  
Old 12-30-2005, 02:43 PM
  Jon's Avatar 
Jon Jon is offline
 

X-Guru
  
Join Date: Oct 2002
Location: Vancouver, Canada
Posts: 4,200
 

Default

In my detailed images it still showed the first detailed image in the detailed section below, after using it as the thumbnail.

Looking at the code of product_image.tpl I assumed this was because images were in the database.

I modified the code to start the loop iteration after the first image to fix the problem.

Code:
{section name=image loop=$images start=1}
Reply With Quote