Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove extra shipping jargon from displaying


dowser

Recommended Posts

I'm trying to figure out how to clean my code to get rid of "Zone Rates (Shipping to CA : 8.5 oz(s))" and just display "Shipping:"

 

Isn't it much nicer? Which part of the code controls it?

 

I'm sorry, I'm not fluent (or even close to it) in php, but I like to get my hands dirty :o)

Link to comment
Share on other sites

All text is in the language files, mostly in the corresponding "main" php file.

 

So, for what you need, go to catalog/includes/languages/modules/shipping/zones.php and change the text to "happy birthday" or whatever you want

Link to comment
Share on other sites

All text is in the language files, mostly in the corresponding "main" php file.

 

So, for what you need, go to catalog/includes/languages/modules/shipping/zones.php and change the text to "happy birthday" or whatever you want

 

Thank you! That worked fine, except there is a set of brackets that was left over (Shipping CA : 8.5 ): that I can't get rid off. I wouldn't mind getting rid of everything except "Shipping:" , but will live with that.

 

OK, you are the fellow I've used some contributions from, like e-mail and phone number on the invoice. Love it!

Link to comment
Share on other sites

Thank you! That worked fine, except there is a set of brackets that was left over (Shipping CA : 8.5 ): that I can't get rid off. I wouldn't mind getting rid of everything except "Shipping:" , but will live with that.

The code that builds the brackets part is in catalog/includes/modules/shipping/zones.php

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