constant UC_STORE_LB_TO_KG in Ubercart 8.4
Converts pounds to kilograms.
File
- uc_store/
uc_store.module, line 69 - Contains global Ubercart functions and store administration functionality.
Code
define('UC_STORE_LB_TO_KG', 0.45359237);
Converts pounds to kilograms.
define('UC_STORE_LB_TO_KG', 0.45359237);