Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing Shiping Units


Guest

Recommended Posts

Hi,

 

I need some direction hier, I've the site www.startoner.biz in english, but i've inseted all y products in Kg, and when i make the "checkout" the shipping weight apears in lb(s). Can any one help me to change the shipping weight to kg

 

Thanks

 

Filipe

Link to comment
Share on other sites

/catalog/includes/languages/english/modules/shipping/zones.php

 

define('MODULE_SHIPPING_ZONES_TEXT_UNITS', 'lb(s)');

Change to:

 

define('MODULE_SHIPPING_ZONES_TEXT_UNITS', 'kg(s)');

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Thanks Jim,

 

It woked, but the product has a weight value diferent than the one i put in the admin/catalog/New Product

 

How can i correct this problem

 

Thanks

 

Filipe

Link to comment
Share on other sites

Thanks Jim,

 

It woked, but the product has a weight value diferent than the one i put in the admin/catalog/New Product

 

How can i correct this problem

 

Thanks

 

Filipe

Is it the product or the total weight? If the total weight, look in your admin and set the shipping/packaging tare weight to what you want to use.

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