Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

I want to edit the table rate title


sophietje

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...