/home/mysticmo/public_html/admin/includes/languages/english.php
Line #570 : define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');
/home/mysticmo/public_html/includes/languages/classic/english.php
Line #487 : define('TEXT_SHIPPING_WEIGHT','lbs');
/home/mysticmo/public_html/includes/languages/english.php
Line #386 : define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');
Line #389 : define('TEXT_SHIPPING_WEIGHT','lbs');
/home/mysticmo/public_html/includes/languages/mystic/english.php
Line #386 : define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');
Line #389 : define('TEXT_SHIPPING_WEIGHT','lbs');
/home/mysticmo/public_html/includes/modules/shipping/usps.php
Line #131 : // weight must be less than 35lbs and greater than 6 ounces or it is not machinable
Line #244 : $db->Execute("insert into " . TABLE_CONFIGURATION . " (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) values ('All Packages are Machinable', 'MODULE_SHIPPING_USPS_MACHINABLE', 'False', 'Are all products shipped machinable based on C700 Package Services 2.0 Nonmachinable PARCEL POST USPS Rules and Regulations?<br /><br /><strong>Note: Nonmachinable packages will usually result in a higher Parcel Post Rate Charge.<br /><br />Packages 35lbs or more, or less than 6 ounces (.375), will be overridden and set to False</strong>', '6', '0', 'zen_cfg_select_option(array(\'True\', \'False\'), ', now())");