jackgilbert Posted February 22, 2006 Posted February 22, 2006 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
wheeloftime Posted February 22, 2006 Posted February 22, 2006 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> -->
jackgilbert Posted February 22, 2006 Author Posted February 22, 2006 Thanks very much. It has worked! Excellent mate!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.