xine Posted January 30, 2006 Posted January 30, 2006 How do I remove the text from the default page? I've tried looking in english.php and I don't see text I want to remove anywhere... Here is the text I want to remove: This is a default setup of the osCommerce project, products shown are for demonstrational purposes, any products purchased will not be delivered nor will the customer be billed. Any information seen on these products is to be treated as fictional. Error Messages If there are any error or warning messages shown above, please correct them first before proceeding. Error messages are displayed at the very top of the page with a complete background color. Several checks are performed to ensure a healthy setup of your online store - these checks can be disabled by editing the appropriate parameters at the bottom of the includes/application_top.php file. etc.
♥Vger Posted January 30, 2006 Posted January 30, 2006 Actually, if you read he text it tells you which file to edit to remove it: includes/languages/your_language/index.php Vger
xine Posted January 30, 2006 Author Posted January 30, 2006 Everytime I edit out those lines on index.php and upload the file, I end up with a blank page :( .
xine Posted January 30, 2006 Author Posted January 30, 2006 Still keep ending up with a blank page anytime I edit index.php .
♥Vger Posted January 31, 2006 Posted January 31, 2006 Don't use the osCommerce File Manager to edit files, download the file via FTP and edit in a plain text editor like Notepad, Text Pad or Crimson Editor. When using text which contains apostrophies they have to be 'escaped' by a preceeding backslash, as in: Let's =wrong Let\'s = right Vger
xine Posted January 31, 2006 Author Posted January 31, 2006 Don't use the osCommerce File Manager to edit files, download the file via FTP and edit in a plain text editor like Notepad, Text Pad or Crimson Editor. When using text which contains apostrophies they have to be 'escaped' by a preceeding backslash, as in: Let's =wrong Let\'s = right Vger I downloaded it via FTP and used WordPad to edit the file....still get a blank page.
♥Vger Posted January 31, 2006 Posted January 31, 2006 You need to edit a default (previously unedited file), and not to use Wordpad, because Wordpad is not a plain text editor (it applies text formatting). It's no good trying to edit a file which is already screwed up. Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.