Skip to content

Commit

Permalink
Hide WonderCart from YITH Plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
aulisius committed Jul 6, 2023
1 parent 6a09671 commit 186007e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/configs/YITHPlugins.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ export const YITHPluginsDefinitions = (props) => ({
},
{
Card: FeatureCard,
shouldRender: (state) => state.isUpsellNeeded === false,
shouldRender: () => false,
name: "nfd_slug_wonder_cart",
assets: () => ({
Image: SalesFunnelLicense,
Expand All @@ -331,7 +331,7 @@ export const YITHPluginsDefinitions = (props) => ({
actions: {
installFeature: createPluginInstallAction(
"nfd_slug_wonder_cart",
16,
17,
props
),
},
Expand Down

0 comments on commit 186007e

Please sign in to comment.