rachelcagen Posted February 28, 2008 Posted February 28, 2008 Hi, I'm wondering if it's possible to remove the line "This product was added on..." from product description pages. Thank you, Rachel
FIMBLE Posted February 28, 2008 Posted February 28, 2008 Yes you can, It is either in catalog/includes/languages/ english.php or catalog /includes/language/english/index.php Regards Nic Sometimes you're the dog and sometimes the lamp post [/url] My Contributions
Guest Posted February 28, 2008 Posted February 28, 2008 To remove that line open up catalog/product_info.php Find and remove the following: <tr> <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> </tr>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.