For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
After checkout is completed for the user, I want to redirect user to the Order Status page automatically after 2 seconds. In checkout.liquid I could do this by setting event callback for google events and using window.open(url) within the callback function but that will not work in web pixels. Is there a way to do this in Checkout Extensibility?