Guest Posted September 12, 2006 Posted September 12, 2006 Could someone please tell me how to remove "This product was added to our catalog on (date here)" from the description when someone is looking at a product.. thanks
UncleSteve Posted September 12, 2006 Posted September 12, 2006 Could someone please tell me how to remove "This product was added to our catalog on (date here)" from the description when someone is looking at a product.. thanks Hi, Do a search for TEXT_PRODUCT_DATE_ADDED, then try commenting it out, or deleting that text - BACK UP FIRST. Others may have a better way to sort it. ____________________________________________________________________ ____________________________________________________________________
Marco.Hal Posted September 12, 2006 Posted September 12, 2006 I use one "Template Monster" and many things are different in the code files... but you can search the follow block in product_info.php file and delete it... (e.g. in my product_info.php it was in line 122) <? if ($product_info['products_date_available'] > date('Y-m-d H:i:s')) echo sprintf(TEXT_DATE_AVAILABLE, tep_date_long($product_info['products_date_available'])); else 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.