dragon5 Posted June 13, 2004 Share Posted June 13, 2004 Hello. New to oscommerce. Using 2.2. I would like to remove the box_write_review.gif from the write a review box. Not sure just where/what to cut? I don't want to change it to a transparent gif. I want to remove it altogether. Thanks d5 // display 'write a review' box $info_box_contents[] = array('text' => '<table border="0" cellspacing="0" cellpadding="2"><tr><td class="infoBoxContents"><a href="' . tep_href_link(FILENAME_PRODUCT_REVIEWS_WRITE, 'products_id=' . $HTTP_GET_VARS['products_id']) . '">' . tep_image(DIR_WS_IMAGES . 'box_write_review.gif', IMAGE_BUTTON_WRITE_REVIEW) . '</a></td><td class="infoBoxContents"><a href="' . tep_href_link(FILENAME_PRODUCT_REVIEWS_WRITE, 'products_id=' . $HTTP_GET_VARS['products_id']) . '">' . BOX_REVIEWS_WRITE_REVIEW .'</a></td></tr></table>'); } else { Link to comment Share on other sites More sharing options...
Guest Posted June 13, 2004 Share Posted June 13, 2004 Just get rid of: - <a href="' . tep_href_link(FILENAME_PRODUCT_REVIEWS_WRITE, 'products_id=' . $HTTP_GET_VARS['products_id']) . '">' . tep_image(DIR_WS_IMAGES . 'box_write_review.gif', IMAGE_BUTTON_WRITE_REVIEW) . '</a> This should work fine!! Link to comment Share on other sites More sharing options...
dragon5 Posted June 13, 2004 Author Share Posted June 13, 2004 Thanks. Worked perfectly d5 Link to comment Share on other sites More sharing options...
dydez Posted May 10, 2010 Share Posted May 10, 2010 what file did you edit because i am having same problem Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.