Guest Posted April 14, 2009 Posted April 14, 2009 When I look on the new products added section of my site, it gives details of when the item was added, and it also says manufacturer. How do I get rid? Thank you
♥14steve14 Posted April 14, 2009 Posted April 14, 2009 To remove the 'this product was added' text look in your product_info.php file for the two instances of <tr> <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> </tr> and either remove them, or comment them out. To remove the manufacturer name go to your admin, configuration, product listing. and alter the 1 to a zero and update where it mentions product manufacturer. REMEMBER BACKUP, BACKUP AND BACKUP
Recommended Posts
Archived
This topic is now archived and is closed to further replies.