Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Delivery Information help


BMatt

Recommended Posts

Posted

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:

  • 1 month later...
Posted
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.

Posted
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.

Archived

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

×
×
  • Create New...