Hello Zen Community,
I've seen a few threads in regards to this question already, so let me state what I know so far about this issue.
Traditionally, to change the text string for weight conversions, one would go to their includes/languages/("templatename")/english.php file.
In my english.php file, My code reads as the following:
define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');
// Shipping
define('TEXT_SHIPPING_WEIGHT','lbs');
define('TEXT_SHIPPING_BOXES', 'Boxes');
From what I understand, that's the correct file and line to edit to move my conversions from Kgs to Lbs.
Yet, Zen Cart's shipping modules as well as the weight for each item on the site still shows in kilograms.
What do I need to do to facilitate this transition further? The site is http://www.primevapor.com .
Thanks for your time and patience!
Sincerely,
Jonah Youngblood



