Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do I remove the Privacy Notice


Recommended Posts

Make a copy first then open includes/boxes/information.php in a text editor and either remove or comment this line of code:

 

'<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' .

 

save the changes and upload it to its directory.

Link to comment
Share on other sites

Make a copy first then open includes/boxes/information.php in a text editor and either remove or comment this line of code:

 

'<a href="' . tep_href_link(FILENAME_PRIVACY) . '">' . BOX_INFORMATION_PRIVACY . '</a><br>' .

 

save the changes and upload it to its directory.

 

Perfect this worked just fine, thanks!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...