Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

new product details


Guest

Recommended Posts

Posted

When I look on the new products added section of my site, it gives details of when the item was added, and it also says manufacturer.

 

How do I get rid?

 

Thank you

Posted

To remove the 'this product was added' text look in your product_info.php file for the two instances of

 

<tr>

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

</tr>

 

and either remove them, or comment them out.

 

To remove the manufacturer name go to your admin, configuration, product listing. and alter the 1 to a zero and update where it mentions product manufacturer.

REMEMBER BACKUP, BACKUP AND BACKUP

Archived

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

×
×
  • Create New...