Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove notifications and reviews icons/images ?


jmw1960

Recommended Posts

Posted

product notifications:

catalog/includes/boxes/product_notifications.php Line:35

. tep_image(DIR_WS_IMAGES . 'box_products_notifications_remove.gif'

 

reviews:

catalog/reviews Line:43

<?php echo tep_image(DIR_WS_IMAGES . 'table_background_reviews_new.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?>

Lloyd

Posted

Are you saying to remove these lines and the images/icons will be removed?

 

 

 

product notifications:

catalog/includes/boxes/product_notifications.php Line:35

. tep_image(DIR_WS_IMAGES . 'box_products_notifications_remove.gif'

 

reviews:

catalog/reviews Line:43

<?php echo tep_image(DIR_WS_IMAGES . 'table_background_reviews_new.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?>

Archived

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

×
×
  • Create New...