Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I alter this text?..


justsean

Recommended Posts

Hi guys and gals,

Please Help Me,

 

I did see this question on here once but can't find it now(i did use search) :'(

 

How can I turn OFF the This product was added to our catalog on 'date' Line or edit it to something else? (it shows up on bottom of every product page)

 

Sorry if it has been answered somewhere else.

 

JS :thumbsup:

Link to comment
Share on other sites

To remove, remove the following code from product_info.php:

      <tr>
       <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td>
     </tr>

Link to comment
Share on other sites

Look for the language file where it is defined, probably includes/languages/english/product_info.php . It will have TEXT_DATE_ADDED in the definition. Change the text between the ' marks.

 

Jeremy

 

ps almost all the text in the site is defined in one of the language files, so that's the place to look for it, when you want to edit it.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...