Hello,
We currently have an application that integrates a JS script through a Script Tag on the ‘thank you’ page of our app users’ Shopify stores. This script introduces a feedback “widget” on the page, allowing customers to leave feedback about their purchase.
However, it appears that the new checkout that use Checkout Extensibility do not support Script Tags. In reviewing Shopifys new Checkout UI extensions, I’m wondering if we are now limited to using only the Shopify provided Components listed here https://shopify.dev/docs/api/checkout-ui-extensions/2024-01/components.
Does this mean we are unable to add custom HTML to the page as we could with a script tag?
Additionally, we are facing an urgent situation where merchants who have switched to the new Shopify checkout system can no longer use our app. This has put us in a mad rush to adapt our application to be compatible with the new checkouts.
Any help would be much appreciated.