Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how do I chjange the text for shipping, privacy et


Guest

Recommended Posts

This is what my privacy.php looks like

__________________________________________________________

<?php

/*

$Id: privacy.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright ? 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Privacy Notice');

define('HEADING_TITLE', 'Privacy Notice');

 

define('TEXT_INFORMATION', 'Put here your Privacy Notice.');

?>

_____________________________________________________________-

 

When I change the 'Put here your Privacy Notice' nothing comes up.

Can anyone tell me what I'm doing wrong.

 

cheers

Link to comment
Share on other sites

This is what my privacy.php looks like

__________________________________________________________

<?php

/*

  $Id: privacy.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $

 

  osCommerce, Open Source E-Commerce Solutions

  http://www.oscommerce.com

 

  Copyright ? 2002 osCommerce

 

  Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Privacy Notice');

define('HEADING_TITLE', 'Privacy Notice');

 

define('TEXT_INFORMATION', 'Put here your Privacy Notice.');

?>

_____________________________________________________________-

 

When I change the 'Put here your Privacy Notice' nothing comes up.

Can anyone tell me what I'm doing wrong.

 

cheers

 

 

What are you putting in place of 'Put here your Privacy Notice'? Are you placing it in between the single quotes?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...