Guest Posted June 6, 2003 Posted June 6, 2003 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?
Guest Posted June 6, 2003 Posted June 6, 2003 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', ' ');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.