Hello,
Is there any way to take out the text "Table Rate" and Change the text "Best Way" to Freight Shipping?
Thanks
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 ...
Hello,
Is there any way to take out the text "Table Rate" and Change the text "Best Way" to Freight Shipping?
Thanks
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)
Change toCode: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');![]()
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
Bookmarks