LondonTown Posted March 7, 2009 Share Posted March 7, 2009 I downloaded a free oscommerce template but the site I downloaded from has the site advertised at bottom of shop underneath the powerd by oscommerce. I do not wish to remove the powerd by oscommerce, as I am very happy with oscommerce and as its free I think it should stay there :D On the other hand, I do wish to remove the website which is advertised website, when can I find file for this? many thanks Link to comment Share on other sites More sharing options...
Jack_mcs Posted March 7, 2009 Share Posted March 7, 2009 If it is standard oscommerce code, it will be in the includes/languages/english.php file. It could also be in the includes/footer.php. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
LondonTown Posted March 7, 2009 Author Share Posted March 7, 2009 I found both of these files, how would I get rid of them tho? I do wish for the oscommerce to stay on but not free download bit below oscommerce... many thanks If it is standard oscommerce code, it will be in the includes/languages/english.php file. It could also be in the includes/footer.php. Jack Link to comment Share on other sites More sharing options...
Hotclutch Posted March 7, 2009 Share Posted March 7, 2009 I found both of these files, how would I get rid of them tho? I do wish for the oscommerce to stay on but not free download bit below oscommerce... many thanks You should have this FOOTER_TEXT_BODY in your includes/footer.php Now look for the definition of that in includes/languages/english.php and edit. Link to comment Share on other sites More sharing options...
LondonTown Posted March 7, 2009 Author Share Posted March 7, 2009 that made no sense at all, I can find both files... but not FOOTER_TEXT_BODY All I want to know is how I can get rid of the free website which advertises itself with template below the powerd by oscommerce bit. many thanks You should have this FOOTER_TEXT_BODY in your includes/footer.php Now look for the definition of that in includes/languages/english.php and edit. Link to comment Share on other sites More sharing options...
LondonTown Posted March 8, 2009 Author Share Posted March 8, 2009 Are you saying, go to, includes>footer.php and edit file and remove the link to site where I downloaded template? cheers You should have this FOOTER_TEXT_BODY in your includes/footer.php Now look for the definition of that in includes/languages/english.php and edit. Link to comment Share on other sites More sharing options...
LondonTown Posted March 8, 2009 Author Share Posted March 8, 2009 I opened footer.php file found it here, but how would I get rid of the free site, Please help. Much appreciated. thanks <?php /* $Id: footer.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ require(DIR_WS_INCLUDES . 'counter.php'); ?> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td> </tr> <tr> <!-- xsofkssfjsfjsfahjsfahsfaghfasghsaf gasfgasf g jhasfgjfasgg. --> <td align="center" class="smallText">Greenmania Template by <a href="http://www.badeziner.com" title="free oscommerce templates">free osCommerce templates</a></td> </tr> </table> <?php if ($banner = tep_banner_exists('dynamic', '468x50')) { ?> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> </tr> </table> <?php } ?> Link to comment Share on other sites More sharing options...
Jack_mcs Posted March 8, 2009 Share Posted March 8, 2009 Try removing this block of code. Be sure to back up the file first. <tr> <!-- xsofkssfjsfjsfahjsfahsfaghfasghsaf gasfgasf g jhasfgjfasgg. --> <td align="center" class="smallText">Greenmania Template by <a href="http://www.badeziner.com" title="free oscommerce templates">free osCommerce templates</a></td> </tr> Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
LondonTown Posted March 9, 2009 Author Share Posted March 9, 2009 hey jack, cheers for reply. I removed what you said, well I am 90% sure it's right but the free site still remains at bottom, which makes me think I could have maybe done something wrong or not deleted all but could you have a quick look and just see if I have deleted right code.Much appreciated. thx in advance. <?php /* $Id: footer.php 1739 2007-12-20 00:52:16Z hpdl $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright © 2003 osCommerce Released under the GNU General Public License */ require(DIR_WS_INCLUDES . 'counter.php'); ?> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center" class="smallText"><?php echo FOOTER_TEXT_BODY; ?></td> </tr> </table> <?php if ($banner = tep_banner_exists('dynamic', '468x50')) { ?> <br> <table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td align="center"><?php echo tep_display_banner('static', $banner); ?></td> </tr> </table> <?php } ?> Try removing this block of code. Be sure to back up the file first.<tr> <!-- xsofkssfjsfjsfahjsfahsfaghfasghsaf gasfgasf g jhasfgjfasgg. --> <td align="center" class="smallText">Greenmania Template by <a href="http://www.badeziner.com" title="free oscommerce templates">free osCommerce templates</a></td> </tr> Jack Link to comment Share on other sites More sharing options...
KJ666 Posted March 9, 2009 Share Posted March 9, 2009 Is it a picture you are trying to remove or a bit of text ?? If text go to includes/languages/english.php And edit the FOOTER_TEXT_BODY part it might be there. Link to comment Share on other sites More sharing options...
Jack_mcs Posted March 9, 2009 Share Posted March 9, 2009 hey jack, cheers for reply. I removed what you said, well I am 90% sure it's right but the free site still remains at bottom, which makes me think I could have maybe done something wrong or not deleted all but could you have a quick look and just see if I have deleted right code.Much appreciated. thx in advance. If you are using a modified set of files, which is likely given what you want to remove, a different footer file may be in use. I suggest download the shop to your computer and using its search function to find the code. If nothing else, you will have a backup of your files, which you should always have. Jack Support Links: For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc. All of My Addons Get the latest versions of my addons Recommended SEO Addons Link to comment Share on other sites More sharing options...
LondonTown Posted March 9, 2009 Author Share Posted March 9, 2009 this is the what i downloaded please click link http://addons.oscommerce.com/info/6009 if you click and have a look please. If you are using a modified set of files, which is likely given what you want to remove, a different footer file may be in use. I suggest download the shop to your computer and using its search function to find the code. If nothing else, you will have a backup of your files, which you should always have. Jack Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.