You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Countries field options values are from countries in website and order alphabetical.
In real site (not bigger), a lot of users-customers connections is same country that site. For example, if my site is in Spain, a lot of customers are from Spain. A few customers from other countries
If my site are configurate to available countries Belgium, France and Spain. In this case, Spain is last option and a lot of customers selected this option.
When add a new address in Nereid App, I need everytime to select last option. It's not usability in this site.
In Nereid website options, you select countries available and optional. Now, you could get a new field: default country. This country is a selected option in countries selection (default).
We add a new method get_default_country. You could overwrite this method and get default country, for example, by GeoIP.
The text was updated successfully, but these errors were encountered:
Countries field options values are from countries in website and order alphabetical.
In real site (not bigger), a lot of users-customers connections is same country that site. For example, if my site is in Spain, a lot of customers are from Spain. A few customers from other countries
If my site are configurate to available countries Belgium, France and Spain. In this case, Spain is last option and a lot of customers selected this option.
When add a new address in Nereid App, I need everytime to select last option. It's not usability in this site.
We develop a feature to add a default country: https://github.com/zikzakmedia/trytond-nereid/commit/932f01ab4c510414edb2559741bcee7e97e8b71a
In Nereid website options, you select countries available and optional. Now, you could get a new field: default country. This country is a selected option in countries selection (default).
We add a new method get_default_country. You could overwrite this method and get default country, for example, by GeoIP.
The text was updated successfully, but these errors were encountered: