Hi,
i had the same problem, i did a search in this forum for
" lbs to kgs" and got the answer. From memory, i think there are two files and three places where you need to make the change.
I am a work right now and don't have my notes with me, but i will have a look when i get home later. that's if you have not found the answer by then.
Soul39
Hi
this is the file that you need to amend,
INCLUDES\LANGUAGE\YOUR-TEMPLATE\ENGLISH.PHP . open the file in your text editor and scroll down to- define('TEXT_PRODUCT_WEIGHT', 'lbs' ); it's a long way down; over 400 lines on my editor.
Change the lbs to whatever units you want, remember to leave the ' '.
Also about two lines down, under // shipping,
you need to do the same thing in,
define('TEXT_SHIPPING_WEIGHT', 'lbs');
Remember, if your are modifying the classic\english.php file, that you must save it to your own custom template, as this will get over written when you next upgrade.
i hope this has been helpful.
soul39
Thank you Soul39 :-)
That has solved the problem :-)
Mark
Hi, mtimber,
i am glad it got resolved.
I'm pleased as punch, i've solved my first query. I am going to give myself a very big
Soul39