Hi, i need to change some line files to change the weight value shown in my products. I can locate the files in developers tool kit but cant work out how to change them. Can someone help me?
Hi, i need to change some line files to change the weight value shown in my products. I can locate the files in developers tool kit but cant work out how to change them. Can someone help me?
I think you're looking for this:
https://www.zen-cart.com/tutorials/i...hp?article=204
Hi
Find the file english.php in the "includes/languages" folder and open it with a text editor like notebook. Find the correct lines
// Shipping
define('TEXT_SHIPPING_WEIGHT','lbs');
define('TEXT_SHIPPING_BOXES', 'Boxes');
and change to
// Shipping
define('TEXT_SHIPPING_WEIGHT','kgs');
define('TEXT_SHIPPING_BOXES', 'Boxes');
then save and upload.
This should work for you.
All the best
Hi, many thanks for the help, managed to crack it. Thanks a lot.![]()
Is there anyway to change the lbs to kg in the Estimate Shipping Costs pop up box ?????