This is a discussion on Flat Rate Best Way Shipping Text within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; Hello, Is there any way to take out the text "Table Rate" and Change the text "Best Way" to Freight ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hello, Is there any way to take out the text "Table Rate" and Change the text "Best Way" to Freight Shipping? Thanks |
| Sponsored Links | ||
| ||
| |
|
#2
| ||||
| ||||
| That text is in your: includes/language/english/modules/shipping/table.php Use a text editor - not the one in cpanel (if you have a cpanel) Code: define('MODULE_SHIPPING_TABLE_TEXT_TITLE', 'Table Rate');
define('MODULE_SHIPPING_TABLE_TEXT_DESCRIPTION', 'Table Rate');
define('MODULE_SHIPPING_TABLE_TEXT_WAY', 'Best Way');
define('MODULE_SHIPPING_TABLE_TEXT_WEIGHT', 'Weight');
define('MODULE_SHIPPING_TABLE_TEXT_AMOUNT', 'Amount');
Code: define('MODULE_SHIPPING_TABLE_TEXT_TITLE', '');
define('MODULE_SHIPPING_TABLE_TEXT_DESCRIPTION', '');
define('MODULE_SHIPPING_TABLE_TEXT_WAY', 'Freight Shipping');
define('MODULE_SHIPPING_TABLE_TEXT_WEIGHT', 'Weight');
define('MODULE_SHIPPING_TABLE_TEXT_AMOUNT', 'Amount');
|
| Sponsored Links | ||
| ||
| Thread Tools | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| dropship flat rate | kobiadato | osCMax v2 Features Discussion | 1 | 04-10-2006 05:43 PM |
| Flat Rate and Individual Shipping modules - HELP! | afthrscomputers | osCMax v1.7 General Mods Discussion | 2 | 02-12-2005 01:07 AM |
| creating a flat percentage rate for shipping. | jazzdrive | osCommerce 2.2 Modification Help | 0 | 05-12-2004 02:22 PM |
| Postage flat rate n best way | Anonymous | osCMax v1.7 Discussion | 1 | 12-02-2003 06:15 AM |
| Free Shipping/flat rate shipping in zone | cvc505 | osCommerce 2.2 Installation Help | 2 | 07-21-2003 10:29 AM |