示例#1
0
 /// <summary>
 /// Get the price for a specific shipping method using the current currency.
 /// </summary>
 /// <param name="storeId">Id of the store.</param>
 /// <param name="shippingMethodId">Id of the shipping method.</param>
 /// <returns>A price object.</returns>
 public static Price GetPriceForShippingMethod(long storeId, long shippingMethodId)
 {
     return(TeaCommerceHelper.GetPriceForShippingMethod(storeId, shippingMethodId));
 }