Zorreaux Posted June 25, 2009 Share Posted June 25, 2009 Where in my file manager is the file that includes the banner with the "Reviews" and "Add to Cart" buttons at the bottom of the product description pages? I want to alter it. Link to comment Share on other sites More sharing options...
Guest Posted June 26, 2009 Share Posted June 26, 2009 Sid, First thing is...........NEVER use file manager to alter osc files. Second, in product_info.php you will find this: <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> <td class="main" align="right"><!-- <?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART); ?> you can comment out the above text to remove the review and add to cart buttons. Chris Link to comment Share on other sites More sharing options...
Zorreaux Posted June 26, 2009 Author Share Posted June 26, 2009 Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.