Zen Cart Logo
Forums / General Questions / Image height and width in the products listing page

Image height and width in the products listing page

Locked

Views: 870

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
17 Apr 2010, 1:47 AM
#1
suryapavan avatar

suryapavan

New Zenner

Join Date:
Mar 2010
Location:
hyderabad
Posts:
11
Plugin Contributions:
0

Image height and width in the products listing page

Hi All,

Can anyone tell me, from where the IMAGE_PRODUCT_LISTING_WIDTH, IMAGE_PRODUCT_LISTING_HEIGHT in the product_listing.php are coming from?

I wanted to change the height and width of the product images.

In the whole zencart code I have searched and found no-where.

Please guide me

Thanks in advance!
Suryapavan

17 Apr 2010, 1:48 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,180
Plugin Contributions:
0

Re: Image height and width in the products listing page

Su,
admin panel/ configuration/ images

18 Apr 2010, 1:43 PM
#3
suryapavan avatar

suryapavan

New Zenner

Join Date:
Mar 2010
Location:
hyderabad
Posts:
11
Plugin Contributions:
0

Re: Image height and width in the products listing page

Hi Haredo,

Thankyou for your reply.

Can you please mention for what Title in the
admin > configuration > images
should I change the value?

And in the user side, where the variables IMAGE_PRODUCT_LISTING_WIDTH, IMAGE_PRODUCT_LISTING_HEIGHT were defined?

18 Apr 2010, 2:27 PM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,180
Plugin Contributions:
0

Re: Image height and width in the products listing page

suryapavan:

Hi Haredo,

Thankyou for your reply.

Can you please mention for what Title in the
admin > configuration > images
should I change the value?

And in the user side, where the variables IMAGE_PRODUCT_LISTING_WIDTH, IMAGE_PRODUCT_LISTING_HEIGHT were defined?

Su,
admin/ configuration/ images/ Product Info - Image Width
admin/ configuration/ images/ Product Info - Image Heigth

  1. Changing the values of the two above will increase or decrease the size of the Products you are offering for a customer to purchase

  2. Right click on the image, click view properties and you will notice the size that you have uploaded
    To find the variables:

  3. admin panel/ tools/ developers tool kit

  4. Search for:

  5. IMAGE_PRODUCT_LISTING_WIDTH

  6. Now you can find the file associated with this .php file and edit it if you like