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