asianais Posted July 28, 2005 Share Posted July 28, 2005 The date at the end of product description page. Is any way that can be deleted?Thanks. "This product was added to our catalog on Monday 25 July, 2005." Link to comment Share on other sites More sharing options...
OceanRanch Posted July 28, 2005 Share Posted July 28, 2005 In catalog/product_info.php around line 211 find <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> and change it to <td align="center" class="smallText"><?php //echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> HTH Tom Link to comment Share on other sites More sharing options...
asianais Posted July 29, 2005 Author Share Posted July 29, 2005 In catalog/product_info.php around line 211 find <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> and change it to <td align="center" class="smallText"><?php //echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> HTH Tom <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
asianais Posted July 29, 2005 Author Share Posted July 29, 2005 <{POST_SNAPBACK}> This two codes looks the same to me. Can you tell me what is different between this two?Thanks. Link to comment Share on other sites More sharing options...
asianais Posted July 29, 2005 Author Share Posted July 29, 2005 This two codes looks the same to me. Can you tell me what is different between this two?Thanks. <{POST_SNAPBACK}> Link to comment Share on other sites More sharing options...
OceanRanch Posted July 29, 2005 Share Posted July 29, 2005 The echo is commented out with //. Tom Link to comment Share on other sites More sharing options...
asianais Posted August 1, 2005 Author Share Posted August 1, 2005 <{POST_SNAPBACK}> Thsnk you so much. It is working. Link to comment Share on other sites More sharing options...
asianais Posted August 4, 2005 Author Share Posted August 4, 2005 In catalog/product_info.php around line 211 find <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> and change it to <td align="center" class="smallText"><?php //echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> HTH Tom <{POST_SNAPBACK}> I just realize after I apply this code, it did take off the product add date like I wanted but I also lost the picture on the product info page. Help.... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.