This is a discussion on differnt sizes images within the osCMax v2 Features Discussion forums, part of the osCMax v2.0 Forums category; Is there a way so that I can have just the image of the product larger just on the product ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Is there a way so that I can have just the image of the product larger just on the product description page? (product_list i think) |
| Sponsored Links | ||
| ||
| |
|
#2
| ||||
| ||||
| Hi there, look for this code around line 90: Code: document.write('<a href="javascript:popupImage(\'<?php echo tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $product_info['products_id'] . '&type=' . $lg_image_ext); ?>\',\'<?php echo ((int)$image_size[1] + 30); ?>\',\'<?php echo ((int)$image_size[0] + 5); ?>\');"><?php echo tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), (SMALL_IMAGE_WIDTH*2), SMALL_IMAGE_HEIGHT); ?><br /><span class="smallText"><?php echo TEXT_CLICK_TO_ENLARGE; ?></span></a>');
Hope that helps, J. Edit: You were right about the file, it's in /templates/yourtemplate/content/product_info.tpl.php Last edited by typhus; 06-12-2008 at 07:30 AM. Reason: Forgot file name. |
|
#3
| |||
| |||
| Will give it a shot now, thanks for the help, will report back |
|
#4
| |||
| |||
| Tried this, but couldn't get it to work. SMALL_IMAGE_WIDTH*2), SMALL_IMAGE_HEIGHT) Was the only bit changed yes? when I changed it to that, the page failed so i removed the ) after the 2, and it worked again, but no images changed size |
| Sponsored Links | ||
| ||
| |
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Sizes | justedee | osCMax v2 Features Discussion | 1 | 07-21-2007 11:50 AM |
| Garment Sizes | driwashsolutions | osCMax v2 Features Discussion | 6 | 12-03-2006 09:15 AM |
| Thumbnail sizes to use? | PurdiceLTD | osCMax v2 Features Discussion | 1 | 11-08-2005 02:19 PM |
| Image sizes | cygnus | osCMax v1.7 General Mods Discussion | 2 | 04-01-2005 08:31 PM |
| how can i set different images sizes? | greg_r | osCommerce 2.2 Modification Help | 3 | 12-08-2002 11:06 AM |