In my WooCommerce website is an e-commerce website, some products have a weight Unit in "Kg", some others in "Liter", and Some are in "Pound". In WooCommerce, I can choose a unique unit for Weight. I want it to write a Unit manually by typing Like 5 Liters or 5 Kg or 5 Pounds.
Here is the Screenshot reference:
Any help is appreciated.
2
Answers
It is possible to add an additional field (radio buttons) in the admin product pages next to the weight field (on the shipping tab settings), to manage different weight units at the product level.
Here is the code:
Code goes in functions.php file of the active child theme (or active theme). Tested and works.
Is it possible that after selecting the weight unit: liter, the product unit is "l" not "kg" in several categories?
screen