Zen Cart Logo
Forums / General Questions / Shipping estimation from lbs to kgs?

Shipping estimation from lbs to kgs?

Views: 720

Results 1 to 4 of 4
13 Dec 2012, 11:25 PM
#1
snaggle avatar

snaggle

Zen Follower

Join Date:
Jun 2011
Posts:
113
Plugin Contributions:
0

Shipping estimation from lbs to kgs?

Hello
could someone help me change the shipping estimation pop up windows from lb(s)) to Kg

thank you

14 Dec 2012, 3:25 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Shipping estimation from lbs to kgs?

Get into /includes/extra_configures/shipping_units.php

define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');
define('TEXT_SHIPPING_WEIGHT','lbs');
define('SYSTEM_WEIGHT_UNITS','lbs'); //(options: 'kgs' or 'lbs') 

Get into /includes/languages/classic/english.php or your override copy

define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');
define('TEXT_SHIPPING_WEIGHT','lbs'); 
14 Dec 2012, 3:40 AM
#3
snaggle avatar

snaggle

Zen Follower

Join Date:
Jun 2011
Posts:
113
Plugin Contributions:
0

Re: Shipping estimation from lbs to kgs?

kobra:

Get into /includes/extra_configures/shipping_units.php

define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');
define('TEXT_SHIPPING_WEIGHT','lbs');
define('SYSTEM_WEIGHT_UNITS','lbs'); //(options: 'kgs' or 'lbs')

> Get into /includes/languages/classic/english.php or your override copy
> ```
define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');
define('TEXT_SHIPPING_WEIGHT','lbs'); 

thank you I entered into that exact folder and here are the file names.

bmz_image_handler_conf.php
bmz_io_conf.php
email_use_8bit.php

enable_error_logging.php
enable_error_logging.php
media_manager.php
pci_patch_13x_search.php
security_patch_v138_20080919.php
security_patch_v138_20090619.php

I am using lATEST zEN CART

thanks

14 Dec 2012, 5:13 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Shipping estimation from lbs to kgs?

Sorry - /includes/extra_configures/shipping_units.php
Must be from an addon
Edit the english.php file