noelove Posted March 3, 2007 Share Posted March 3, 2007 how to? :) Knowledge base only gives me this: http://www.oscommerce.info/kb/osCommerce/A...ool/Catalog/154 But I'd like to have the button gone from all the product pages. Thanks! Noel Link to comment Share on other sites More sharing options...
rubygirl Posted March 3, 2007 Share Posted March 3, 2007 Find this in your product_info.php page <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> and change it to: <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> or simply delete the entire space - this will move your continue button but it'll still do the job. Link to comment Share on other sites More sharing options...
noelove Posted March 3, 2007 Author Share Posted March 3, 2007 PERFECT. Thank you oh so much! Find this in your product_info.php page <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> and change it to: <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> or simply delete the entire space - this will move your continue button but it'll still do the job. Link to comment Share on other sites More sharing options...
rubygirl Posted March 3, 2007 Share Posted March 3, 2007 my pleasure! glad I could help :D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.