Hi,
I’m using Shiprocket FASTRR (Headless Checkout) and trying to redirect customers to my custom page:
/pages/order-success
I added a redirect script inside an external JS file (order-success-redirect.js) and loaded it in theme.liquid, but:
-
The script does not run
-
No console logs
-
No redirect happens
-
The success overlay shows normally
It seems Shopify or FASTRR may be blocking the script (CSP or iframe).
Does anyone know how to trigger a redirect after the FASTRR success page loads?
Any help would be appreciated!