Questions tagged [countries]

131 questions
1
vote
1 answer

Google Play: Cannot remove country while staged rollout in progress

Until recently I had an app available in production in 2 countries, but then I decided to stop releasing the app in 1 of the 2 countries. When I went to release new versions of the app I would only select 1 of the countries and rollout to 100%. The…
alex-blair
  • 127
  • 1
  • 5
1
vote
1 answer

How to get the complete state name from a WooCommerce order?

I'm new to WordPress and WooCommerce plugins and such. I'm writing a plugin and I need to send some data to a SOAP API, the case is that the API only accepts the state full name but I'm only getting the abbreviated form from…
Ezequias Lopes
  • 129
  • 1
  • 11
1
vote
1 answer

PayPal won't accept every credit/debit card - Smart Buttons Checkout

I'm using PayPal Samart Buttons which offers me two possiblities: pay with a PayPal account and use a credit/debit card. The problem is that PayPal seems to not accept payments with credit/debit card from some countries as I created a few personal…
1
vote
1 answer

currently viewed country in google maps

I need a way to figure out what country (if any) the user is currently viewing on the map. If multiple countries are view'd just return "". I've been working on this for a while, and know how to use the reverse geocoder, however, that is not an…
xzc
  • 61
  • 1
  • 3
1
vote
1 answer

Using ISO 3166-1-alpha-2 as authoritative country list?

Is this an authoritative list of countries I can use for my application? http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm English country names and code elements This list states the country…
siliconpi
  • 8,105
  • 18
  • 69
  • 107
1
vote
0 answers

Address form with country filter dropdown - google maps

I'm trying to add a "country" filter for an an autocomplete address form. So when a user selects a certain country, the google autocomplete filters the address according to that country. For some reason I cannot get the change event to happen when…
Elektra
  • 39
  • 7
1
vote
1 answer

How do I display and access a ComboBox made in a Java class in my FXML?

I am making an application using only Java and FXML for a school project. I am not allowed to use scene builder. In the appplication, the user enters their info into a form. This info is then used to create an instance of one of three possible…
ed_3stacks
  • 11
  • 3
1
vote
2 answers

Multiple iPhone App Versions for Different Countries

I created an app and it is currently live in the app store for all countries. I would like to roll out a different version of my app for the UK, the only difference being the cities users see. Is it possible to do this ? What is the procedure for…
Peter Willsey
  • 1,078
  • 6
  • 18
1
vote
2 answers

Sort ArrayList of countries by name, habitants and size

I want to create three methods which I can use to sort an ArrayList, which reads a list of countries from a text file by the name of the country (alphabetically), the amount of habitants and the size of the country. I know how to sort them by the…
jossann
  • 11
  • 2
1
vote
1 answer

Keep state field as a dropdown when one allowed country on Woocommerce

I thought this would be easy but I'm not getting the results I want. Basically I have 2 countries in woocommerce CA and US. I'm trying to remove one conditionally, and I can do that with the following code below. However, when I go from 2…
mrD
  • 45
  • 1
  • 4
1
vote
1 answer

Display a custom message based on shipping zone and product categories in Woocommerce

I've been using Woocommerce to try to write a PHP function (as a novice hack stuff together from other posts here and elsewhere)... :) I seem to have managed this finally (before anyone even responded to my post!), so here it is in case it proves…
Ed Tyler
  • 13
  • 1
  • 10
1
vote
0 answers

Countries and country code rails

I am having a registration form where user will choose country and for phone number field they can choose country code, I am using countries gem for list out the countries and intlTelInput plugin for phone number field but the countries is different…
Aarthi
  • 1,451
  • 15
  • 39
1
vote
1 answer

Countries gem rails

I am using countries gem to list countries in a dropdown, <%= form.collection_select(:country, ISO3166::Country.countries.sort_by(&:name), 'name', 'name', {include_blank: 'Select a country'}, class: "select__picker", 'data-style': 'form-control',…
Aarthi
  • 1,451
  • 15
  • 39
1
vote
2 answers

Replace multiple values using a reference table

I’m cleaning a data base, one of the fields is “country” however the country names in my data base do not match the output I need. I though of using str_replace function but I have over 50 countries that need to be fix, so it’s not the most…
Claudia
  • 105
  • 2
  • 7
1
vote
1 answer

Retrieve information about all european countries

What I want from my sparql query is to not only get a list of all the European countries, but I want all the info they have. For instance, their capital, currency, areaKM and so on. The end goal is to use the datasets I aquired in protege. The query…
1 2 3
8 9