Re: Minimum shipping rate based on weight.
- Change weight from Lbs to Kilograms
In Zen Cart v1.3.0, there are 3 places to change from 'lbs' to whatever unit of measure you wish to display:
/admin/includes/languages/english.php
Code:
define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');/includes/languages/YOURTEMPLATE/english.php
Code:
define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');
// Shipping
[FONT=Arial]define('TEXT_SHIPPING_WEIGHT','lbs');
[/FONT]
'E-Start your web store' book - I Got it and now ..... I GET IT !....Well alot more of it anyway (-: