Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2008
    Location
    Los Angeles, CA
    Posts
    137
    Plugin Contributions
    0

    Default 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,

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default 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

    PHP Code:
    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


    PHP Code:
    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
    20 years a Zencart User

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default 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
    Zen-Venom Get Bitten

  4. #4
    Join Date
    Dec 2008
    Location
    Los Angeles, CA
    Posts
    137
    Plugin Contributions
    0

    Default Re: Privacy and Policy

    Thanks It works

 

 

Similar Threads

  1. Replies: 7
    Last Post: 26 Apr 2010, 07:24 AM
  2. link to privacy policy
    By wotnow in forum General Questions
    Replies: 1
    Last Post: 12 Apr 2010, 08:40 AM
  3. Privacy Policy and Terms?
    By Sentience in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Dec 2007, 05:33 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg