Zen Cart Logo
Forums / Basic Configuration / Privacy and Policy

Privacy and Policy

Locked

Views: 1,420

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
3 Mar 2009, 9:21 AM
#1
expensivedesign avatar

expensivedesign

Zen Follower

Join Date:
Dec 2008
Location:
Los Angeles, CA
Posts:
138
Plugin Contributions:
0

Privacy and Policy

Hi all,

Is it possible to change the name privacy notice to policy notice? if yes. Would you tell where I should go to change?

Thanks,

3 Mar 2009, 9:35 AM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Privacy and Policy

FTP the following files to your local drive, then open them for editing using a PLAIN TEXT EDITOR...

/includes/languages/english.php

Line #137 : define('BOX_INFORMATION_PRIVACY', 'Privacy Notice');

You change ONLY the text between the SECOND SET of single quote-marks... nothing else. (Make sure to retain those single quote-marks... eg:

define('BOX_INFORMATION_PRIVACY', 'Site Confidentiality Policy');

when edited, save file to:

/includes/languages/YOUR_TEMPLATE/english.php

and...
**
/includes/languages/english/privacy.php**

Line #22 : define('NAVBAR_TITLE', 'Privacy Notice');

Line #23 : define('HEADING_TITLE', 'Privacy Notice');

when edited, save file to:

/includes/languages/english/YOUR_TEMPLATE/privacy.php

3 Mar 2009, 9:38 AM
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Privacy and Policy

Tutorials/FAQ's link at the top is a shortcut to answers for common asked items

Most are in english.php but learn to use the tool kit in case

https://www.zen-cart.com/tutorials/index.php?article=39

3 Mar 2009, 9:44 AM
#4
expensivedesign avatar

expensivedesign

Zen Follower

Join Date:
Dec 2008
Location:
Los Angeles, CA
Posts:
138
Plugin Contributions:
0

Re: Privacy and Policy

Thanks It works