sophietje Posted July 8, 2004 Share Posted July 8, 2004 Hi, I want to edit the title of table rate, so that costumers can understand what is when when they are choosing a shipping method on check-out. In the orginal code (table.php in yourlanguage/include/modules/shipping) is this: define('MODULE_SHIPPING_TABLE_TEXT_TITLE', 'Table Rate'); define('MODULE_SHIPPING_TABLE_TEXT_DESCRIPTION', 'Table Rate'); and I want to change it in this: define('MODULE_SHIPPING_TABLE_TEXT_TITLE', 'Shipping Costs'); define('MODULE_SHIPPING_TABLE_TEXT_DESCRIPTION', 'Shipping Costs'); I do this, save the file and upload it. I log in with my costumer account and check-out. On the first page I have to choose the shipping method. When I hit next, I should proceed to choosing payment method. Help anyone??? :rolleyes: But now I get a strange error: Warning: Cannot modify header information - headers already sent by (output started at /*protectingdomaininformation*/osCommerce/includes/languages/dutch/modules/shipping/table.php:2) in /*protectingdomaininformation*/osCommerce/includes/functions/general.php on line 29 When I replace the orginal table.php, I do not get this error and can I proceed from choosing shipping method to choosing payment method and complete the transaction. I didn't change anything in the general.php file from the error Link to comment Share on other sites More sharing options...
Guest Posted July 9, 2004 Share Posted July 9, 2004 Try this. It helped me! HELP Link to comment Share on other sites More sharing options...
sophietje Posted July 9, 2004 Author Share Posted July 9, 2004 Thanks for replying, but that won't help me as this problem is caused by something else... Link to comment Share on other sites More sharing options...
Guest Posted July 9, 2004 Share Posted July 9, 2004 http://www.oscommerce.info/kb/osCommerce/Common_Problems/15 The_Bear Link to comment Share on other sites More sharing options...
sophietje Posted July 9, 2004 Author Share Posted July 9, 2004 I only get more errors when I remove the extra line break on the end of the code.... I uploaded the orginal files again and everythings is working alright... Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.