Country

GetCountry

Gets a country from a specfic store.

    GetCountries

    Gets the countries for a specific store.

      GetCurrentPaymentCountry

      Gets the current payment country of the customer's session. If the customer has a current order the payment country of that order is returned.

        GetCurrentShippingCountry

        Gets the current shipping country of the customer's session. If the customer has a current order the shipping country of that order is returned.

          SetCurrentPaymentCountry

          Changes the current payment country of the customer's session. The payment country is also changed for the customer's current order if present. If the country is changed and the current currency isn't allowed in this country - then the currency will change to the default currency of the new payment country. It is the same with the current shipping method and payment method.

            SetCurrentShippingCountry

            Changes the current shipping country of the customer's session. The shipping country is also changed for the customer's current order if present. If the country is changed and the current shipping method isn't allowed in this country - then the shipping method will change to the default shipping method of the new shipping country. If no current shipping country is specified it will fallback to use the payment country.

              Last Updated: 9/2/2019, 10:22:34 AM