warrenerjm Posted March 28, 2006 Posted March 28, 2006 Hi I have tried to search for this, but can't do it suitably & after hours can't find the answer. I'm sure it is there, so please excuse me for re asking. :-" I would like to delete, or comment out the saying "This product was added to our catalog on ..." Please can you tell me where this code is & if I need to delete or hide? Thank you very much. Julie
custodian Posted March 28, 2006 Posted March 28, 2006 Hi I have tried to search for this, but can't do it suitably & after hours can't find the answer. I'm sure it is there, so please excuse me for re asking. :-" I would like to delete, or comment out the saying "This product was added to our catalog on ..." Please can you tell me where this code is & if I need to delete or hide? Thank you very much. Julie catalog/includes/languages/english/product_info.php find define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.'); and either change to what you want or define('TEXT_DATE_ADDED', ''); to make it blank - but leave the define there My Contributions Henry Smith
warrenerjm Posted March 28, 2006 Author Posted March 28, 2006 catalog/includes/languages/english/product_info.php find define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.'); and either change to what you want or define('TEXT_DATE_ADDED', ''); to make it blank - but leave the define there Thank you Custodian. Great help. :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.