Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

The date at the end of product description page


asianais

Recommended Posts

In catalog/product_info.php around line 211

 

find

 

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

 

and change it to

 

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

 

HTH

Tom

Link to comment
Share on other sites

In catalog/product_info.php around line 211

 

find

 

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

 

and change it to

 

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

 

HTH

Tom

Link to comment
Share on other sites

In catalog/product_info.php around line 211

 

find

 

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

 

and change it to

 

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

 

HTH

Tom

 

I just realize after I apply this code, it did take off the product add date like I wanted but I also lost the picture on the product info page. Help....

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...