
Originally Posted by
schoolboy
The TEXT describing the weight units are just LABELS, and do not have any effect on the maths that calculates weights.
If you want to change lb(s) to g
Then you will need to change the language DEFINES for all instances of lb(s)
Use: admin>>>tools>>>Developer Tool Kit to search for all instances of lb(s) in the language.php files.
Call up those files for editing. Find the lb(s) instances, and change them to g
As GKH says... it is not really a good idea to change CORE files. You should be using a CUSTOM template/language system, where your edited language.php files are then stored.