Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove CONDITIONS OF USE


kitchenniche

Recommended Posts

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

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

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

Begs the question...Why?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...