Esempio n. 1
0
 static public string GetFormattedRealTimeShippingMethodForSelectList(ShippingMethod shippingMethod)
 {
     return(GetFormattedRealTimeShippingMethodForSelectList(shippingMethod.Id, shippingMethod.GetNameForDisplay(), shippingMethod.Freight, shippingMethod.VatRate));
 }