Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Make New Products for Month Box larger

Make New Products for Month Box larger

Locked

Views: 490

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
3 Jun 2010, 4:43 PM
#1
alyssakay avatar

alyssakay

New Zenner

Join Date:
Oct 2009
Posts:
15
Plugin Contributions:
0

Make New Products for Month Box larger

I did multiple searches and so far have been unsuccessful at finding the answer myself.

I'm trying to figure out how to make the images in the 1.3.9c "new products for month" box larger - WITHOUT changing or setting image sizes in the Admin > Configuration > Images area. I don't want the other small images changed - I just want the small images in that one box to be the medium sized images, so just want to change the code itself rather than in the global control settings.

Where do I find the code for that box so I can edit it that way?

Thanks in advance

3 Jun 2010, 5:11 PM
#2
jean10 avatar

jean10

New Zenner

Join Date:
Jun 2010
Posts:
2
Plugin Contributions:
0

Re: Make New Products for Month Box larger

includes/modules/new_products.php
if you changed this file in your template, than includes/modules/YOURTEMPLATENAME/new_products.php.
In this file, you can find "IMAGE_PRODUCT_NEW_WIDTH" and "IMAGE_PRODUCT_NEW_HEIGHT".
change them.:smile:

3 Jun 2010, 5:45 PM
#3
alyssakay avatar

alyssakay

New Zenner

Join Date:
Oct 2009
Posts:
15
Plugin Contributions:
0

Re: Make New Products for Month Box larger

Thank you.

But where are these codes actually defined in the code:

IMAGE_PRODUCT_NEW_WIDTH
IMAGE_PRODUCT_NEW_HEIGHT

It's not in the language files or the stylesheets ...