Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search counter


chezba

Recommended Posts

Posted

I wish to disable my search counter which shows up on the front page. Also by breaking this link will this effect my ranking by search engines? If not where can I find the link and what is the proper eay to break it. Thank you

Posted

chezba,

 

You dont need to remove it but you can if you want, just look in catalog/includes/footer.pho for this line

 

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

 

and add // before the word 'echo' or delete the line.

 

Mark :thumbsup:

Lifes a bitch, then you marry one, then you die!

Posted
chezba,

 

You dont need to remove it but you can if you want, just look in catalog/includes/footer.pho for this line

 

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

 

and add // before the word 'echo' or delete the line.

 

Mark :thumbsup:

Thank you so much Mark!

Archived

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

×
×
  • Create New...