turn off auto size of thumbnails - rewrite needed
Hi,
I recently upgradesd from 4.0.19 to 4.1.10. I used to have the auto thumbnail size disabled as it meeses up my thumbnails.
X cart support handed me this code in the past to edit into /product_thumbnail.tpl
{* $Id: product_thumbnail.tpl,v 1.14 2004/06/24 09:53:29 max Exp $ *}
{if $config.Appearance.show_thumbnails eq "Y"}
<IMG id="{$id}" src="{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}"
{*
{if $image_x ne 0} width="{$image_x}"{/if}
{if $image_y ne 0} height="{$image_y}"{/if}
*}
alt="{$product|escape}" border="0">{/if}
how can i adjust this to work in 4.1.10??? right now it's not functioning as it should
|