constant UC_STORE_OZ_TO_KG in Ubercart 8.4
Converts ounces to kilograms.
File
- uc_store/
uc_store.module, line 86 - Contains global Ubercart functions and store administration functionality.
Code
define('UC_STORE_OZ_TO_KG', 0.028349523);
Converts ounces to kilograms.
define('UC_STORE_OZ_TO_KG', 0.028349523);