zencart把默认的单位g 修改为 kg

有些时候,需要按重量收快递费的时候,需要修改重量的单位。

1.includes/languages/你的模板名/english.php
2.includes/languages/english.php
配送模块相关的,如
3. /includes/modules/你的模板名/zones.php
4./includes/modules/你的模板名/emszones.php
5./includes/modules/你的模板名/tntzones.php

/includes/languages/english.php
define(’TEXT_PRODUCT_WEIGHT_UNIT’,’g’);

/includes/languages/english/modules/shipping/zones.php
define(’TEXT_SHIPPING_WEIGHT’,’g’);
define(’TEXT_SHIPPING_BOXES’, ‘Boxes’);

标签


Warning: error_log(/www/wwwroot/www.ctrol.cn/wp-content/plugins/spider-analyser/#log/log-0213.txt): failed to open stream: No such file or directory in /www/wwwroot/www.ctrol.cn/wp-content/plugins/spider-analyser/spider.class.php on line 2900