noelove Posted March 3, 2007 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
rubygirl Posted March 3, 2007 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.
noelove Posted March 3, 2007 Author 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.