ChrisJChrisJ Posted June 13, 2005 Share Posted June 13, 2005 On the product_info.php there is a Notifications box that appears on the right side of the page. How/where do I remove (or comment-out) this box? Thanks. Link to comment Share on other sites More sharing options...
Jen7pc Posted June 13, 2005 Share Posted June 13, 2005 There's an include called something like right-column - check the page code for the exact name and then look at the include for the name of the box JWM Link to comment Share on other sites More sharing options...
krnl Posted June 13, 2005 Share Posted June 13, 2005 in .../catalog/includes/column_right.php comment out the following lines that call product_notifications.php: if ($check['count'] > 0) { include(DIR_WS_BOXES . 'best_sellers.php'); } else { // include(DIR_WS_BOXES . 'product_notifications.php'); } } else { // include(DIR_WS_BOXES . 'product_notifications.php'); } Link to comment Share on other sites More sharing options...
sanqiao Posted June 13, 2005 Share Posted June 13, 2005 yun. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.