Guest Posted May 12, 2003 Posted May 12, 2003 is there anyway to set it so the the images are already full size when you opem th item page ?
alverman Posted May 12, 2003 Posted May 12, 2003 line 95 or near: tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') to: tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], '', '', 'hspace="5" vspace="5"') ivan ivan
Guest Posted July 29, 2003 Posted July 29, 2003 tep_image(DIR_WS_IMAGES . $product_info['products_image'], $product_info['products_name'], '', '', 'hspace="5" vspace="5"') when i insert this in the directory product_info.php all i get is a broken link any idea why ? am i not putting it in the right place ? i am inserting it on line 98
thuyvu Posted August 4, 2003 Posted August 4, 2003 i think you should enclosed the code with <?php ?>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.