Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

requests - I WANT THEM DELETED


jackgilbert

Recommended Posts

Posted

Does anyone out here know how to delete the requests at the bottom of pages on oscommerce stores?

It says things like:

330 requests since Sunday 19 February, 2006

i want this to be deleted!

 

Please help

 

Thank you in advance,

Jack

Posted
Does anyone out here know how to delete the requests at the bottom of pages on oscommerce stores?

It says things like:

330 requests since Sunday 19 February, 2006

i want this to be deleted!

 

Please help

 

Thank you in advance,

Jack

Jack,

 

Look in your (catalog)/includes/footer.php for

	<td align="right" class="footer">  <?php echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?>  </td>

and change that to

<!--	<td align="right" class="footer">  <?php // echo $counter_now . ' ' . FOOTER_TEXT_REQUESTS_SINCE . ' ' . $counter_startdate_formatted; ?>  </td> -->

Archived

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

×
×
  • Create New...