Quote Originally Posted by 121webconsultancy View Post
In "Step 2 of 3 - Payment Information" in checkout, a single 'table rate' shipping option is displayed thus:

Sub-Total: £9.99
Table Rate (Best Way): £2.00
Total: £11.99

I have now managed to change "Table Rate" to "Postage & Packing", and Delete "Best Way" by editing languages/english/modules/shipping/table.php like so:

define('MODULE_SHIPPING_TABLE_TEXT_TITLE', 'Postage & Packing');

define('MODULE_SHIPPING_TABLE_TEXT_DESCRIPTION', 'Table Rate');
define('MODULE_SHIPPING_TABLE_TEXT_WAY', '');

However, I am now left with the brackets where 'Best Way' used to live inside...

Sub-Total: £9.99
Postage & Packing (): £2.00
Total: £11.99


Can somebody please tell me how I can lose the brackets???

Many thanks in advance...
Like 121webconsultancy I tried to change shipping line item description in Step 2 of 3 by editing languages/english/modules/shipping/table.php. However, I'm having zero joy. I know the /includes/classes/shipping.php is reading my description from the table.php file. However, for some strange reason it is not showing up on the Step 2 of 3 page.

Does anyone have any ideas? I'm completely stumped. Maybe time to call it a night...