Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing Default Page?


xine

Recommended Posts

Posted

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.

Posted

Actually, if you read he text it tells you which file to edit to remove it:

includes/languages/your_language/index.php

 

Vger

Posted

Everytime I edit out those lines on index.php and upload the file, I end up with a blank page :( .

Posted

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

Posted
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.

Posted

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

Archived

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

×
×
  • Create New...