Order Active Type Name Expression RateExpression SurchargeExpression NameExpression DescriptionExpression 0 False Boolean $Debug true 10 True Boolean NeedsColdShipping Items.Any(Product.HasCategory("Cold Shipping")) 20 True Option Shipping true Shipping.FixedByWeightByTotal (NOT [NeedsColdShipping] and [$Name].Contains("Cold")) OR ([NeedsColdShipping] and NOT [$Name].Contains("Cold")) ? "" : [$Name] 30 True ErrorExit NoColdShippingForCountry [NeedsColdShipping] and [$ShippingOptionsCount] = 1 "Sorry, your cart contains items requiring cold shipping, but we can't do cold shipping for your country"