View Single Post
  #40  
Old 06-12-2008, 03:24 AM
 
chrischall chrischall is offline
 

Advanced Member
  
Join Date: Jul 2005
Posts: 36
 

Default Re: Tela Firma - X-Cart Mods - Store is now open

Hi GeeCee,

Thanks for responding so quickly see we are in the same timezone! Had a look through product.tpl and as far as im aware i just need to add

{** Dynamic Images - Tela Firma **}
{if $active_modules.Dynamic_Images ne ""}
{include file="modules/Dynamic_Images/product_image.tpl}
{else}
{include file="product_thumbnail.tpl" productid=$product.productid image_x=$product.image_x image_y=$product.image_y product=$product.product tmbn_url=$product.tmbn_url id="product_thumbnail"} 
{/if}
{** /Dynamic Images - Tela Firma **}

and the detailed images bit which is already there?
__________________
X-Cart version 4.6.3
Reply With Quote