HardcoreHeroes Posted January 10, 2006 Posted January 10, 2006 Please tell me how I can remove the lines "This product was added to our catalog on........." Thanks!
Maggilove Posted January 10, 2006 Posted January 10, 2006 In catalog/includes/languages/english/product_info.php change.... define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.'); to... define('TEXT_DATE_ADDED', '');
HardcoreHeroes Posted January 10, 2006 Author Posted January 10, 2006 That's awesome, Maggi! Thanks very much for your help!
Guest Posted January 10, 2006 Posted January 10, 2006 In catalog/includes/languages/english/product_info.php change.... define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.'); to... define('TEXT_DATE_ADDED', ''); Hi Maggilove, I also would like to delete this sentence, but I'm very new to using this program and I can't seem to find where to go in admin to delete it. Where do I find catalog/includes/languages/english/product_info.php? It doesn't seem to be in under the catalog menu. Can you explain in more detail please?
Guest Posted January 10, 2006 Posted January 10, 2006 Try this: Go to the administration area, in menu on the left side choose Tools ->File mananger -> in directory includes select languages/english/product_info.php Then click on the button EDIT, find: define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.'); and change to: define('TEXT_DATE_ADDED', '');
Guest Posted January 10, 2006 Posted January 10, 2006 Try this: Go to the administration area, in menu on the left side choose Tools ->File mananger -> in directory includes select languages/english/product_info.php Then click on the button EDIT, find: define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.'); and change to: define('TEXT_DATE_ADDED', ''); Thanks for the quick response! I found where to change it now. But it's coming up with the following: Error: I can not write to this file. Please set the right user permissions on:...... and there is no EDIT button. Any other suggestions? Also, do you know how I can get my email working in the "contact us" menu?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.