Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

2 (simple for you) questions on zone rate shipping


Boschett

Recommended Posts

I have two questions that I think are simple for those of you that know this software a heck of a lot better than me.

 

1. How do I change the wording that is seen in my checkout shipping page regarding the country shipping to and the weight? I'd like to change the wording "shipping to [the 2 digit ISO code]" to the full name of the country. I also would like to remove all reference to the weight.

 

2. If I want to offer two different shipping choices to only the US, can I do that and how? Can i copy the zones files (and which ones) and rename them?

 

Thanks

Link to comment
Share on other sites

To remove all reference to the weight edit /includes/modules/shipping/zones.php

Find the following code:

$shipping_method = MODULE_SHIPPING_ZONES_TEXT_WAY . ' ' . $dest_country . ' : ' . $shipping_weight . ' ' . MODULE_SHIPPING_ZONES_TEXT_UNITS;

Replace with:

$shipping_method = MODULE_SHIPPING_ZONES_TEXT_WAY . ' ' . $dest_country;

I would also like to know how to replace the country code with full country name!

Edited by vcards
Link to comment
Share on other sites

  • 4 weeks later...

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