Manmade Designs Posted August 8, 2005 Posted August 8, 2005 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!
Guest Posted August 8, 2005 Posted August 8, 2005 ...snipHow do I change this to keep the image size of the SUBCATEGORY instead of switching to the imagesize of heading?... -Matt <{POST_SNAPBACK}> 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.
Manmade Designs Posted August 8, 2005 Author Posted August 8, 2005 I have no problem with creating each image custom.. was just having prob's with OSC resizing them automatically. Thanks!! PS - this DID fix it. Thanks so much for the quick response. :) -Matt My Current osCommerce Stores: http://www.CountryCreekFarm.com ** http://www.WOTTuning.com ** ** These are live stores, please do not make test orders!
Manmade Designs Posted August 8, 2005 Author Posted August 8, 2005 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!
Guest Posted August 8, 2005 Posted August 8, 2005 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. :) <{POST_SNAPBACK}>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.