Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Unwanted piece of text... how to get rid of? (With picture)


Pozzi

Recommended Posts

Posted

I don't want the TEXT_MAIN to show, and i've searched all over trying to find where that specific bit of text is located but can't find it. Can anyone help?

 

textmain.jpg

Posted

Go in your language files for that page and define what you want it to say or go in the main page php file and delete that part altogether

Posted

catalog/includes/your_language/default.php .... right at the top of the list.

 

You have deleted it.... add this to the file:

 

define('TEXT_MAIN', '');

 

 

'TEXT_MAIN' will miraculously disappear from your default page..... :shock:

Posted

Easiest way: Open default.php and delete the text below:

 

<tr>

<td class="main"><br><?php echo TEXT_MAIN; ?></td>

</tr>

Posted

I had the same error, to fix it I went to catalog/includes/your_language/default.php and where you type in the text for your page I had deleted the ' before what I wanted it to say. I found that put it back and the error was gone. I hope this will help.

Archived

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

×
×
  • Create New...