Exemplo n.º 1
0
 /// <summary>
 /// Gets the current shipping method of the customer's session. If the customer has a current order the shipping method of that order is returned.
 /// </summary>
 /// <param name="storeId">Id of the store.</param>
 /// <returns>The current shipping method object.</returns>
 public static ShippingMethod GetCurrentShippingMethod(long storeId)
 {
     return(TeaCommerceHelper.GetCurrentShippingMethod(storeId));
 }