Cmariomej Posted September 16, 2005 Posted September 16, 2005 Hi All: Does anybody knows how to get rid of the "this product was add to our catalog in..."? Ideas will be very appreciated :thumbsup: Thank you Cmariomej
Cmariomej Posted September 16, 2005 Author Posted September 16, 2005 Hi All: Does anybody knows how to get rid of the "this product was add to our catalog in..."? Ideas will be very appreciated :thumbsup: Thank you <{POST_SNAPBACK}> No body??? Cmariomej
Beer Monster Posted September 16, 2005 Posted September 16, 2005 No body??? <{POST_SNAPBACK}> Find in product_info.php <tr> <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> </tr> And comment out like so: <!-- Date Added ---- Not required<tr> <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> </tr> //--> Or just delete!! Light, in the absence of eyes, illuminates nothing.
Cmariomej Posted September 16, 2005 Author Posted September 16, 2005 Finally a Good Soul!!! Thanx beer monster!! :thumbsup: Cmariomej
Recommended Posts
Archived
This topic is now archived and is closed to further replies.