Mrfish8 Posted September 26, 2020 Share Posted September 26, 2020 Hello is it possible to change the default weight on Cubecart product description tab from English/UK to English/U.S. ? I would like to change from kg to ounces and pounds for U.S. measurements. Currently using version 6.2.9 of Cubecart. Thank You Quote Link to comment Share on other sites More sharing options...
bsmither Posted September 26, 2020 Share Posted September 26, 2020 Welcome MrFish! Glad to see you made it to the forums. In admin, Store Settings, Stock tab, please choose "Imperial (lb)" for Weight Unit. Quote Link to comment Share on other sites More sharing options...
Jamex Posted September 10, 2021 Share Posted September 10, 2021 On 9/26/2020 at 11:36 PM, bsmither said: Welcome MrFish! Glad to see you made it to the forums. In admin, Store Settings, Stock tab, please choose "Imperial (lb)" for Weight Unit. I want to change or add gram scale instead of KG, how can I do that Please? Quote Link to comment Share on other sites More sharing options...
bsmither Posted September 11, 2021 Share Posted September 11, 2021 In the admin script file /sources/settings.index.inc.php: Near line 450, find: 'product_weight_unit' => array('Lb' => $lang['settings']['weight_unit_lb'], 'Kg' => $lang['settings']['weight_unit_kg']), Change to: 'product_weight_unit' => array('Lb' => $lang['settings']['weight_unit_lb'], 'Kg' => $lang['settings']['weight_unit_kg'], 'g' => "Metric (g)"), 1 Quote Link to comment Share on other sites More sharing options...
Jamex Posted September 14, 2021 Share Posted September 14, 2021 Thank you so much Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.