Alugo Posted February 5, 2009 Posted February 5, 2009 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.
Guest Posted February 5, 2009 Posted February 5, 2009 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
jimbobwiki Posted February 5, 2009 Posted February 5, 2009 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!?!?!?!?!
Guest Posted February 6, 2009 Posted February 6, 2009 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.