Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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?

Posted
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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...