View Single Post
  #2  
Old 05-06-2008, 03:42 PM
 
Darryl Darryl is offline
 

Advanced Member
  
Join Date: Feb 2008
Location: BC, Canada
Posts: 52
 

Default Re: Click To Enlarge Link With X-Cart Dynamic Image Generator

Here is the answere I received back from support for anyone interested.

If you open the file /skin1/modules/Dynamic_Images/product_image.tpl and find the lines:

Code:
{if $images ne ""} <tr><td>&nbsp;</td></tr> {/if}

You can replace those lines with:

Code:
<tr><td> Click to Enlarge </td></tr>
__________________
Version 4.1.11
Reply With Quote