Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

"product added on"


Guest

Recommended Posts

Posted

how can i get rid of this ?

 

I have tried commenting it out of the product_info.php but then it comes up with "TEXT_DATE_ADDED" written there instead?

Posted

open product_info.php in catalog/includes/languages/english/

BACKUP THE FILE FIRST.

 

you will see this line

 

define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.');

 

Change the This product...etc. to whatever you like. If you don't want it to display anything, change it to

 

define('TEXT_DATE_ADDED', ' ');

Archived

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

×
×
  • Create New...