awarner20 Posted December 31, 2006 Share Posted December 31, 2006 Is there a way to remove this text on the lower right of our store? 1479 requests since Sunday December 17, 2006 I don't feel it's necessary for customers to see this. Can someone send me in the right direction? Thanks for any help. Adam We see our customers as invited guests to a party, and we are the hosts. It's our job every day to make every important aspect of the customer experience a little bit better. - Jeff Bezos Link to comment Share on other sites More sharing options...
zhexiang Posted December 31, 2006 Share Posted December 31, 2006 Go to footer.php in the include folder. Remove the whole line that has the words "request since" and timestamp() after it and a few others keywords and function before it. I don't remember that well, but I do know it's there. Link to comment Share on other sites More sharing options...
awarner20 Posted December 31, 2006 Author Share Posted December 31, 2006 Thanks zhexiang! That worked exactly as expected! If anyone else sees this post, here's the line that was removed... <td align="right" class="footer"> <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?> </td> We see our customers as invited guests to a party, and we are the hosts. It's our job every day to make every important aspect of the customer experience a little bit better. - Jeff Bezos Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.