kitchenniche Posted November 30, 2004 Share Posted November 30, 2004 Hi Does somebody know how i can remove the CONDITIONS OF USE which is under the "shipping and returns" ...? I tried to remove it but i just removed the text of it... somebody help me? thx HIM - Dark Light - Out on 26/09/05 Link to comment Share on other sites More sharing options...
ckyshop.co.uk Posted November 30, 2004 Share Posted November 30, 2004 in includes/boxes/information.php, find the lines $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PAYMENTS) . '">' . BOX_INFORMATION_PAYMENTS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . and change it to $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '">' . BOX_INFORMATION_SHIPPING . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' . '<a href="' . tep_href_link(FILENAME_PAYMENTS) . '">' . BOX_INFORMATION_PAYMENTS . '</a><br>' . // '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '">' . BOX_INFORMATION_CONDITIONS . '</a><br>' . I think that should do it - if not let me know. HTH Thanks for any help/comments. Regards, Lewis Hill Link to comment Share on other sites More sharing options...
Guest Posted November 30, 2004 Share Posted November 30, 2004 Hi Does somebody know how i can remove the CONDITIONS OF USE which is under the "shipping and returns" ...? I tried to remove it but i just removed the text of it... somebody help me? thx <{POST_SNAPBACK}> Begs the question...Why? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.