diff --git a/src/app/data/routes.js b/src/app/data/routes.js index aa04a7f89..fd73fe2ec 100644 --- a/src/app/data/routes.js +++ b/src/app/data/routes.js @@ -108,6 +108,13 @@ export const routes = [ title: __( 'Sales & Promotions', 'wp-plugin-bluehost' ), } : null, + NewfoldRuntime.hasCapability( 'hasYithExtended' ) && + NewfoldRuntime.hasCapability( 'hasEcomdash' ) + ? { + name: '/store/sales_channel', + title: __( 'Sales Channel', 'wp-plugin-bluehost' ), + } + : null, NewfoldRuntime.isWoo ? { name: '/store/payments',