joekilo Posted June 14, 2003 Posted June 14, 2003 hello, i have changed my default currencie from us dollars to uk pound, on the site it still opens with dollars on the site? help please Also on shipping and returns info i want to change this title on front page to Orders and shipping...ihave done it within shipping php file but it hasnt changed at the link on front page this title still shipping and returns"? help please And lastly i have filled in terms and conditions etc...but my email address isnt adding as a link up ?its just plain text can anyone help me on these queries thanks a lot jk
Guest Posted June 14, 2003 Posted June 14, 2003 hello, i have changed my default currencie from us dollars to uk pound, on the site it still opens with dollars on the site? help please Also on shipping and returns info i want to change this title on front page to Orders and shipping...ihave done it within shipping php file but it hasnt changed at the link on front page this title still shipping and returns"? help please And lastly i have filled in terms and conditions etc...but my email address isnt adding as a link up ?its just plain text can anyone help me on these queries thanks a lot take a look in includes/languages/english.php i think there is a definition for it. if you copy the shipping.php in your english folder and rename it to xxx.php ( in your english folder and also for other languages ) then you have to edit the includes/filenames.php define('FILENAME_xxx', 'xxx.php'); to copy also the shipping.php to xxx.php in catalog/ and to change this code also: require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_xxx); $breadcrumb->add(NAVBAR_TITLE, tep_href_link(FILENAME_xxx)); so you still have the language switch in it. <?php /* $Id: shipping.php <------ rename it ! ,v 1.4 2002/11/19 01:48:08 dgw_ Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2002 osCommerce Released under the GNU General Public License */ define('NAVBAR_TITLE', ' xxx '); define('HEADING_TITLE', ' xxx '); define('TEXT_INFORMATION', 'Put in here your content '); ?>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.