This app includes features for the new Thank you and Order status pages

Testing a basic theme app extension. The app-block.liquid specifies the extension is disabled on cart templates.

{% schema %}
{
  "name": "App Extensions",
  "target": "body",
  "settings": [],
  "disabled_on": {
    "templates": [ "cart" ]
  }
}
{% endschema %}

I’m getting conflicting warnings during install:

  • This app includes legacy features that are no longer supported on the Thank you and Order status pages.
  • This app includes features for the new Thank you and Order status pages.

Which is it - legacy or new features?

The theme is 100% updated, there are no customizations, and there are no options to replace the existing pages within the admin. There are no cart-specific app blocks in the app, and the block should be disabled on cart pages.

What do I have to do to resolve these warnings?

1 Like

+1 same here.

We got the same notice, there was no legacy/deprecate …. document notice from Shopify about this recently!

I got the same notice too.

Can confirm we started receiving the same message since a few hours ago, although not making any changes to the manifest or liquid files.

Hi all,

Thank you for reporting this issue to us.

I was able to replicate the issue with with a fresh app template with no changes and 0 extensions. We will investigate this issue and provide an update as soon as possible.

It happens with both testing apps and production apps.

Also: FYI - adding/removing scopes doesn’t have any impact or resolve the issue. Thanks @Paige-Shopify for getting on it.

1 Like

Yes it just suddenly happened with no changes.

I’m getting the same message, no changes made to the app and we don’t have any features related to the thank you and order status page.

Appears to be purely visual issue on our end that we’ll resolve as soon as possible.

I’ll share some clarification around these banners until we get this resolved.

Unsupported features banner:
Is only expected to appear for apps still utilizing ScriptTags.

Upgrade your Thank you and Order status pages banner:
Is only expected to appear for apps with UI extension on shops that have not upgraded the Thank you and Order status page yet.

It does get a little more granular than that, but that’s the general gist of it. No changes are required on the app’s end to resolve the banners if it doesn’t have any ScriptTags.

1 Like

@Paige-Shopify We have no ScriptTags directives in the app. Nor are we implementing UI extensions - in this case we’re purely a theme extension with a single <script> tag and the extension is disabled on cart pages. If necessary, I’ll be happy to provide app details (id, developer id, etc) privately. Thanks…

Thanks for the offer :slight_smile: We don’t need any app details at this time. But once we’ve pushed a fix, we would appreciate if you can confirm if it’s resolved on your end too. For your app specifically, neither banner should render.

@Paige-Shopify Thanks. :+1:

+1 same here.

Our App has been updated to support the new Thank you and Order page a long time ago…

We’re also seeing the banner appear on our apps, even though we don’t use or interact with any of those features.

+1
Happening for our apps as well

+1 same issues here in production and development apps:

Thank you all for reporting this issue and confirming that your apps were affected.

We deployed a fix earlier today that should resolve the problem. Please let me know if you experience any further issues.

1 Like

@Paige-Shopify Confirmed that the fix has resolved the original problem on this end. Thank you.

1 Like

@Paige-Shopify I’m still encountering the issue. Our app, “Barn2 Bundles & Bulk Discounts” supports Shopify Markets and requests locales and market-related settings during installation to enable this feature. However, we continue to receive the “unsupported Markets feature” notice.

Any guidance or assistance on resolving this would be greatly appreciated.

Thanks