Skip to content

Commit

Permalink
Merge pull request #1169 from bluehost/PRESS0-1480
Browse files Browse the repository at this point in the history
Adding Sales Channel route under Store main menu item
  • Loading branch information
wpalani authored Jul 24, 2024
2 parents 871a738 + 12fd422 commit c04664e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/app/data/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,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',
Expand Down

0 comments on commit c04664e

Please sign in to comment.