示例#1
0
 public string GetShoppingCartSubTotal(ShoppingCart cart, Customer customer, bool includingTax, out decimal discountAmount, out decimal subTotalWithoutDiscount, out decimal subTotalWithDiscount, out SortedDictionary <decimal, decimal> taxRates)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public string GetShoppingCartSubTotal(ShoppingCart cart, Customer customer, out decimal discountAmount, out decimal subTotalWithoutDiscount, out decimal subTotalWithDiscount)
 {
     throw new NotImplementedException();
 }
示例#3
0
 public decimal?GetShoppingCartTotal(ShoppingCart cart, int paymentMethodId, Customer customer, out decimal discountAmount, bool useRewardPoints, out int redeemedRewardPoints, out decimal redeemedRewardPointsAmount)
 {
     throw new NotImplementedException();
 }
示例#4
0
 public decimal?GetShoppingCartTotal(ShoppingCart cart, int paymentMethodId, Customer customer, bool useRewardPoints)
 {
     throw new NotImplementedException();
 }
示例#5
0
 public string GetReccuringCycleInfo(ShoppingCart shoppingCart, out int cycleLength, out int cyclePeriod, out int totalCycles)
 {
     throw new NotImplementedException();
 }
示例#6
0
 public List <string> GetShoppingCartWarnings(ShoppingCart shoppingCart, string checkoutAttributes, bool validateCheckoutAttributes)
 {
     throw new NotImplementedException();
 }