raularenas Posted July 27, 2008 Posted July 27, 2008 I need to remove the reviews button from the product_info.php and shopping cart. Anyone know how? Attentively, Raúl
germ Posted July 28, 2008 Posted July 28, 2008 In product_info.php find this code: <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> Replace it with: <!-- review button deactivated <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> //--> I can't find a review button in my shopping_cart.php? :unsure: It's always a good idea to backup any file before editing. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there >
raularenas Posted July 28, 2008 Author Posted July 28, 2008 Great that was easy thanks. In product_info.php find this code: <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> Replace it with: <!-- review button deactivated <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> //--> I can't find a review button in my shopping_cart.php? :unsure: It's always a good idea to backup any file before editing. Attentively, Raúl
Recommended Posts
Archived
This topic is now archived and is closed to further replies.