Aminpr Posted December 9, 2006 Posted December 9, 2006 Hello I dont want customers to see when product was added. How do I remove this without affecting pages?
ianric Posted December 11, 2006 Posted December 11, 2006 Hi In catalog/product_info find <tr> <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> </tr> and comment it out (html comment remember <!-- --!>) <!-- <tr> <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> </tr> --> Ian
Recommended Posts
Archived
This topic is now archived and is closed to further replies.