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)
-   -   Thumbnail default (https://forum.x-cart.com/showthread.php?t=43834)

gotpump 11-23-2008 05:12 PM

Thumbnail default
 
How do I set my store to have thumbnails displaying to the true size of an image. Like instead of a default 100x100 or whatever it is it will just show the image in it's true size?

Yurij 11-25-2008 12:17 AM

Re: Thumbnail default
 
Quote:

Originally Posted by gotpump
How do I set my store to have thumbnails displaying to the true size of an image. Like instead of a default 100x100 or whatever it is it will just show the image in it's true size?


In the next file "skin1/customer/main/products.tpl", find the next line
PHP Code:

<a href="product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_page}{if $featured eq 'Y'}&amp;featured{/if}">{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$config.Appearance.thumbnail_width product=$products[product].product tmbn_url=$products[product].tmbn_url}</a



and delete the following snippet

PHP Code:

image_x=$config.Appearance.thumbnail_width 




In the next file "skin1/customer/main/products_t.tpl", find the next line
PHP Code:

<a href="product.php?productid={$products[product].productid}&amp;cat={$cat}&amp;page={$navigation_page}">{include file="product_thumbnail.tpl" productid=$products[product].productid image_x=$products[product].tmbn_x|default:$config.Appearance.thumbnail_width image_y=$products[product].tmbn_y product=$products[product].product tmbn_url=$products[product].tmbn_url}</a


and delete the following snippet

PHP Code:

image_x=$products[product].tmbn_x|default:$config.Appearance.thumbnail_width image_y=$products[product].tmbn_y 


gotpump 11-25-2008 09:28 AM

Re: Thumbnail default
 
Thanks a lot Yurij

gotpump 02-27-2009 03:11 PM

Re: Thumbnail default
 
Anyone know how to set this for recently view / buy together mod from alteredcart?


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

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