dougweile Posted January 22, 2006 Posted January 22, 2006 I'm working on setting up the Table Rate module for the way shipping charges are calculated. When I test the shipping method, it tells me my chosen shipping method is Table Rate (Best Way). Is there a way to change the shipping method so it says Table Rate (FedEx)? I'm not sure I've even heard of Best Way. Is this a shipping company? or is it just saying this is the "Best Way" to ship through my e-commerce site? Quote
Guest Posted January 23, 2006 Posted January 23, 2006 I'm working on setting up the Table Rate module for the way shipping charges are calculated. When I test the shipping method, it tells me my chosen shipping method is Table Rate (Best Way). Is there a way to change the shipping method so it says Table Rate (FedEx)? I'm not sure I've even heard of Best Way. Is this a shipping company? or is it just saying this is the "Best Way" to ship through my e-commerce site? To change the text that appears look in includes/languages/english/modules/shipping/table.php You should see something like this: define('MODULE_SHIPPING_TABLE_TEXT_TITLE', 'Table Rate'); define('MODULE_SHIPPING_TABLE_TEXT_DESCRIPTION', 'Table Rate'); define('MODULE_SHIPPING_TABLE_TEXT_WAY', 'Best Way'); define('MODULE_SHIPPING_TABLE_TEXT_WEIGHT', 'Weight'); define('MODULE_SHIPPING_TABLE_TEXT_AMOUNT', 'Amount'); If you want it to say Table Rate (FedEx) then just change where it says Best Way to FedEx. Best Way is not a shipping company it's just a text description saying this is the best way to ship for your store. Just change it to say what you want. -- Mindy Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.