Forum
Shop: Change the default country in the country list?
When Perch Shop customers are entering their addresses (customer_create.html template), I’d like for United States to be the default country instead of United Kingdom. How do I do that?
When Perch Shop customers are entering their addresses (customer_create.html template), I’d like for United States to be the default country instead of United Kingdom. How do I do that?
I got an answer in the Slack chat! I looked up the id for the USA in the perch2_shop_countries table in the database, and changed the country_list value="236" to value="237" in customer_create.html.
Perfect.