Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

General Question


keithacar

Recommended Posts

Posted

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.

Posted

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.

Posted

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

Posted
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??

Archived

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

×
×
  • Create New...