yacpro13 Posted June 4, 2008 Share Posted June 4, 2008 Hi, I'm wondering where in the product_info.php file I should add the sentence "Pictures are provided for illustrative purposes only" so that it appears right under the "Click to enlarge" link Thank you! Link to comment Share on other sites More sharing options...
FIMBLE Posted June 4, 2008 Share Posted June 4, 2008 Around line 108 replace <script language="javascript"><!-- document.write('<?php echo '<a href="java script: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> After the </script> add the following line. <b><br>Pictures are provided for<br> illustrative purposes only<b> Regards Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions Link to comment Share on other sites More sharing options...
yacpro13 Posted June 4, 2008 Author Share Posted June 4, 2008 Thank you so much! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.