My eCommerce mostly contains small and lightweight objects, so that
I wanted the gram (instead of the kilogram)
as main weight unit.
According to the
documentation about weight:
"The class set to 1.00000 is your base weight class. Any other weights in there need to be a factor of your base class."
So,
instead of:
Weight Title | Weight Unit | Value |
Gram | g | 1000 |
Kilogram | kg | 1 |
I wanted to have:
Weight Title | Weight Unit | Value |
Gram | g | 1 |
Kilogram | kg | 0.001 |
But when editing, the
"Value" field was read-only.
I could still make the edits by hitting the F12 key in the browser, and using the development tools to remove the "readonly" occurences in the source code for the concerned Value field, and save my edits.
However,
I wonder why the lenght and weight value fields were read-only?As a preventive measure because some extensions would possibly not be properly implemented to handle different main units properly?
Can someone check if also observing this, or if this limitation was only in my shop?
Thank you.