Open clatwell opened 8 months ago
### Context * Currently, when the WooCommerce store gets spun up for a Nonprofit during the Onboarding flow, we programmatically update a *bunch* of WooCommerce Settings so the store is configured properly for GOODBIDS. * We are not currently adjusting the default setting for Selling location(s) (`/wp-admin/admin.php?page=wc-settings`) * For this ticket, we'd like to adjust the setting for **Selling location(s)** so that Nonprofits default to selling to only the United States and Canada. ### Task **Current** `woocommerce_allowed_countries` = `all` [Image](https://uploads.linear.app/c5f89e46-a242-4cc9-bea3-c8c2a1cb48f1/29c793f4-1982-4486-b73b-5f1dd388fe95/ed902107-469d-4eec-bd3f-31c9fe6d6bc9) [Image](https://uploads.linear.app/c5f89e46-a242-4cc9-bea3-c8c2a1cb48f1/afce0ded-8d81-42da-90eb-39edb0e52d97/f8f57958-2abe-4afe-bf41-994fdc836a63) **Desired** `woocommerce_allowed_counties` = `specific` `woocommerce_specific_allowed_countries` = United States and Canada [Image](https://uploads.linear.app/c5f89e46-a242-4cc9-bea3-c8c2a1cb48f1/55875bba-0ea4-4fd2-a3b2-6493141d5f7d/556d6b41-599c-4f15-bc0b-8a87ab55a35f) [Image](https://uploads.linear.app/c5f89e46-a242-4cc9-bea3-c8c2a1cb48f1/10254ad3-2629-4163-b5c0-6d06c1976eaa/d24a138d-de06-4697-9aaf-79dfb779c517)
Context
/wp-admin/admin.php?page=wc-settings
)Task
Current
woocommerce_allowed_countries
=all
Desired
woocommerce_allowed_counties
=specific
woocommerce_specific_allowed_countries
= United States and Canada