luckyme2 Posted May 21, 2009 Posted May 21, 2009 Can someone please let me know how i hide the date from the product page when it was added , to keep it out of public view. Thankyou for your time
Ken44 Posted May 21, 2009 Posted May 21, 2009 Hi Open catalog > product_info.php Find this (around line 200) <tr> <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> </tr> and delete it (or comment it out) Regards Ken
Guest Posted July 27, 2009 Posted July 27, 2009 Hi Open catalog > product_info.php Find this (around line 200) <tr> <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> </tr> and delete it (or comment it out) Regards Ken Thank you this worked for me also!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.