diff --git a/13/umbraco-commerce/key-concepts/ui-config-files.md b/13/umbraco-commerce/key-concepts/ui-config-files.md index 8cb83907ae5..4df6332f071 100644 --- a/13/umbraco-commerce/key-concepts/ui-config-files.md +++ b/13/umbraco-commerce/key-concepts/ui-config-files.md @@ -23,7 +23,7 @@ If there are no cart config files defined, then Umbraco Commerce will fall back ## Assigning a UI Config File to a Store -To assign a UI config file to a Store, this is done by file name convention. This is where configs are looked for in `App_Plugins/UmbracoCommerce/config` with the following file name format `{storeAlias}.{entityType}.{viewType}.config.json`. If no store-specific file is found, it will fallback into the default `{entityType}.{viewType}.config.json`. +To assign a UI config file to a Store, this is done by file name convention. This is where configs are looked for in `wwwroot/App_Plugins/UmbracoCommerce/config` with the following file name format `{storeAlias}.{entityType}.{viewType}.config.json`. If no store-specific file is found, it will fallback into the default `{entityType}.{viewType}.config.json`. ## Cart/Order List Config Files