Order	Active	Type	Name	Expression	FeeExpression	FriendlyNameExpression
0	False	Boolean	$Debug	true		
10	True	Option	Payments.CheckMoneyOrder	Customer.IsInRole("Members") or Customer.IsInRole("Administrators") ? Show : Disabled	Customer.IsInRole("Members") ? 0.00 : 1.25	FriendlyName + " (Available only for Members)"
20	True	Option	Payments.CashOnDelivery	ShippingAddress.ZipPostalCode.StartsWith("888")		
30	True	Option	Payments.Manual	OriginalCustomerIfImpersonated != null	CreditCardType = null ? 0.00 : CreditCardType = "Visa" ? OrderTotalWithoutPaymentFee * 0.02 : 1.00	FriendlyName + " (use POS)"
35	True	Option	Payments.AuthorizeNet	OriginalCustomerIfImpersonated = null	CreditCardType = null ? 0.00 : CreditCardType = "Visa" ? OrderTotalWithoutPaymentFee * 0.02 : 1.00	FriendlyName + " (fee varies)"
40	True	Option	Payments.PurchaseOrder	Customer.IsInRole("Members")		
50	True	Option	Payments.PayInStore	ShippingOptionName = "In-Store Pickup" ? Show : Disabled		ShippingOptionName = "In-Store Pickup" ? "" : FriendlyName + "(Available only for In-Store Pickup)"
60	True	Option	Payments.PayPalStandard	CurrentStoreId = 1 and ShippingOptionName.StartsWith("FedEx")		
