Suggestions not loading
The widget renders but suggestions are empty or the spinner never resolves. The right check depends on your install path.
Shopify
Section titled “Shopify”These checks apply to Shopify stores only.
- Dialog app embed isn’t toggled on. Go to your Shopify theme customizer and activate the Dialog app embed in the Embed apps section.
- Theme compatibility issue. If your theme isn’t Online Store 2.0 compatible, the app block won’t load correctly. Follow the manual install steps in Install Dialog on Shopify.
All other install paths (Prestashop, GTM, React, Vue, vanilla SDK)
Section titled “All other install paths (Prestashop, GTM, React, Vue, vanilla SDK)”The most common cause is a product ID mismatch: the ID you pass to Dialog (via the productId data attribute, GTM variable, or SDK prop) doesn’t match any product in your uploaded catalog.
- Check the catalog is uploaded (Prestashop module finished, or your API upload returned 2xx).
- Verify the
productIdyou’re sending matches theidfield in your catalog JSON. - Confirm the product has at least one variant with
inStock: true.
If suggestions are still empty after that, email support with the product ID and one example you’d expect to be returned.
Still stuck?
Section titled “Still stuck?”Email support@askdialog.com with your install path, the URL of the product page, and a screenshot.