Question about BFS requirement

Hello,

I received the following feedback from the Shopify BFS review team:

A feature that is exclusive to Shopify Plus merchants is visible to non-Plus merchants.

Does this mean that we need to:

  1. Hide the Checkout option for non-Plus merchants.
  2. Show the Checkout option, but hide the preview and settings sections.
  3. Show the Checkout option in a disabled state.

Which approach should we take?

I also think that is a really weird requirement.

The tools for detecting Shopify Plus are not 100% reliable.

We have a BFS app that shows a Shopify Plus feature but adds a warning if we detect the user is in another plan.

Hello @remy727

The best approach would be to do like @David_Arbias says. Keep the option, but if a non-plus merchant selects that, show a warning instead of the preview.

If you want to be extra careful, then you may remove the option entirely for non-plus merchants.

Thanks