BMatt Posted September 27, 2005 Posted September 27, 2005 I'm sorry to ask what I'm assuming is a really simple question but I've looked everywhere and cannot work it out... All I want to do is add some text to the "delivery information" page that says "UK Mainland only" I want this text to be next to "Flat Rate - best way" Thanks in advance. Matt :thumbsup:
nickm324 Posted November 3, 2005 Posted November 3, 2005 I'm sorry to ask what I'm assuming is a really simple question but I've looked everywhere and cannot work it out... All I want to do is add some text to the "delivery information" page that says "UK Mainland only" I want this text to be next to "Flat Rate - best way" Thanks in advance. Matt :thumbsup: Did you ever find out an answer to this? I am trying to do the same thing and can't find it anywhere.
muttsnuts Posted November 3, 2005 Posted November 3, 2005 Did you ever find out an answer to this? I am trying to do the same thing and can't find it anywhere. Try editing catalog/includes/languages/english/modules/shipping/flat.php (this is the flat rate module)or whatever the module you are using. It contains the following: <?php /* $Id: flat.php,v 1.5 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('MODULE_SHIPPING_FLAT_TEXT_TITLE', 'Flat Rate'); define('MODULE_SHIPPING_FLAT_TEXT_DESCRIPTION', 'Flat Rate'); define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Best Way'); ?> Add what ever text you wish before or after 'Best Way but obviously inside the ' ' marks. Upload and test.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.