Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Weight Classes Missing In Admin


kanchan

Recommended Posts

Hello All,

 

I have installed osCommerce on my local machine.

On Admin side

Under localization->

weight class is missing.

 

How do I add the weight Classes under localization.

 

Please help me.

Link to comment
Share on other sites

Hello All,

 

I have installed osCommerce on my local machine.

On Admin side

Under localization->

weight class is missing.

 

How do I add the weight Classes under localization.

 

Please help me.

This must be a new feature!

Link to comment
Share on other sites

Hello All,

 

I have installed osCommerce on my local machine.

On Admin side

Under localization->

weight class is missing.

 

How do I add the weight Classes under localization.

 

Please help me.

Double posting is verrrrrrrrrrrrrrrry naughtyyyyyyyyyyyyyyyyyyy.

What is weight class. I do not have it.

Link to comment
Share on other sites

Thanks guys for reply

 

take a look at this

OSC Knowledge Base

 

Here there is a weight classes under Localization in admin panel.

It does say that, but still don't have it in 4 shops out of 4. Could it be the KB is out of date?

Link to comment
Share on other sites

It does say that, but still don't have it in 4 shops out of 4. Could it be the KB is out of date?

 

 

Thanks Coopco,

Actually very new to oscommerce and ecommerce as well.

I saw in KB,so I thought,it is missing.

But thanks for the giving the answer.

Link to comment
Share on other sites

Thanks Coopco,

Actually very new to oscommerce and ecommerce as well.

I saw in KB,so I thought,it is missing.

But thanks for the giving the answer.

My admin usually does not look like the KB.

Link to comment
Share on other sites

  • 2 months later...
My admin usually does not look like the KB.

 

My admin does not look like the Knowledge base, either....

I do not have an option to select weight class, and that's what led me here. I think I know what the problem is, but cannot change it in the weight class.

I believe all i have to do is change kg to pounds, but have no way to do so.....

Anyone have thoughts on this, maybe i have an older version or something. I don't know I just installed it 4 months ago, and for the life of me cannot figure out why usps calculator is giving me wrong shipping costs.

I think its still in kg instead of pounds, but cannot change it.

 

Thanks in advance for any help.

Link to comment
Share on other sites

  • 2 weeks later...
My version of OS Commerce also does not have the Weight Class option, and I cannot see any way to install it. What weight value does the system default to when the Weight Class option is not installed?

:rolleyes: How to change "lbs" to "kg"

 

The file need to change: catalog/includes/languages/english/modules/shipping/zone.php

 

Find: around line 16

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

 

Change to:

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

Link to comment
Share on other sites

  • 4 weeks later...
:rolleyes: How to change "lbs" to "kg"

 

The file need to change: catalog/includes/languages/english/modules/shipping/zone.php

 

Find: around line 16

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

 

Change to:

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

 

Thanks for your help. I have been searching in the forum for way to change the weight unit from lb to kg. Your reply is very helpful.

 

cheers

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...