Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Contrib for sorting custommers or printing


keoga

Recommended Posts

Posted

Hi is there any contribution to sort the custommers by date? Or one to print all custommers? Cant find any!

 

By the way how do I get rid of the text "This product was added to our catalog on Saturday 12 July, 2003." ??

 

Thankyou

Posted

look in catalog/product_info.php this

 

<tr>

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

</tr>

 

 

just uncoment it: //

 

you may also move up or down, and, maybe, not sure, you can delete it.

I put just below the box containing Review / Add to cart buttons.

hope this help

far

Archived

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

×
×
  • Create New...