amestres Posted December 7, 2005 Posted December 7, 2005 I purchased an osCommerce template and I am setting up the different options. I am 100% new at this. On the product_info page below the product name, product code and item number, the statement :"This product was added to our catalog on Tuesday 06 December, 2005." shows up...how do I remove that? Thanks
minghoo Posted December 7, 2005 Posted December 7, 2005 I purchased an osCommerce template and I am setting up the different options. I am 100% new at this. On the product_info page below the product name, product code and item number, the statement :"This product was added to our catalog on Tuesday 06 December, 2005." shows up...how do I remove that? Thanks hi, open product_info.php, and seach this line <?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?> and delete it. My contributions: EZ new fields easy way add Qty box in your product_info.php
amestres Posted December 12, 2005 Author Posted December 12, 2005 hi, open product_info.php, and seach this line <?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?> and delete it.
amestres Posted December 12, 2005 Author Posted December 12, 2005 hi, open product_info.php, and seach this line <?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?> and delete it. thanks it worked perfectly
PHP_Newb Posted December 12, 2005 Posted December 12, 2005 Better still comment it out. If you delete it you wont remember how to get it back if you ever needed it Comment out like below it does the same job <?php// echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.