static public bool ShippingMethodIsInFreeList(int ShippingMethodID) { return(CommonLogic.IntegerIsInIntegerList(ShippingMethodID, AppLogic.AppConfig("ShippingMethodIDIfFreeShippingIsOn"))); }