Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

REMOVE "This product was added to our catalog on (date here)


Guest

Recommended Posts

Posted

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

Posted
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.

____________________________________________________________________

____________________________________________________________________

Posted

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']));

?>

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...