spik3y Posted February 24, 2008 Posted February 24, 2008 Hi all Im new to OScommerce and to this forum so please bare with me. When i add a new product to my catalog it shows the date of when the item was added when someone goes into the product description. Was just wondering if i can remove this and how? Thank you
photofxplus Posted February 24, 2008 Posted February 24, 2008 Page 'catalog/product_info.php Line:198 <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> Change to: <td align="center" class="smallText"> </td> Lloyd
spik3y Posted February 24, 2008 Author Posted February 24, 2008 hi i can locate the file and it looks like this define('TEXT_DATE_ADDED', 'This product was added to our catalog on %s.'); What do i need to change?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.