I don’t see the option form on my product page
Three things to check, in this order:1. Is the app embed on?
1. Is the app embed on?
Shopify admin → Online Store → Themes → Customize → App embeds. Make sure POD Auto-Loader is toggled on and you clicked Save. A disabled embed is the single most common cause of a missing widget.
2. Is the product linked to a template and option set?
2. Is the product linked to a template and option set?
Customei admin → Products → open the product. Both Template and Option set must be assigned. Without both, Customei treats the product as non-personalizable and the widget stays hidden.
3. Is the bundle published?
3. Is the bundle published?
After you save an option set, Customei rebuilds a bundle and pushes it to the CDN. That takes a few seconds. If you just saved and don’t see the form yet, wait ~10 seconds and refresh the product page.
/apps/pod/... — that’s Customei’s app proxy talking to your store.
The form shows up but the preview doesn’t update
The form and the preview share a browser runtime. If the form works (typing in a field, picking a swatch) but the product image doesn’t change, the most likely causes are:- The field isn’t bound to a layer. Open the option set, click the field, and confirm Bound layer is set.
- The layer is hidden or locked in the template. Open the template in the editor and check the layer’s visibility toggle.
- An ad-blocker is blocking the runtime. Customei’s runtime is loaded from Shopify’s asset CDN — it should never be blocked — but aggressive blocklists sometimes catch
customei-*.jsfilenames. Try an incognito window without extensions.
I can’t find my Shopify product in Customei
Customei syncs products from Shopify on install and on product webhooks. If a product is missing:- Wait a minute. New products created after you installed Customei sync via webhooks, which usually land in under a minute.
- Check the product status. Draft products appear in the list but are marked as drafts.
- Force a resync. From the Customei admin, open the product list page and click Resync (in the list’s action menu).
The personalization form loads but “Add to cart” does nothing
Two likely causes:- Required field left blank. Customei blocks Add to cart until every required field has a value. Look for a validation message next to the field.
- Price add-on mismatch. If a price add-on is attached to an option and the fee product hasn’t been created yet, Customei will refuse to add the item. This is rare — it usually self-corrects on the next admin save. If it doesn’t, see Fee Variant.
Print file generation is stuck
When an order is paid, Customei queues a print file generation job. If an order stays in Pending for more than a few minutes:- Open the order in Customei and click Retry.
- Check that your Customei account has credits remaining — a depleted credit balance pauses new jobs. See Credits.
Where to look when nothing works
- Customei dashboard — the setup checklist highlights any step you skipped.
- Shopify admin → Apps — make sure Customei is still listed as Active.
- Browser DevTools Console — runtime errors usually show up here with a clear message.
- Support — include a screen recording if you can; it shortens the back-and-forth.