Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Editing oscommerce counter


brissygal

Recommended Posts

Posted

Hi

 

We had to reload a older back up copy of our website after we had a server problem. The back up copy we loaded only shows about 25% of the "hits" we had on the page compared to what we had prior to the back up.

 

So I am looking to either removing the oscommerce counter or being able to edit it to show the bigger conter number again

 

thanks for any suggestions :)

Posted

Open includes/footer.php

 

At about line 18 you will see

 

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

 

Comment that line out by changing it to

 

<?php  /*	<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...