Results 1 to 2 of 2

Flat Rate Best Way Shipping Text

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

      
  1. #1
    Lurker
    Join Date
    Oct 2004
    Posts
    4
    Rep Power
    0


    Default Flat Rate Best Way Shipping Text

    Hello,

    Is there any way to take out the text "Table Rate" and Change the text "Best Way" to Freight Shipping?

    Thanks

  2. #2
    Active Member neil's Avatar
    Join Date
    Nov 2002
    Posts
    248
    Rep Power
    10


    Default

    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');
    Change to
    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');
    HTH
    Neil
    www.12website.com

    "You can have everything in life that you want if you will just help enough other people get what they want."
    Zig Ziglar

Similar Threads

  1. dropship flat rate
    By kobiadato in forum osCMax v2 Features Discussion
    Replies: 1
    Last Post: 04-10-2006, 05:43 PM
  2. Flat Rate and Individual Shipping modules - HELP!
    By afthrscomputers in forum osCMax v1.7 General Mods Discussion
    Replies: 2
    Last Post: 02-12-2005, 01:07 AM
  3. creating a flat percentage rate for shipping.
    By jazzdrive in forum osCommerce 2.2 Modification Help
    Replies: 0
    Last Post: 05-12-2004, 02:22 PM
  4. Postage flat rate n best way
    By Anonymous in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 12-02-2003, 06:15 AM
  5. Free Shipping/flat rate shipping in zone
    By cvc505 in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 07-21-2003, 10:29 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •