Issue with weight_with_unit liquid filter

Hello all,

Can anyone help with an odd thing that’s happening when using the weight_with_unit liquid filter?

When used, we’re outside of an product context, so it’s used like this: {{ 6.7 | weight_with_unit }}. In this case, a store has their unit set to ounces. However, when loading the store’s front end, this exact piece of liquid renders “0.2 oz” to the screen. So, it appears to be converting it to kg and then displaying ounces anyway.

It works fine, as far as we can tell, on any other store.

Thanks in advance.