can any one tell me what is suppose to be in this box.. i accidently deleted it..:?
Latest News: (loading..)
policy link in file manager is blank
Started by kmartin, Mar 23 2012 01:55 AM
8 replies to this topic
#1
Posted 23 March 2012 - 01:55 AM
#2 ONLINE
Posted 23 March 2012 - 02:22 AM
@kmartin
This is the contents of the /includes/languages/english/privacy.php file:
<?php
/*
$Id$
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 information.');
?>
Chris
This is the contents of the /includes/languages/english/privacy.php file:
<?php
/*
$Id$
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 information.');
?>
Chris
#3
Posted 23 March 2012 - 03:09 AM
ok so i did that and it opens in a new window.. is that normal?
#4
Posted 23 March 2012 - 03:15 AM
ok what about does it suppose to pop up in a new window?
#5
Posted 23 March 2012 - 10:56 PM
could you see what my problem is ..do i used the html or plain text
#6
Posted 24 March 2012 - 12:53 AM
define('TEXT_INFORMATION', 'Put here your Privacy Notice information.');
That is php code and it is defining a constant but yes you can use html, you replace Put here your Privacy Notice information. with whatever you want, with the proviso you must escape any single quotes that you add within that, escape means adding a back-slash (\) before a character, so an escaped quote is: \'
i.e. Our shop\'s policy is:
Edited by spooks, 24 March 2012 - 12:54 AM.
Sam
Remember, What you think I ment may not be what I thought I ment when I said it.
Contributions:
Auto Backup your Database, Easy way
Multi Images with Fancy Pop-ups, Easy way
Products in columns with multi buy etc etc
Disable any Category or Product, Easy way
Secure & Improve your account pages et al.
Remember, What you think I ment may not be what I thought I ment when I said it.
Contributions:
Auto Backup your Database, Easy way
Multi Images with Fancy Pop-ups, Easy way
Products in columns with multi buy etc etc
Disable any Category or Product, Easy way
Secure & Improve your account pages et al.
#7
Posted 24 March 2012 - 02:43 PM
ok.. i tried that snd still got it on a seperate page???
#8
Posted 24 March 2012 - 04:45 PM
Are you sure that the link you are clicking on does not tell to open the page in a new window.
REMEMBER BACKUP, BACKUP AND BACKUP
I am not a coder, so dont bother sending PMs asking for help as you wont get any.
OSC has a steep learning curve, but in general the program does work. If it doesnt work, the chances are it is something you have done.
I am not a coder, so dont bother sending PMs asking for help as you wont get any.
OSC has a steep learning curve, but in general the program does work. If it doesnt work, the chances are it is something you have done.
#9
Posted 25 March 2012 - 01:03 AM
im not sure..









