Shopify / ui-extensions

MIT License
249 stars 35 forks source link

Thank you page reload ignores prevent_order_redirect #2004

Open alexdover opened 1 month ago

alexdover commented 1 month ago

I'd like to be able to reload the thank you page to test my extension, but even when I add ?prevent_order_redirect=true the page redirects to the order status page.

The guidance in this tutorial https://shopify.dev/docs/apps/checkout/thank-you-order-status/add-survey?extension=react suggests how to do it and this did used to work.

Is there now another way to allow me to reload the thank you page without the redirect?

edhgoose commented 2 weeks ago

I've noticed this too - and would love a solution. It makes building things for the Thank You page very difficult.