View Single Post
  #9  
Old 05-24-2005, 07:48 AM
 
davros davros is offline
 

Newbie
  
Join Date: May 2005
Location: Bristol
Posts: 8
 

Default

How about you simply upload additional files with corresponding names to the same folder, so detailed image is img1.jpg and additional file is img1_lg.jpg
Then you can call on this file from /modules/Detailed_Product_Images/product_images.tpl using

[img]{$images[image].tmbn_url}_lg[/img]

Does that help? I'm doing something like that and using an image swap so clicking on the small image loads the large image into the page.
Reply With Quote