keithacar Posted February 19, 2004 Posted February 19, 2004 When adding products is there a way to get rid of the nasty "This product was added to our catalog on Thursday 19 February, 2004" at the bottom of each product. This outwardly shows customers that you are a new site. I would like to get rid of these everywhere. Also, anyone know how to get rid of the "reviews" button on each product. I am not interested in using this feature at all.
♥yesudo Posted February 19, 2004 Posted February 19, 2004 remove them from the products_info.php file - i removed them ages ago so unfortunately cannot remember where in that file they appear. Your online success is Paramount.
lea7au Posted February 19, 2004 Posted February 19, 2004 edit out require(DIR_WS_BOXES . 'reviews.php'); in the catelog/includes/column_right.php file that will stop the reviews box hope this is of some help
keithacar Posted February 20, 2004 Author Posted February 20, 2004 This file did not contain the line you are referring too. Any other suggestions?
ozcsys Posted February 20, 2004 Posted February 20, 2004 When adding products is there a way to get rid of the nasty "This product was added to our catalog on Thursday 19 February, 2004" at the bottom of each product. This outwardly shows customers that you are a new site. I would like to get rid of these everywhere. Also, anyone know how to get rid of the "reviews" button on each product. I am not interested in using this feature at all. look in product_info.php for these two lines dated added <td align="center" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td> reviews button <td class="main"><?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_REVIEWS, tep_get_all_get_params()) . '">' . tep_image_button('button_reviews.gif', IMAGE_BUTTON_REVIEWS) . '</a>'; ?></td> simplest thing to do is to put a // in front of echo or remove the lines altogether to keep it from showing on the page. The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
Recommended Posts
Archived
This topic is now archived and is closed to further replies.