Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing date


luckyme2

Recommended Posts

Posted

Can someone please let me know how i hide the date from the product page when it was added , to keep it out of public view.

 

Thankyou for your time

Posted

Hi

 

Open catalog > product_info.php

 

Find this (around line 200)

 

	  <tr>
	<td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td>
  </tr>

 

 

and delete it (or comment it out)

 

Regards

 

Ken

  • 2 months later...
Posted
Hi

 

Open catalog > product_info.php

 

Find this (around line 200)

 

	  <tr>
	<td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td>
  </tr>

 

 

and delete it (or comment it out)

 

Regards

 

Ken

 

 

Thank you this worked for me also!

Archived

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

×
×
  • Create New...