Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help customizing default terms and policies


Guest

Recommended Posts

Posted

Can some one help me locate the files to modify the default privacy policy, conditions of use, shipping/returns, and about us information.

Posted

catalog/includes/languages/english/terms.php , shipping.php privacy.php

 

If you need moreinfo, i suggest you search the forum. You are not the first to ask this questions

A great place for newbies to start

Road Map to oscommerce File Structure

DO NOT PM ME FOR HELP. My time is valuable, unless i ask you to PM me, please dont. You will get better help if you post publicly. I am not as good at this as you think anyways!

 

HOWEVER, you can visit my blog (go to my profile to see it) and post a question there, i will find time to get back and answer you

 

Proud Memeber of the CODE BREAKERS CLUB!!

Posted
catalog/includes/languages/english/terms.php , shipping.php privacy.php

 

Thank you Very much, i will go and try that

 

If you need moreinfo, i suggest you search the forum. You are not the first to ask this questions

Posted

Is there any way i can get another default privacy.php file, i accidently copied over the original :blink: :blush:

Posted
Is there any way i can get another default privacy.php file, i accidently copied over the original :blink: :blush:

 

<?php
/*
 $Id: privacy.php 1739 2007-12-20 00:52:16Z hpdl $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 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.');
?>

Posted
Is there any way i can get another default privacy.php file, i accidently copied over the original :blink: :blush:

It could cost big bucks, but I would just download osc from the blue solutions tab at the top of the page. It is best to have a backup copy of your files though.

Posted

Thank u i REALLY appreciate that. One question? on this line:

 

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

?>[/code]

 

 

do i put my info in the brakets- define('TEXT_INFORMATION', 'Put here your Privacy Notice information.');

or delete them

 

 

 

<?php
/*
 $Id: privacy.php 1739 2007-12-20 00:52:16Z hpdl $

 osCommerce, Open Source E-Commerce Solutions
 http://www.oscommerce.com

 Copyright (c) 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.');
?>

Posted
Thank u i REALLY appreciate that. One question? on this line:

 

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

?>[/code]

 

 

 

do i put my info in the brakets- define('TEXT_INFORMATION', 'Put here your Privacy Notice information.');

or delete them

Put here your Privacy Notice information.

 

That is the only text to change, and remember to leave the ' ' intact.

Posted
Thank u i REALLY appreciate that. One question? on this line:

 

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

?>[/code]

 

 

 

do i put my info in the brakets- define('TEXT_INFORMATION', 'Put here your Privacy Notice information.');

or delete them

 

You put it in where it says: Put here your Privacy Notice information. ... so it would be something like this:

 

define('TEXT_INFORMATION', 'This is my shop and I own it. Some of my privacy information is heere blah blah blah');

Posted

Thank you, to each of you i appreciate the help.

gonna try it now

Posted
Thank you, to each of you i appreciate the help.

gonna try it now

Remember to edit the files on your pc using a text editor, do not use the osc file manger, and backup first.

Posted

Yea, i rememberd to do it this time, i think i was going too fast for myself at first. Still pretty new at this.

Everything worked though, i successfully edited the info. Thanks

 

Remember to edit the files on your pc using a text editor, do not use the osc file manger, and backup first.

Archived

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

×
×
  • Create New...