debi Posted October 31, 2005 Posted October 31, 2005 but i dont remember how i disabled it or which file(s) it was. please help!
♥Vger Posted October 31, 2005 Posted October 31, 2005 product_info.php: <script language="javascript"><!-- document.write('<?php echo '<a href="javascript:popupWindow(\\\'' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $product_info['products_id']) . '\\\')">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>'); //--></script> Best to restore a default product_info.php file unless the one you have has been edited for other things. Vger
debi Posted November 1, 2005 Author Posted November 1, 2005 product_info.php: <script language="javascript"><!-- document.write('<?php echo '<a href="javascript:popupWindow(\\\'' . tep_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $product_info['products_id']) . '\\\')">' . tep_image(DIR_WS_IMAGES . $product_info['products_image'], addslashes($product_info['products_name']), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>'); //--></script> Best to restore a default product_info.php file unless the one you have has been edited for other things. Vger where does it go in this file? anybody have the default page?
debi Posted November 1, 2005 Author Posted November 1, 2005 ok, I got that part! Thank you very much. but now it is just displaying the same picture in the popup box. aaaaaah!@# Feeling really stupid today.....
Recommended Posts
Archived
This topic is now archived and is closed to further replies.