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)
-   -   Fashion Mosaic Product Detail Image Size (https://forum.x-cart.com/showthread.php?t=42749)

Tom D 10-02-2008 10:03 PM

Fashion Mosaic Product Detail Image Size
 
I am having trouble changing the image size from the template. I am trying to edit this template /customer/main/product.tpl

The code for the image I am using is

{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" type="P"}

The code that was originaly in place would not show the image for what ever reason.

I need to limit the size of all the images so they dont take up all the room. I have tried changing the X variable and Y variable. I have tried changing the X variable and deleting the Y. I am having no luck and the chances are I dont know what I'm doing lol.

Link to an example https://www.lovebugbabylv.com/xcart/product.php?productid=16133&cat=253&page=1

Thanks for the help.

Yurij 10-03-2008 07:49 AM

Re: Fashion Mosaic Product Detail Image Size
 
Quote:

Originally Posted by Tom D
I am having trouble changing the image size from the template. I am trying to edit this template /customer/main/product.tpl

The code for the image I am using is

{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" type="P"}

The code that was originaly in place would not show the image for what ever reason.

I need to limit the size of all the images so they dont take up all the room. I have tried changing the X variable and Y variable. I have tried changing the X variable and deleting the Y. I am having no luck and the chances are I dont know what I'm doing lol.

Link to an example https://www.lovebugbabylv.com/xcart/product.php?productid=16133&cat=253&page=1

Thanks for the help.


Try next solution:

max width - 250 px:

PHP Code:

{include file="product_thumbnail.tpl" productid=$product.productid image_x=250 product=$product.product tmbn_url=$product.tmbn_url id="product_thumbnail" type="P"


Tom D 10-03-2008 07:57 AM

Re: Fashion Mosaic Product Detail Image Size
 
Your a genius.

Worked like a charm, Thanks.


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

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