Order Active Type Name Expression RateExpression SurchargeExpression NameExpression DescriptionExpression 0 True Boolean $Debug true 10 True ErrorExit No State Entered ShippingAddress.StateProvince = null "Please enter Country, State, and Zip" 20 True ErrorExit No Zip Entered ShippingAddress.ZipPostalCode = null "Please enter Country, State, and Zip" 30 True ErrorExit No PO Boxes ShippingAddress.Address1 != null and Regex.IsMatch(ShippingAddress.Address1, "(?i)\b(?:Post\ (?:Office\ )?|P[.\ ]?O\.?\ )?Box\b") "Sorry, we can't ship to PO Boxes." 100 True Boolean CartHasNoFirstClassParcelItems Items.Any(Product.HasCategory("No First Class Parcel")) 110 True Option In-Store Pickup [$CurrentStoreId]=1 0 "Customer will pick-up at our store in YourStore, NY" 130 True Option US Mail Store 1 [$CurrentStoreId]=1 Shipping.USPS [$Name].Contains("Letter") or [$Name].Contains("Postcards") or ([$Name].Contains("Parcel") and [CartHasNoFirstClassParcelItems]) ? "" : [$Name] 150 True Option US Mail Store 1 [$CurrentStoreId]=2 Shipping.USPS [$Name].Contains("Priority Mail") ? [$Name] : ""