comics-r-us Posted October 12, 2009 Posted October 12, 2009 hi i would like to change the how the shipping weight is shown currently it is set as lb i would like it to be kg as it is easier to work out weights of the products that i am selling the admin side seams to be set to kg but the shop side at the check out is shown in lb also on the same subjet i would like to set it to 3 decimal places eg 1.123kg nny help would be great full phil
jigga1234 Posted October 12, 2009 Posted October 12, 2009 what shipping module do you use? Flat rate, Free shipping etc etc.
comics-r-us Posted October 12, 2009 Author Posted October 12, 2009 hi i use the zone rate as this the only way i can combine p&p as such when the customer goes and pays for the item it shows as lb in the shipping area i would like it to show kg many thanks phil
jigga1234 Posted October 12, 2009 Posted October 12, 2009 I think this is what you need to look for. goto includes/languages/english/modules/shipping/zones.php open this file up and you should see a line that says define('MODULE_SHIPPING_ZONES_TEXT_UNITS', 'lbs'); Change this to define('MODULE_SHIPPING_ZONES_TEXT_UNITS', 'Kgs'); This should change the units to Kgs when people view the checkout. I am unsure how to chnage the number of decimal places however if I find out I will let you know. Did this work?
comics-r-us Posted October 12, 2009 Author Posted October 12, 2009 I think this is what you need to look for. goto includes/languages/english/modules/shipping/zones.php open this file up and you should see a line that says define('MODULE_SHIPPING_ZONES_TEXT_UNITS', 'lbs'); Change this to define('MODULE_SHIPPING_ZONES_TEXT_UNITS', 'Kgs'); This should change the units to Kgs when people view the checkout. I am unsure how to chnage the number of decimal places however if I find out I will let you know. Did this work? hi yes it did many thanks just need to change decimal places now to 3 it will be some thing dead simple when i find it thanks phil
toby_nator Posted December 9, 2009 Posted December 9, 2009 I think this is what you need to look for. goto includes/languages/english/modules/shipping/zones.php open this file up and you should see a line that says define('MODULE_SHIPPING_ZONES_TEXT_UNITS', 'lbs'); Change this to define('MODULE_SHIPPING_ZONES_TEXT_UNITS', 'Kgs'); This should change the units to Kgs when people view the checkout. I am unsure how to chnage the number of decimal places however if I find out I will let you know. Did this work? Thanks jigga1234 I had the same problem and it worked great for me! Toby
WorkingHard Posted December 11, 2009 Posted December 11, 2009 I think this is what you need to look for. goto includes/languages/english/modules/shipping/zones.php open this file up and you should see a line that says define('MODULE_SHIPPING_ZONES_TEXT_UNITS', 'lbs'); Change this to define('MODULE_SHIPPING_ZONES_TEXT_UNITS', 'Kgs'); This should change the units to Kgs when people view the checkout. I am unsure how to chnage the number of decimal places however if I find out I will let you know. Did this work? That works for me also, thanks! :thumbsup:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.