App reviews, troubleshooting, and recommendations
Hi, I built a checkoutUI extension for Chat Api and implemented the example in docs with target checkout
Chat API Docs
I've hosted the example in app which is publicly accessible and here is extension settings I did
[[extensions.targeting]]
target = "purchase.checkout.chat.render"
[extensions.targeting.preloads]
chat = "https://my-chat-application.com"
And here is my Checkout extension code
import {reactExtension, Chat} from '@shopify/ui-extensions-react/checkout';
export default reactExtension('purchase.checkout.chat.render', () => (
<Extension />
));
function Extension() {
return <Chat inlineSize={150} blockSize={50} />;
}
Although the extension worked and the host script is embedded in the Chat Component Iframe, it's not showing up on the checkout page.
Here is the screenshot of it.
Which step I've missed or is it an issue of Chat API as it's very new?
Here are the docs for Chat API : https://shopify.dev/docs/api/checkout-ui-extensions/2024-10/components/overlays/chat#app
https://shopify.dev/changelog/new-chat-api-for-building-chat-apps-in-shopify-checkout
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024