cujo Posted June 17, 2007 Share Posted June 17, 2007 How whould i link this to a new product or any product same picture diffent product the product got removed now when box is clicked on says no item found so i want to point it to a new item this is what is on my column_left.php please help me iam new to this and need step by step please the samsung.jpg is the info box with the picture that is clicked on but when clicked on says product not found. thank you Amanda <td width="182" height="72" style="padding-top:4px; "><a href="<?php echo FILENAME_PRODUCT_INFO.'?cPath=83_87&pID=105'; ?>"><img src="images/samsung.jpg" width="182" height="72" border="0" alt="" /></a></td> </tr> Link to comment Share on other sites More sharing options...
usernamenone Posted June 18, 2007 Share Posted June 18, 2007 Your product # is 105. if that is an incorrect product # you need to find the correct # and use that # instead. Link to comment Share on other sites More sharing options...
cujo Posted June 18, 2007 Author Share Posted June 18, 2007 Your product # is 105. if that is an incorrect product # you need to find the correct # and use that # instead. I did Change it and still nothing shows up.. i tryed to put in another product and it will not show up either.... Link to comment Share on other sites More sharing options...
usernamenone Posted June 18, 2007 Share Posted June 18, 2007 Then try your link like this: <a href=<?=tep_href_link('product_info.php','products_id=105')?>><img src=images/yourimage.gif width=207 height=82 border=0></a> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.