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