Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Heading/Subcategory Image Sizing


Manmade Designs

Recommended Posts

Posted

Hello.

 

On my store, if you visit : www.WOTTuning.com

 

Click "Toyota" then click "Suspension".

 

How do I change this to keep the image size of the SUBCATEGORY instead of switching to the imagesize of heading?

 

Thanks in advance!! :P

 

-Matt

My Current osCommerce Stores:

http://www.CountryCreekFarm.com **

http://www.WOTTuning.com **

 

** These are live stores, please do not make test orders!

Posted
...snipHow do I change this to keep the image size of the SUBCATEGORY instead of switching to the imagesize of heading?

...

-Matt

 

 

The simple solution is make all graphics the specific size needed and make all entries in [ Admin > Configuration > Images ] a zero.

 

Rework your graphics or modify code? My vote was the former.

 

Your milage may vary.

Posted

One more quick question.

 

If you view my site again, www.wottuning.com, under the subcategorys where it has the name of the category, how can I have it not display this, since I'm putting it in the image already? Thanks. :)

My Current osCommerce Stores:

http://www.CountryCreekFarm.com **

http://www.WOTTuning.com **

 

** These are live stores, please do not make test orders!

Posted

I am not sure here... I think if you 'require' images, the text shows.

 

Code level change of removing the call to the value of the text would work ...I think.

 

find something like:

<?php echo tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"'); ?>

 

change to something like this:

<?php echo tep_image(DIR_WS_IMAGES . $product_info['products_image'],  SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"'); ?>

 

AGAIN ...I think. I am not a programer!! That is why I look for help too!

 

 

 

One more quick question. 

 

If you view my site again, www.wottuning.com, under the subcategorys where it has the name of the category, how can I have it not display this, since I'm putting it in the image already?  Thanks. :)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...