Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help Please


cujo

Recommended Posts

How whould i link this to a new 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 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

How whould i link this to a new 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 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>

 

If you want to link it to just any new product you gotta do a query and select only the newest products or if you want to link it to a specific product you should only have to enter the url in the href="<here>"

Link to comment
Share on other sites

If you want to link it to just any new product you gotta do a query and select only the newest products or if you want to link it to a specific product you should only have to enter the url in the href="<here>"

 

 

Please Explain how to do a Quarry it does not have to be a new product any product will do

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...