X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   different thumbnail sizes for different categories. (https://forum.x-cart.com/showthread.php?t=32538)

Audiolines 07-13-2007 02:45 PM

different thumbnail sizes for different categories.
 
so we have a few categories that we would like to have our thumbnails show bigger.

Code:

{* $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" title="{$product|escape}">{/if}
{if $products[product].free_shipping eq "Y"}<br><img src="{$ImagesDir}/freeshipping.gif" border="0"> {/if}


how can i make it ignore the width="{$image_x}" part for certian categories

Audiolines 07-19-2007 08:55 AM

Re: different thumbnail sizes for different categories.
 
nothing?


All times are GMT -8. The time now is 03:50 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.