Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Setting up Shipping and Returns and Privacy policy


Alugo

Recommended Posts

Posted

Can someone please tell me how do I set up the Shipping and returns section and the privacy section

also the conditions of use section. Thanks so much.

Posted

Angela,

 

You will find shipping.php, conditions.php and privacy.php in the catalog>includes>languages>english folder. You will ind code like this in each:

 

<?php

/*

$Id: conditions.php 1739 2007-12-20 00:52:16Z hpdl $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Conditions of Use');

define('HEADING_TITLE', 'Conditions of Use');

 

define('TEXT_INFORMATION', 'Put here your Conditions of Use information.');

?>

 

 

change this line to your conditions of use:

 

define('TEXT_INFORMATION', 'Angela's conditions of use go here making sure to leave the apostrophe marks on each end of the text');

 

 

Chris

Posted
Angela,

 

You will find shipping.php, conditions.php and privacy.php in the catalog>includes>languages>english folder. You will ind code like this in each:

 

<?php

/*

$Id: conditions.php 1739 2007-12-20 00:52:16Z hpdl $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Conditions of Use');

define('HEADING_TITLE', 'Conditions of Use');

 

define('TEXT_INFORMATION', 'Put here your Conditions of Use information.');

?>

 

 

change this line to your conditions of use:

 

define('TEXT_INFORMATION', 'Angela's conditions of use go here making sure to leave the apostrophe marks on each end of the text');

 

 

Chris

 

I have lost the Shipping & Returns webpage from my site altogether, I have cut and paste from the original file to HTDOCS/shipping.php & HTDOCS/INCLUDES/LANGUAGES/ENGLISH.shipping.php and I still cannot get it to work, it just comes up completly blank with no info whatsoever. ANY IDES!?!?!?!?!

Posted

James,

 

There are TWO copies of each of the following files: shipping.php, privacy.php and conditions.php

 

One copy of each (the CODE PAGE) is located in catalog>

 

The second copy (the TEXT INPUT) is located in catalog>includes>languages>english>

 

To ensure you have all files.........upload the files from a FRESH copy of OSC to the appropriate directories.

 

THEN, edit the text for each in the english folder

 

 

Chris

Archived

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

×
×
  • Create New...