Results 1 to 4 of 4
  1. #1
    Join Date
    Jun 2011
    Posts
    113
    Plugin Contributions
    0

    Default 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

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Shipping estimation from lbs to kgs?

    Get into /includes/extra_configures/shipping_units.php
    Code:
    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
    Code:
    define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');
    define('TEXT_SHIPPING_WEIGHT','lbs');

  3. #3
    Join Date
    Jun 2011
    Posts
    113
    Plugin Contributions
    0

    Default Re: Shipping estimation from lbs to kgs?

    Quote Originally Posted by kobra View Post
    Get into /includes/extra_configures/shipping_units.php
    Code:
    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
    Code:
    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

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Shipping estimation from lbs to kgs?

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

 

 

Similar Threads

  1. Changing weight from lbs to kgs
    By mighty midget in forum General Questions
    Replies: 4
    Last Post: 25 Jan 2012, 02:09 AM
  2. changing the weight of products from lbs to kgs
    By silkvixen in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 22 Feb 2010, 03:25 AM
  3. How Do I change from kgs to lbs?
    By 21zerogo in forum General Questions
    Replies: 1
    Last Post: 2 Aug 2009, 02:01 PM
  4. changing from lbs to kgs for shipping weight?
    By Pat Allosaurs in forum Built-in Shipping and Payment Modules
    Replies: 11
    Last Post: 10 Sep 2008, 03:31 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg