constant UC_STORE_OZ_TO_LB in Ubercart 8.4
Converts ounces to pounds.
File
- uc_store/
uc_store.module, line 82 - Contains global Ubercart functions and store administration functionality.
Code
define('UC_STORE_OZ_TO_LB', 0.0625);
Converts ounces to pounds.
define('UC_STORE_OZ_TO_LB', 0.0625);