Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do you remove "This product added on" line?


dhooper

Recommended Posts

Posted

I'm new to this php stuff, and I can't figure out how to remove the PRODUCT_DATE_ADDED code I'd appreciate some help in that area.

 

I've almost got my store done. Just a few more tweaks...

 

I've managed to add a wishlist, the page editor, define main page, and header tags seo, so I feel pretty good at what I've accomplished. :D

Diana

Posted
I'm new to this php stuff, and I can't figure out how to remove the PRODUCT_DATE_ADDED code I'd appreciate some help in that area.

 

I've almost got my store done. Just a few more tweaks...

 

I've managed to add a wishlist, the page editor, define main page, and header tags seo, so I feel pretty good at what I've accomplished. :D

In the product_info.php file do the following:

Change:

echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added']));

to

//echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added']));

Posted

Oh, how easy! I should've been able to figure that one out! :lol:

Diana

Archived

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

×
×
  • Create New...