View Single Post
  #11  
Old 02-01-2007, 11:48 AM
 
Loopie Loopie is offline
 

Advanced Member
  
Join Date: Jan 2007
Posts: 50
 

Default Re: Fashion Mosaic template Image Background

I used the code for gettind rid of the thumbnail bg in product_thumbnail.tpl
for version 4.0 and now my images don't show up at all, in place of the image I get code showing up..

Here is the code I am using :

{* $Id: product_thumbnail.tpl,v 1.14 2004/06/24 09:53:29 max Exp $ *}
{if $config.Appearance.show_thumbnails eq "Y"}[img]{if $tmbn_url}{$tmbn_url}{else}{if $full_url}{$http_location}{else}{$xcart_web_dir}{/if}/image.php?productid={$productid}{if $file_upload_data.file_path}&tmp=y{/if}{/if}[/img]"{if $image_x ne 0} width="{$image_x}"{/if}{if $image_y ne 0} height="{$image_y}"{/if} alt="{$product|escape}" {if $usertype ne "C"}border="0"{else}class="ProductBorder"{/if}>{if $usertype eq "C"}</DIV>{/if}
{/if}
__________________
X-cart V4.0 / Fashion Mosaic theme
Reply With Quote