JamesS Posted November 15, 2006 Posted November 15, 2006 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.
Scorpion Cart Posted November 15, 2006 Posted November 15, 2006 go into admin/configuration/my store and change "show category counts" to false
Scorpion Cart Posted November 15, 2006 Posted November 15, 2006 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
jdvb Posted November 15, 2006 Posted November 15, 2006 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'])); ?>
JamesS Posted November 15, 2006 Author Posted November 15, 2006 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.
Scorpion Cart Posted November 15, 2006 Posted November 15, 2006 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 :-"
Recommended Posts
Archived
This topic is now archived and is closed to further replies.