We are creating a checkout ui extension app (Remix) for our store. On the Thank You page we would like to be able to do ONE of the following actions:
-
Grab the Order ID and attach that to a url for a button click event
-
Grab the Order Status url and attach that to the button click event
-
Reload the page on button click in order to load the order status page
Are any of these options possible? if so would someone mind sharing an example?