Weight units are missing a spacing.
22.08kg should be 22.08 kg
This concerns everywhere weight is specified.
says you.
This is not a bug and won't be changed in the core.
If you want to add a space on your cart then add it.
1. EDIT: system/library/weight.php
2. FIND:
3. REPLACE WITH:
This is not a bug and won't be changed in the core.
If you want to add a space on your cart then add it.
1. EDIT: system/library/weight.php
2. FIND:
Code: Select all
return number_format($value, 2, $decimal_point, $thousand_point) . $this->weights[strtolower($unit)]['unit'];
Code: Select all
return number_format($value, 2, $decimal_point, $thousand_point) . ' ' . $this->weights[strtolower($unit)]['unit'];
Who is online
Users browsing this forum: Amazon [Bot] and 4 guests