Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Editing the main text at index.php


Guest

Recommended Posts

Hi! Im´very newbie at oscommerce and I tried to edit that default text at the index.php...

I don´t know what I have made wrong because now in my page it appears only a TEXT_MAIN where should be the text I edit and in the header for new products it appears TABLE_HEADING_NEW_PRODUCTS...

Can someone help me please?

 

Thanks,

Link to comment
Share on other sites

Hi,

I guess you went in to catalog/index.php and found there this

 

.

.

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

.

.

 

Or you went in to catalog/includes/languages/english/index.php

 

define('TEXT_MAIN', 'Your text here');

Do you have right quota there?

 

And if you changed someting there where is the <?php echo... try to see if they look like this

<?php echo TEXT_MAIN; ?>

<?php echo TABLE_HEADING_NEW_PRODUCTS; ?>

 

I hope this helped you :)

 

 

Kati

Link to comment
Share on other sites

Thanks! It really helped and I could fix the problem!:)))

 

See ya!

Paula

 

 

 

Hi,

I guess you went in to catalog/index.php and found there this

 

.

.

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

.

.

 

Or you went in to catalog/includes/languages/english/index.php

 

define('TEXT_MAIN', 'Your text here');

Do you have right quota there?

 

And if you changed someting there where is the <?php echo... try to see if they look like this

<?php echo TEXT_MAIN; ?>

<?php echo TABLE_HEADING_NEW_PRODUCTS; ?>

 

I hope this helped you :)

Kati

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...