2006-11-21 17:14
Hi, in the "Order delivery address" page, after the field "Email:", I need to change the word "Courier:" in "Shipping:". Which is the file to modify?Many thanks in advance.
2006-11-22 00:24
Open lang/en.phpFind this: $lang['Courier'] = 'Courier';Change to this:$lang['Courier'] = 'Shipping';
2006-11-22 08:36
thanks a lot!!byevik