Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to upload my own shipping&return policy


newnew

Recommended Posts

Posted
Please help.... Where to go to upload my own "shipping&return" policy ?

 

Thanks!

 

 

I mean just change content of the original pages like "shipping&return" "privacy Notice", "condition of use", to upload my own content in the pages, but which files should I work on?

Posted

That is the file. Just down load the file and use the file editor of you choice, I use dreamweaver.

Open the php file and at line 16 (area in red)just type in what you want it to say.

As for the other privacy notice, condition of use, those files are in catalog /incules/language/english also.

 

 

 

<?php

/*

$Id: shipping.php,v 1.4 2002/11/19 01:48:08 dgw_ Exp $

 

osCommerce, Open Source E-Commerce Solutions

http://www.oscommerce.com

 

Copyright © 2002 osCommerce

 

Released under the GNU General Public License

*/

 

define('NAVBAR_TITLE', 'Shipping & Returns');

define('HEADING_TITLE', 'Shipping & Returns');

 

define('TEXT_INFORMATION', 'Put here your Shipping & Returns information.');

?>

Archived

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

×
×
  • Create New...