Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product date Added


Cmariomej

Recommended Posts

Posted

Hi All:

 

Does anybody knows how to get rid of the "this product was add to our catalog in..."?

 

Ideas will be very appreciated :thumbsup:

 

Thank you

Cmariomej

Posted
Hi All:

 

Does anybody knows how to get rid of the "this product was add to our catalog in..."?

 

Ideas will be very appreciated  :thumbsup:

 

Thank you

 

 

No body???

Cmariomej

Posted
No body???

 

Find in product_info.php

 

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

 

And comment out like so:

 

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

 

Or just delete!!

Light, in the absence of eyes, illuminates nothing.

Archived

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

×
×
  • Create New...