Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove "requests since" text on lower right of store?


awarner20

Recommended Posts

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

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

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

Archived

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

×
×
  • Create New...