diff --git a/packages/extension-chakra-store-locator/config/default.json b/packages/extension-chakra-store-locator/config/default.json index e305e20657..31e9ae6b76 100644 --- a/packages/extension-chakra-store-locator/config/default.json +++ b/packages/extension-chakra-store-locator/config/default.json @@ -4,24 +4,28 @@ "radius": 100, "radiusUnit": "km", "defaultPageSize": 10, - "defaultCountry": "", - "defaultCountryCode": "", - "defaultPostalCode": "", + "defaultPostalCode": "10178", + "defaultCountry": "Germany", + "defaultCountryCode": "DE", "supportedCountries": [ { - "countryName": "", - "countryCode": "" + "countryCode": "US", + "countryName": "United States" + }, + { + "countryCode": "DE", + "countryName": "Germany" } ], "commerceApi": { "proxyPath": "/mobify/proxy/api", "parameters": { - "shortCode": "", - "clientId": "", - "organizationId": "", - "siteId": "", - "locale": "", - "currency": "" + "shortCode": "8o7m175y", + "clientId": "c9c45bfd-0ed3-4aa2-9971-40f88962b836", + "organizationId": "f_ecom_zzrf_001", + "siteId": "RefArchGlobal", + "locale": "en-GB", + "currency": "USD" } } } diff --git a/packages/extension-chakra-storefront/config/default.json b/packages/extension-chakra-storefront/config/default.json index ff8a7d2c8a..0c4662684b 100644 --- a/packages/extension-chakra-storefront/config/default.json +++ b/packages/extension-chakra-storefront/config/default.json @@ -8,19 +8,19 @@ "commerceAPI": { "proxyPath": "/mobify/proxy/api", "parameters": { - "clientId": "", - "organizationId": "", - "shortCode": "", - "siteId": "" + "clientId": "c9c45bfd-0ed3-4aa2-9971-40f88962b836", + "organizationId": "f_ecom_zzrf_001", + "shortCode": "8o7m175y", + "siteId": "RefArchGlobal" } }, - "defaultSite": "", - "defaultAppLocale": "", - "defaultSiteTitle": "", + "defaultSite": "RefArchGlobal", + "defaultAppLocale": "en-US", + "defaultSiteTitle": "Retail React App", "einsteinAPI": { "host": "https://api.cquotient.com", - "einsteinId": "", - "siteId": "", + "einsteinId": "1ea06c6e-c936-4324-bcf0-fada93f83bb1", + "siteId": "aaij-MobileFirst", "isProduction": false }, "maxCacheAge": 900, @@ -76,21 +76,78 @@ "recentSearchLimit": 5, "recentSearchMinLength": 3 }, - "siteAliases": {}, + "siteAliases": { + "RefArch": "us", + "RefArchGlobal": "global" + }, "sites": [ { - "id": "", + "id": "RefArch", "l10n": { - "defaultCurrency": "", - "defaultLocale": "", - "supportedCurrencies": [""], + "supportedCurrencies": ["USD"], + "defaultCurrency": "USD", + "defaultLocale": "en-US", "supportedLocales": [ { - "id": "", - "preferredCurrency": "" + "id": "en-US", + "preferredCurrency": "USD" + }, + { + "id": "en-CA", + "preferredCurrency": "USD" } ] } + }, + { + "id": "RefArchGlobal", + "l10n": { + "supportedCurrencies": ["GBP", "EUR", "CNY", "JPY"], + "defaultCurrency": "GBP", + "supportedLocales": [ + { + "id": "de-DE", + "preferredCurrency": "EUR" + }, + { + "id": "en-GB", + "preferredCurrency": "GBP" + }, + { + "id": "es-MX", + "preferredCurrency": "MXN" + }, + { + "id": "fr-FR", + "preferredCurrency": "EUR" + }, + { + "id": "it-IT", + "preferredCurrency": "EUR" + }, + { + "id": "ja-JP", + "preferredCurrency": "JPY" + }, + { + "id": "ko-KR", + "preferredCurrency": "KRW" + }, + { + "id": "pt-BR", + "preferredCurrency": "BRL" + }, + { + "id": "zh-CN", + "preferredCurrency": "CNY" + }, + { + "id": "zh-TW", + "preferredCurrency": "TWD" + } + ], + "defaultLocale": "en-GB" + } } ], "staleWhileRevalidate": 900,