
Originally Posted by
121webconsultancy
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...