Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do you remove the number of products in a given catagory in Catagory Box?


JamesS

Recommended Posts

Posted

On my template in the catagories box, next to my products, there is a number in () that shows how many products are in that catagory. I do not want that to show - what would I //comment out in order for those to go away?

 

Also - what code do I comment out to get the Product Date entered to be removed from the product pages?

 

Thanks for your help.

Posted

sorry missed question 2

in catalog/product_info.php find this code

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

 

and delete it

Posted

you would miss one table data cell, you should remove either the intire row, or leave the table data cell intact, and just remove

<?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?>

Posted
you would miss one table data cell, you should remove either the intire row, or leave the table data cell intact, and just remove
<?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?>

 

 

Thanks for the help.

Posted
you would miss one table data cell, you should remove either the intire row, or leave the table data cell intact, and just remove
<?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?>

yup my mistake........been a long day :-"

Archived

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

×
×
  • Create New...