Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

stupid design question


fengpi

Recommended Posts

Hey guys, this is my first time using php so any little help would be great.

 

I was just wondering where I could change the names of the shipping modules.

So instead of the Customer seeing:

Zone Rates

or

MODULE_SHIPPING_CANADAPOST_TEXT_TITLE (1 x 0.22kgs) MODULE_SHIPPING_CANADAPOST_TEXT_TITLE

 

They would see something alot more nicer.

I can't seem to find the file that I could change this.

 

Thanks in advance

Link to comment
Share on other sites

"Zone Rates" is in catalog\includes\languages\english\modules\shipping\zones.php as

define('MODULE_SHIPPING_ZONES_TEXT_TITLE', 'Zone Rates');

 

MODULE_SHIPPING_CANADAPOST_TEXT_TITLE (1 x 0.22kgs) MODULE_SHIPPING_CANADAPOST_TEXT_TITLE

are probably in the language file for a Canada Post shipping contribution which you have added - although it looks like you may not have added the language file for that contribution because what is showing there is the call to the text that should appear rather than the text itself.

 

Check back through the Canada Post contribution to see if there is a file that did not get uploaded into the languages area.

... if you want to REALLY see something that doesn't set up right out of the box without some tweaking,

try being a Foster Parent!

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...