Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove "This product was added to our catalog on" line


brandonjp

Recommended Posts

I'd think I'd like to remove the line in product_info.php that says "This product was added to our catalog on..."

From what I can tell the correct code to remove would be:

	  <tr>
	<td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td>
  </tr>

But I just wanted to first make sure I was removing the correct code and wasn't removing too much or too little, and second see if anyone had a good arguement for why I should keep this - in case there's something I haven't thought of.

 

thanks!

Link to comment
Share on other sites

well i went ahead and tried it because I'm impatient

the main reason I wanted to remove that "This product was added to our catalog" line was because I'm also using the Extra Images v1.4 contrib and that line just got in the way after I placed the row of extra images.

see it here: http://littleamericarecords.com/catalog/pr...&products_id=29

 

but i still wanna make sure I took everything into consideration so your comments are welcome - thanks

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...